openfl / svg

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

Added recursive group layer search #54

Closed mastef closed 7 years ago

mastef commented 7 years ago

If a group is inside another group, the layer wouldn't be found. This recursive lookup solves this issue

ashes999 commented 7 years ago

Thanks for including a test.