openfl / svg

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

Don't render hidden elements #56

Closed mastef closed 7 years ago

mastef commented 7 years ago

Checks if an element has the display="none" flag set and ignores it.

Includes 2 tests unified in 1 :

Closes #55