small details
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@58 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
897604b863
commit
b071868af4
2
CHANGES
2
CHANGES
|
@ -1,4 +1,4 @@
|
|||
2.0.1 - ???? ??, ????
|
||||
2.1 - ???? ??, 2009
|
||||
---------------------
|
||||
* added tooltips
|
||||
* fix flyout menus
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 944 B |
|
@ -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/>
|
||||
|
|
|
@ -155,7 +155,7 @@ function SvgCanvas(c)
|
|||
current_stroke_style = selected.getAttribute("stroke-dasharray");
|
||||
}
|
||||
|
||||
call("selected",selected);
|
||||
call("selected", selected);
|
||||
}
|
||||
|
||||
var mouseDown = function(evt)
|
||||
|
|
Loading…
Reference in New Issue