The fill-rule
attribute indicates how to determine what side of a path is inside a shape, to determine how the fill
property paints the shape. For a simple, non-intersecting path, it is intuitively clear what region lies "inside"; however, for a more complex path, such as a path that intersects itself or where one subpath encloses another, the interpretation of "inside" is not so obvious.
Categories | Presentation attribute |
---|---|
Value | nonzero (default) | evenodd | inherit |
Animatable | Yes |
Normative document | SVG 1.1 (2nd Edition) |
The fill-rule
property provides two options for how the inside of a shape is determined:
nonzero
evenodd
The following elements can use the fill-rule
attribute
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill-rule