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