Issue 73: A good deal of the plumbing is now down for layers. You can select the current layer in the layers panel and elements not on the current layer are not selectable.

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@669 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-09-21 22:16:44 +00:00
parent 3a650df943
commit 18253b5e5d
3 changed files with 165 additions and 25 deletions

View File

@@ -45,7 +45,9 @@
</fieldset>
<select id="layerlist" size="20" multiple="multiple">
<option value="Layer_1" selected="selected">Layer 1</option>
<option value="Layer 1" selected="selected">Layer 1</option>
<option value="Layer 2">Layer 2</option>
<option value="Layer 3">Layer 3</option>
</select>
</div>
</div>