add icons for freehand square/circle
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@171 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
d6804de0c2
commit
7b5f08b849
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -171,7 +171,7 @@
|
|||
}
|
||||
|
||||
#svg_editor #tool_fhrect {
|
||||
background: 2px 2px url('images/path.png') no-repeat;
|
||||
background: 2px 2px url('images/freehand-square.png') no-repeat;
|
||||
}
|
||||
|
||||
#svg_editor #tool_circle {
|
||||
|
@ -183,7 +183,7 @@
|
|||
}
|
||||
|
||||
#svg_editor #tool_fhellipse {
|
||||
background: 2px 2px url('images/path.png') no-repeat;
|
||||
background: 2px 2px url('images/freehand-circle.png') no-repeat;
|
||||
}
|
||||
|
||||
#svg_editor #tools_rect div, #svg_editor #tools_ellipse div {
|
||||
|
|
Loading…
Reference in New Issue