From e11d4a5674b525266b8519b387cf4676a663a43f Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sat, 30 Jan 2016 21:01:50 -0500
Subject: [PATCH] update todo

---
 pd/nw/todo.txt | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pd/nw/todo.txt b/pd/nw/todo.txt
index b14464c4c..fd05f4f5a 100644
--- a/pd/nw/todo.txt
+++ b/pd/nw/todo.txt
@@ -84,9 +84,10 @@ Everything else: (A [x] means we've fixed it)
 [ ] use underscores for iemgui dialog element names
 [ ] change all the gui color char[MAXPDSTRING] junk to simple int, and do the
     conversion to hex html string in the gui.
-[ ] think about scaling the svg instead of the page, and making the selection
+[x] think about scaling the svg instead of the page, and making the selection
     rectangle a div above that
-[ ] change 'visible-width' to 'cnv-width'
+[x] change 'visible-width' to 'cnv-width'
+    Note: this isn't needed
 [x] in dialog_iemgui.html, use an object to store all the prop/value pairs that
     got sent.  That way we don't have to use all those awful tricks to
     conditionally fill the slots
@@ -130,7 +131,7 @@ Everything else: (A [x] means we've fixed it)
     in the lib loading routine
 [ ] Fix layout on dialogs so that height/width of the document doesn't
     reflow when the window gets resized
-[ ] look into using requestAnimationFrame
+[x] look into using requestAnimationFrame
 [ ] canvas_check_geometry doesn't seem to do the right thing for canvases that
     are far to the right of the screen. Can't think of anything except maybe a
     bug in nw.js Window.x?
-- 
GitLab