Howto:Serializing a Canvas to SVG: Difference between revisions

Jump to navigation Jump to search
Line 190: Line 190:


</syntaxhighlight>
</syntaxhighlight>
To actually come up with the correct image tags, we now need to obtain the values for the corresponding attributes, e.g.:
* x="120"
* y="120"
* width="80"
* height="80"
* xlink:href="Textures/Splash5.png"


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

Navigation menu