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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user