Skip to content
Snippets Groups Projects
Commit 8ee27a8c authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

update todo

parent a5a8ecb8
No related branches found
No related tags found
No related merge requests found
...@@ -45,8 +45,12 @@ Everything else: (A [x] means we've fixed it) ...@@ -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 [ ] check if patch windows with screenposition (0,0) get stuck underneath OSX
menu. menu.
[ ] abstract away appendChild [ ] 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 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 [ ] find a better approach to escaping characters for the gui than
escape_double_quotes kludge (and handle any other problematic chars) escape_double_quotes kludge (and handle any other problematic chars)
[ ] once garrays are drawn inside a <g> we won't have to individually erase [ ] once garrays are drawn inside a <g> we won't have to individually erase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment