small details

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@58 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Pavol Rusnak 2009-06-07 15:43:51 +00:00
parent 897604b863
commit b071868af4
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
2.0.1 - ???? ??, ????
2.1 - ???? ??, 2009
---------------------
* added tooltips
* fix flyout menus

BIN
editor/images/text.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 944 B

View File

@ -33,13 +33,13 @@
<div>
<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_current" id="tool_path" src="images/path.png" title="Pencil Tool" alt="Pencil"/><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/>
<img class="tool_button" id="tools_ellipse_show" src="images/circle.png" title="Circle/Ellipse Tool" alt="Circle"/><br/>
<img class="tool_button" id="tool_delete" src="images/delete.png" title="Delete Element" alt="Delete"/><hr/>
<img class="tool_button" id="tool_clear" src="images/clear.png" title="New Image" alt="Clear" /><br/>
<img class="tool_button" id="tool_submit" src="images/submit.png" title="Save Image to Server" alt="Source"/><br/>
<img class="tool_button" id="tool_submit" src="images/submit.png" title="Save Image" alt="Source"/><br/>
</div>
<hr/>

View File

@ -155,7 +155,7 @@ function SvgCanvas(c)
current_stroke_style = selected.getAttribute("stroke-dasharray");
}
call("selected",selected);
call("selected", selected);
}
var mouseDown = function(evt)