Add rect radius contextual tool. Fix bug where text elements were 50% opacity by default

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@97 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-06-11 15:18:46 +00:00
parent ae3e8650c6
commit f3bce20321
4 changed files with 73 additions and 39 deletions

View File

@@ -94,6 +94,10 @@
display: none;
}
#svg_editor #rect_panel {
display: none;
}
#svg_editor #text_panel {
display: none;
}
@@ -102,6 +106,10 @@
vertical-align:12px;
}
#svg_editor #rect_panel .rect_tool {
vertical-align:12px;
}
#svg_editor .tool_button, #svg_editor .tool_button_current {
height: 24px;
width: 24px;