Files
gio/op/paint/doc.go
T
Elias Naur b7ba809517 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>
2020-05-14 13:19:15 +02:00

13 lines
352 B
Go

// SPDX-License-Identifier: Unlicense OR MIT
/*
Package paint provides drawing operations for 2D graphics.
The PaintOp operation draws the current brush into a rectangular
area, taking the current clip path and transformation into account.
The current brush is set by either a ColorOp for a constant color, or
ImageOp for an image.
*/
package paint