start with cleaning up the code

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@12 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Pavol Rusnak
2009-06-01 17:35:22 +00:00
parent 732f86cdab
commit c00d1cf107
16 changed files with 534 additions and 555 deletions

5
canvas.svg Normal file
View File

@@ -0,0 +1,5 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xml:space="preserve" id="svg_image" onload="svgCanvasInit(evt)" width="100%" height="100%" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<script xlink:href="canvas.js" type="text/ecmascript"/>
</svg>

After

Width:  |  Height:  |  Size: 389 B