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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user