Removed dependency on svgcanvas.svg by creating the SVG element via javascript

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@48 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Vidar Hokstad
2009-06-07 00:17:21 +00:00
parent 8a55732a30
commit d6057f0674
4 changed files with 48 additions and 53 deletions

View File

@@ -12,7 +12,7 @@
margin-top: 4px;
}
#svg_editor .svgcanvas {
#svg_editor #svgroot {
width: 640px;
height: 480px;
border: 1px solid #808080;