From 4ec916cf9bdff16b2651cdf8a722f35c7cf6466d Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Fri, 4 Sep 2009 14:32:58 +0000 Subject: [PATCH] Remove TODOs for rotator branch - they are done git-svn-id: http://svg-edit.googlecode.com/svn/trunk@560 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svgcanvas.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index f7a74907..e40ec06e 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -1,15 +1,3 @@ -/* -TODOs for Rotator: - -- resize with negative width/height causes problems with selector (and upon release, kablooie) -- fix resize when mouseup -- show the proper resize cursor based on the rotation -- add a rotator line/handle to the selector group -- respond to mouse down on the rotator handle to start 'rotate' mode -- respond to mouse move in rotate mode to change the rotation of the element -- upon mouse up in rotate mode go back to select mode - -*/ if(!window.console) { window.console = new function() { this.log = function(str) {};