From 7ce74cf04de9a09a0eeb09b24ea48da30d6db4d9 Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Tue, 22 Sep 2009 21:30:37 +0000 Subject: [PATCH] Temporary debugging git-svn-id: http://svg-edit.googlecode.com/svn/trunk@687 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svgcanvas.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index f39de13e..d95c4de5 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -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]); }