new changes
parent
9d53f523d7
commit
4eaf876945
|
@ -76,6 +76,7 @@ svgedit.path.insertItemBefore = function(elem, newseg, index) {
|
||||||
list.insertItemBefore(newseg, index);
|
list.insertItemBefore(newseg, index);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
//TODO!!!
|
||||||
var len = list.numberOfItems;
|
var len = list.numberOfItems;
|
||||||
var arr = [];
|
var arr = [];
|
||||||
for(var i=0; i<len; i++) {
|
for(var i=0; i<len; i++) {
|
||||||
|
|
|
@ -388,9 +388,9 @@
|
||||||
<label id="seg_type_label">Straight</label>
|
<label id="seg_type_label">Straight</label>
|
||||||
</div>
|
</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>
|
<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>
|
</label>
|
||||||
|
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
|
|
Loading…
Reference in New Issue