openfl / svg

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

Getting the SVG data #19

Closed Krzycho666 closed 9 years ago

Krzycho666 commented 9 years ago

Is that possible to get the SVG data from this loader somehow? What I'm trying to make is a geometry loader, to use some vector graphics editor to draw maps to the project that 'm working on now. So what I need is not only an rendered picture but also a geometry ( anchor points basicaly ) position. I've run through the lib's interface, but I can't really find anything usefull out there. Even a tiny documentation would be a blessing.