Howto:Extend the Canvas SVG module: Difference between revisions

Jump to navigation Jump to search
Line 12: Line 12:


And that's also the easiest way to extend the SVG parser so that it supports additional features, such as for example the image tag.
And that's also the easiest way to extend the SVG parser so that it supports additional features, such as for example the image tag.
The SVG standard is rather rich, and many features could be very useful in FlightGear, because the could help greatly reduce the amount of time and expertise required to implement certain features (e.g. loading raster images, supporting line tags or animations in holistic fashion etc).


== Test Code ==
== Test Code ==

Navigation menu