aboutsummaryrefslogtreecommitdiff
path: root/vendor/gioui.org/op/paint/doc.go
blob: b7b569ab9d42677a72f3cb3a1dd011ce435b91d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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