new changes

master
Mark MacKay 2012-10-12 23:35:19 -05:00
parent 9d53f523d7
commit 4eaf876945
3 changed files with 3 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -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++) {

View File

@ -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>