From 8f583b449b632156c00332777f9a1b69c6bbdd28 Mon Sep 17 00:00:00 2001 From: Adam Buechler Date: Thu, 1 Mar 2012 20:45:01 -0500 Subject: [PATCH 1/6] Add TODO file. --- TODO | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..df62c37 --- /dev/null +++ b/TODO @@ -0,0 +1,2 @@ +* Allow user to pan through the drawing by clicking and drawing with the mouse + * The drawing should probably be paused while they click and drag, at least in the sense that t should be fixed while they drag. From b768ad9c82a276c22e51442cb67c28f3f5236dfe Mon Sep 17 00:00:00 2001 From: Adam Buechler Date: Fri, 2 Mar 2012 23:42:17 -0500 Subject: [PATCH 2/6] Add simple panning. Currently only really works when t is enabled. --- index.html | 8 ++++++++ paintWorker.js | 15 ++++++++++++--- painter.js | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 241fdd3..ea90298 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@ Function Painter +