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);
return;
}
//TODO!!!
var len = list.numberOfItems;
var arr = [];
for(var i=0; i<len; i++) {

View File

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