Added convert-to-group option for SVG elements, added label (title) field for groups/SVGs

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1643 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-07-22 19:10:51 +00:00
parent 1a9b08bed6
commit b2f2df4eac
3 changed files with 199 additions and 58 deletions

View File

@@ -227,6 +227,12 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
<div id="g_panel">
<div class="tool_sep"></div>
<label id="group_title" title="Group identification label">
<span>label:</span>
<input id="g_title" data-attr="title" size="10" type="text"/>
</label>
<div class="push_button" id="tool_ungroup" title="Ungroup Elements [G]"></div>
</div>
@@ -352,6 +358,10 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
<!-- Not visible, but still used -->
<input id="text" type="text" size="35"/>
</div>
<div id="gsvg_panel">
<!-- Add viewBox field here? -->
</div>
<div id="path_node_panel">
<div class="tool_sep"></div>