Howto:Extend the Canvas SVG module: Difference between revisions

Jump to navigation Jump to search
Line 104: Line 104:


<syntaxhighlight lang="nasal">
<syntaxhighlight lang="nasal">
# create an image child
var child = root.createChild("image").setFile(URL);
</syntaxhighlight>
</syntaxhighlight>


Navigation menu