Added wireframe mode - Issue 106

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@857 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-10-21 13:40:50 +00:00
parent e253f48991
commit d7b4958559
4 changed files with 23 additions and 0 deletions

View File

@@ -246,6 +246,21 @@ body {
left: 2px;
}
#workarea.wireframe #svgzoom * {
fill: none;
stroke: #000;
stroke-width: 1px;
stroke-opacity: 1.0;
stroke-dasharray: none;
opacity: 1;
pointer-events: stroke;
}
#workarea.wireframe #svgzoom text {
fill: #000;
stroke: none;
}
/* TODO: fix this */
div.color_block {
background-image: url('images/none.png');