Started poly conversion to only use absolute values. Re-introduces poly bugs, mostly breaks recalculateDimensions

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@793 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-10-09 19:47:32 +00:00
parent c0c0973cd9
commit 63a0b47e4f
2 changed files with 53 additions and 57 deletions

View File

@@ -251,8 +251,8 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
<label class="poly_node_tool">y:</label>
<input id="poly_node_y" class="poly_node_tool attr_changer" title="Change node's y coordinate" size="3" data-attr="y"/>
<select id="seg_type" class="poly_node_tool" title="Change Segment type">
<option id="straight_segments" selected="selected" value="5">Straight</option>
<option id="curve_segments" value="7">Curve</option>
<option id="straight_segments" selected="selected" value="4">Straight</option>
<option id="curve_segments" value="6">Curve</option>
</select>
<img class="tool_button" id="tool_node_clone" src="images/clone.png" title="Clone Node" alt="Clone"/>
<img class="tool_button" id="tool_node_delete" src="images/delete.png" title="Delete Node" alt="Delete"/>