Added class support

This commit is contained in:
Francesco Strappini
2015-09-24 16:15:34 +02:00
parent 1dfa0b6b86
commit 1f11691c60
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">