forked from joejulian/gio
op/clip: use stroked path to draw Border
Signed-off-by: Sebastien Binet <s@sbinet.org>
This commit is contained in:
committed by
Elias Naur
parent
8e4940e6a8
commit
ae256b5be8
+1
-1
@@ -40,7 +40,7 @@ type Op struct {
|
||||
call op.CallOp
|
||||
bounds image.Rectangle
|
||||
width float32 // Width of the stroked path, 0 for outline paths.
|
||||
style StrokeStyle // Style of the stroked path, 0 for outline paths.
|
||||
style StrokeStyle // Style of the stroked path, zero for outline paths.
|
||||
}
|
||||
|
||||
func (p Op) Add(o *op.Ops) {
|
||||
|
||||
Reference in New Issue
Block a user