add icons for freehand square/circle

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@171 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Pavol Rusnak 2009-06-22 13:31:48 +00:00
parent d6804de0c2
commit 7b5f08b849
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -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 {