Merge pull request #13 from mynext/master

Added class support
This commit is contained in:
Jeff Schiller
2015-10-12 07:24:48 -07:00
2 changed files with 6 additions and 1 deletions

View File

@@ -208,6 +208,10 @@ by creating the following file and adding by calls to svgEditor.setConfig -->
<span>id:</span>
<input id="elem_id" class="attr_changer" data-attr="id" size="10" type="text"/>
</label>
<label id="classLabel" title="Element class">
<span>class:</span>
<input id="elem_class" class="attr_changer" data-attr="class" size="10" type="text"/>
</label>
</div>
<label id="tool_angle" title="Change rotation angle" class="toolset">