Howto:Serializing a Canvas to SVG: Difference between revisions

Jump to navigation Jump to search
Line 197: Line 197:
* height="80"  
* height="80"  
* xlink:href="Textures/Splash5.png"
* xlink:href="Textures/Splash5.png"
== Test Canvas ==
Our test canvas will be fairly simple, it will show a text node, a few images and a Path element:
<syntaxhighlight lang="nasal">
<syntaxhighlight>


== Canvas Elements ==
== Canvas Elements ==

Navigation menu