Canvas SVG parser: Difference between revisions

no edit summary
m (Johan G moved page Howto:Use SVG inside a Canvas to Scripted SVG parser for Canvas: It seems to be the main subject of the article)
No edit summary
Line 17: Line 17:




The '''scripted SVG parser''' basically just maps the SVG xml structure to the property tree. It is implemented in Nasal on top of the XML parsing facilities already provided by FlightGear.
The '''scripted SVG parser''' basically just maps the SVG xml structure to the property tree. It is implemented in Nasal on top of the XML parsing facilities already provided by FlightGear/Nasal (see $FG_ROOT/Nasal/io.nas).


== Vector Image Support ==
== Vector Image Support ==