summaryrefslogtreecommitdiff
path: root/paint.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2014-02-11 17:38:35 +0100
committerjmoenig <jens@moenig.org>2014-02-11 17:38:35 +0100
commit4e2bfdec206598317f4145e2cb23a9c9fc453bfb (patch)
tree8a2bb8ff477f8b5b88efc4edb0cda2bd3d3cdf15 /paint.js
parentbfda0d26a1bfecc7d439dcd61d6e6179972292bd (diff)
downloadsnap-yow-4e2bfdec206598317f4145e2cb23a9c9fc453bfb.tar.gz
snap-yow-4e2bfdec206598317f4145e2cb23a9c9fc453bfb.zip
New Feature: Set stage dimensions arbitrarily
new entries to set stage width and height in the settings menu when holding the shift key
Diffstat (limited to 'paint.js')
-rw-r--r--paint.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/paint.js b/paint.js
index f4fd2f3..e3a01af 100644
--- a/paint.js
+++ b/paint.js
@@ -51,7 +51,7 @@
July 12 - pipette tool, code formatting adjustments (Jens)
September 16 - flood fill freeze fix (Kartik)
Jan 08 - mouse leave dragging fix (Kartik)
- Feb 04 - dynamically adjust to stage dimensions (Jens)
+ Feb 11 - dynamically adjust to stage dimensions (Jens)
*/
@@ -65,7 +65,7 @@
// Global stuff ////////////////////////////////////////////////////////
-modules.paint = '2014-February-05';
+modules.paint = '2014-February-11';
// Declarations