praeclarum / NGraphics

NGraphics is a cross platform library for rendering vector graphics on .NET. It provides a unified API for both immediate and retained mode graphics using high quality native renderers.
MIT License
705 stars 133 forks source link

Inconsistent default FillMode/FillType #81

Closed RustyCZ closed 7 years ago

RustyCZ commented 7 years ago

Android uses different default FillType in DrawPath compared to .Net implementation. It should be changed to Path.FillType.EVEN_ODD. I have attached SVG to test the behaviour. In Android it is currently drawn incorrectly with filled circle. B01.zip

praeclarum commented 7 years ago

Thank you, I'll look into it!