Remove TODOs for rotator branch - they are done

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@560 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2009-09-04 14:32:58 +00:00
parent 062fcebe70
commit 4ec916cf9b
1 changed files with 0 additions and 12 deletions

View File

@ -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) {};