From 8ee27a8c363da72fe51a9dfae0f024a12ff9bf6b Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Fri, 29 Jan 2016 10:43:02 -0500
Subject: [PATCH] update todo

---
 pd/nw/todo.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pd/nw/todo.txt b/pd/nw/todo.txt
index e9e56f1a9..0bb2f7399 100644
--- a/pd/nw/todo.txt
+++ b/pd/nw/todo.txt
@@ -45,8 +45,12 @@ Everything else: (A [x] means we've fixed it)
 [ ] check if patch windows with screenposition (0,0) get stuck underneath OSX
     menu.
 [ ] abstract away appendChild
-[ ] font-size should be set as css property for a class of text, rather than
+[x] font-size should be set as css property for a class of text, rather than
     per each gobj in svg
+    (Note: not sure that this makes sense right now. We could use a class to
+    set the "Pd font size" and do the actual sizing in CSS. But it's still
+    going to be the same amount of work when the user changes the size in
+    the font dialog.)
 [ ] find a better approach to escaping characters for the gui than
     escape_double_quotes kludge (and handle any other problematic chars)
 [ ] once garrays are drawn inside a <g> we won't have to individually erase
-- 
GitLab