mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-04 17:05:38 +00:00
op/clip: split clip operations into its own package
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -119,7 +119,7 @@ type material struct {
|
||||
uvOffset f32.Point
|
||||
}
|
||||
|
||||
// clipOp is the shadow of paint.ClipOp.
|
||||
// clipOp is the shadow of clip.Op.
|
||||
type clipOp struct {
|
||||
bounds f32.Rectangle
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user