Temporary debugging

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@687 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2009-09-22 21:30:37 +00:00
parent 9db0d91320
commit 7ce74cf04d
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
Issue 73 (Layers) TODO:
- reverse order of layer list (top-most list should be on top of the image)
- Fit To Content must look at all layers
- convert select/options to tables, handle 'selection' of rows
- add visibility icon to table as a column
- determine how to toggle visibility of layers (UI-wise)
@ -548,6 +549,7 @@ function BatchCommand(text) {
var handle = svgroot.suspendRedraw(suspendLength);
for (i in attrs) {
console.log([i,attrs[i]]);
node.setAttributeNS(null, i, attrs[i]);
}