fillRule
A rule for determining whether a point is inside or outside a polygon.
Declaration
get fillRule(): "evenodd" | "nonzero";
set fillRule(fillRule: "evenodd" | "nonzero");Discussion
This can be either the nonzero winding rule (nonzero), or the even-odd rule (evenodd). The default fill rule is nonzero.