forked from joejulian/gio
gpu,op/clip: implement stroked paths with round caps
Signed-off-by: Sebastien Binet <s@sbinet.org>
This commit is contained in:
committed by
Elias Naur
parent
ae256b5be8
commit
1106d90f11
@@ -20,4 +20,9 @@ const (
|
||||
// and left-hand sides of a stroked path with a half square of length
|
||||
// the stroked path's width.
|
||||
SquareCap
|
||||
|
||||
// RoundCap caps stroked paths with a round cap, joining the right-hand and
|
||||
// left-hand sides of a stroked path with a half disc of diameter the
|
||||
// stroked path's width.
|
||||
RoundCap
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user