Howto:Extend the Canvas SVG module: Difference between revisions

Jump to navigation Jump to search
m (→‎tag: use fgdataa template)
Line 2: Line 2:
{{Canvas Navigation}}
{{Canvas Navigation}}
== Objective ==
== Objective ==
Document and demonstrate how the Canvas/Nasal SVG module can be extended to suport additional SVG features, by mapping SVG/XML markup to the corresponding Canvas primitives, such as mapping the <code><image></code> tag to a <code>Canvas.Image</code>.
Document and demonstrate how the Canvas/Nasal SVG module can be extended to suport additional SVG features, by mapping SVG/XML markup to the corresponding Canvas primitives, such as mapping the <code><image></code> tag to a <code>Canvas.Image</code> to add support for raster images  to the SVG parser.


== Background ==
== Background ==

Navigation menu