Canvas SVG parser: Difference between revisions

no edit summary
No edit summary
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/Nasal (see $FG_ROOT/Nasal/io.nas).
The '''scripted SVG parser''' basically just maps the SVG xml structure to the property tree by adding corresponding Canvas elements as child nodes. 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 ==