mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-04 00:45:35 +00:00
all: rename clip.Path.End into clip.Path.Outline
Signed-off-by: Sebastien Binet <s@sbinet.org>
This commit is contained in:
committed by
Elias Naur
parent
ade248311c
commit
936eb52b7e
@@ -85,6 +85,6 @@ func clipLoader(ops *op.Ops, startAngle, endAngle, radius float64) {
|
||||
center = f32.Pt(0, 0).Sub(p.Pos())
|
||||
p.Arc(center, center, -delta)
|
||||
|
||||
// Second arc cap automatically completed by End.
|
||||
p.End().Add(ops)
|
||||
// Second arc cap automatically completed by Outline.
|
||||
p.Outline().Add(ops)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user