mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 09:25:38 +00:00
gpu,op/clip: implement stroked paths with miter joins
Signed-off-by: Sebastien Binet <s@sbinet.org>
This commit is contained in:
committed by
Elias Naur
parent
7de8ce51a5
commit
7eb32360e5
@@ -47,7 +47,7 @@ const (
|
||||
TypePushLen = 1
|
||||
TypePopLen = 1
|
||||
TypeAuxLen = 1
|
||||
TypeClipLen = 1 + 4*4 + 4 + 2
|
||||
TypeClipLen = 1 + 4*4 + 4 + 2 + 4
|
||||
TypeProfileLen = 1
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user