mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 18:05:35 +00:00
op/paint: rename material to brush
The "material" name clashes with the theme of the same name. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+2
-2
@@ -3,10 +3,10 @@
|
||||
/*
|
||||
Package paint provides drawing operations for 2D graphics.
|
||||
|
||||
The PaintOp operation draws the current material into a rectangular
|
||||
The PaintOp operation draws the current brush into a rectangular
|
||||
area, taking the current clip path and transformation into account.
|
||||
|
||||
The material is set by either a ColorOp for a constant color, or
|
||||
The current brush is set by either a ColorOp for a constant color, or
|
||||
ImageOp for an image.
|
||||
*/
|
||||
package paint
|
||||
|
||||
Reference in New Issue
Block a user