cppfw / svgren

:camera: SVG rendering library in C++
MIT License
206 stars 41 forks source link

renderer doesn't support default fill black #2

Closed saeitsystems closed 7 years ago

saeitsystems commented 7 years ago

Any black element is not rendered correctly. Comparing two svg files shows that with colour black no style element is exported. The file without style renderes correctly in firefox.

SVG-File with error: button-add.zip

See screenshot of the compare tool: comparison

igagis commented 7 years ago

Thanks for reporting the issue. I've just fixed it. The new nuget package libsvgren 0.3.22 should be available already, or in about 15 min or so. Let me know if it fixed your problem so that I could close the issue.

saeitsystems commented 7 years ago

Thank you very much! That fixed my problem! I have three other issues/feature requests. I will post them as different issues.