openfl / svg

Provides SVG parsing and rendering for OpenFL and Haxe
MIT License
68 stars 30 forks source link

Display none ignored on elements outside of groups #55

Closed mastef closed 7 years ago

mastef commented 7 years ago

I haven't done a full test-case yet, just noticed this a few times : If a group has display="none" it won't be displayed. ( good )

However if an element - e.g. circle - is top-most ( not in a group ), display="none" seems to be ignored.