Renamed svgzoom variable/id to svgcontent, removed ID on serialization

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@859 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-10-21 15:12:32 +00:00
parent 8c4413996d
commit dabc8c5e94
2 changed files with 59 additions and 57 deletions

View File

@@ -246,7 +246,7 @@ body {
left: 2px;
}
#workarea.wireframe #svgzoom * {
#workarea.wireframe #svgcontent * {
fill: none;
stroke: #000;
stroke-width: 1px;
@@ -256,7 +256,7 @@ body {
pointer-events: stroke;
}
#workarea.wireframe #svgzoom text {
#workarea.wireframe #svgcontent text {
fill: #000;
stroke: none;
}