mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
op/clip: fix incirrent mention of even-odd fill rule
It's the non-zero winding rule. Noticed by Richard Wilkes. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ import (
|
||||
|
||||
// Path constructs a Op clip path described by lines and
|
||||
// Bézier curves, where drawing outside the Path is discarded.
|
||||
// The inside-ness of a pixel is determines by the even-odd rule,
|
||||
// The inside-ness of a pixel is determines by the non-zero winding rule,
|
||||
// similar to the SVG rule of the same name.
|
||||
//
|
||||
// Path generates no garbage and can be used for dynamic paths; path
|
||||
|
||||
Reference in New Issue
Block a user