Howto:Extend the Canvas SVG module: Difference between revisions

Jump to navigation Jump to search
Line 42: Line 42:


=== <image> tag ===
=== <image> tag ===
Let's assume, we'd like to support raster images, e.g. SVG markup such as the following:
Let's assume, we'd like to support raster images, e.g. SVG markup such as the following (for the sake of simplicity, this is simply saved under $FG_ROOT/Nasal/img.svg for testing purposes):
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<svg xmlns="http://www.w3.org/2000/svg"
<svg xmlns="http://www.w3.org/2000/svg"

Navigation menu