new changes
parent
9d53f523d7
commit
4eaf876945
|
@ -76,6 +76,7 @@ svgedit.path.insertItemBefore = function(elem, newseg, index) {
|
|||
list.insertItemBefore(newseg, index);
|
||||
return;
|
||||
}
|
||||
//TODO!!!
|
||||
var len = list.numberOfItems;
|
||||
var arr = [];
|
||||
for(var i=0; i<len; i++) {
|
||||
|
|
|
@ -388,9 +388,9 @@
|
|||
<label id="seg_type_label">Straight</label>
|
||||
</div>
|
||||
|
||||
<label class="draginput checkbox" id="tool_node_link" data-title="Link Control Points">
|
||||
<label class="draginput checkbox" data-title="Link Control Points">
|
||||
<span>Linked Control Points</span>
|
||||
<div class="push_bottom"><input type="checkbox" checked="checked" /></div>
|
||||
<div class="push_bottom"><input type="checkbox" id="tool_node_link" checked="checked" /></div>
|
||||
</label>
|
||||
|
||||
<div class="clearfix"></div>
|
||||
|
|
Loading…
Reference in New Issue