lafriks / go-svg

Golang SVG file parser and rasterizer library
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

fill-rule attribute is ignored #4

Closed pekim closed 1 month ago

pekim commented 1 month ago

PathStyle#UseNonZeroWinding is always true. I can't find anywhere in the code where it's ever set to false.

I would think that a fill-rule="evenodd" attribute should result in it being to false.