Made all imported SVGs be placed in the defs with corresponding use elements, added button to convert a use elem to its reference element. Also fixed some minor bugs.

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1649 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-07-29 15:09:49 +00:00
parent d3f14f2d6e
commit 35ac12a3c9
6 changed files with 190 additions and 131 deletions

View File

@@ -359,10 +359,18 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
<input id="text" type="text" size="35"/>
</div>
<div id="gsvg_panel">
<!-- formerly gsvg_panel -->
<div id="container_panel">
<!-- Add viewBox field here? -->
</div>
<div id="use_panel">
<div class="tool_sep"></div>
<div class="push_button" id="tool_unlink_use" title="Break link to reference element (make unique)"></div>
</div>
<div id="path_node_panel">
<div class="tool_sep"></div>
<div class="tool_button" id="tool_node_link" title="Link Control Points"></div>