Temporary debugging
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@687 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
9db0d91320
commit
7ce74cf04d
|
@ -2,6 +2,7 @@
|
||||||
Issue 73 (Layers) TODO:
|
Issue 73 (Layers) TODO:
|
||||||
|
|
||||||
- reverse order of layer list (top-most list should be on top of the image)
|
- 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
|
- convert select/options to tables, handle 'selection' of rows
|
||||||
- add visibility icon to table as a column
|
- add visibility icon to table as a column
|
||||||
- determine how to toggle visibility of layers (UI-wise)
|
- determine how to toggle visibility of layers (UI-wise)
|
||||||
|
@ -548,6 +549,7 @@ function BatchCommand(text) {
|
||||||
var handle = svgroot.suspendRedraw(suspendLength);
|
var handle = svgroot.suspendRedraw(suspendLength);
|
||||||
|
|
||||||
for (i in attrs) {
|
for (i in attrs) {
|
||||||
|
console.log([i,attrs[i]]);
|
||||||
node.setAttributeNS(null, i, attrs[i]);
|
node.setAttributeNS(null, i, attrs[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue