Fix issue 6: Select elements in the editor

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@49 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-06-07 05:07:23 +00:00
parent d6057f0674
commit d346bd02ee
3 changed files with 158 additions and 47 deletions

View File

@@ -32,9 +32,7 @@
<div id="tools">
<div>
<!--
<img class="tool_button" id="tool_select" src="images/select.png" /><br/>
-->
<img class="tool_button" id="tool_select" src="images/select.png" title="Select Tool" alt="Select"/><br/>
<img class="tool_button_current" id="tool_path" src="images/path.png" title="Pencil Tool" alt="Path"/><br/>
<img class="tool_button" id="tool_line" src="images/line.png" title="Line Tool" alt="Line"/><br/>
<img class="tool_button" id="tools_rect_show" src="images/square.png" title="Square/Rect Tool" alt="Square"/><br/>