summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-15 00:55:30 -0400
committerPietro Gagliardi <[email protected]>2014-03-15 00:55:30 -0400
commite3770fa8de5c41e5782b364e6a272c1b2b091b90 (patch)
treeadb7dac6683c5dcb10482d59753aaf9b19354d1b /todo.md
parent4616fdfc5eeb29c76feb607756256ca7a7448af4 (diff)
Added a slightly more meaningful test: draw an Image in an area.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index 0555ce5..f2f4906 100644
--- a/todo.md
+++ b/todo.md
@@ -71,6 +71,7 @@ super ultra important things:
- Cocoa: NSScrollView support is hacky at best
- https://developer.apple.com/library/mac/documentation/cocoa/Conceptual/NSScrollViewGuide/Articles/Creating.html#//apple_ref/doc/uid/TP40003226-SW4 the warning about pixel alignment may or may not be heeded, not sure
- frame sizes are a bit of a hack: the preferred size of a NSScrollView is the preferred size of its document view; the frameSize method described on the above link might be better but a real solution is optimal
+- make sure the image drawn on an Area looks correct on all platforms (is not cropped incorrectly or blurred)
important things:
- make specific wording in documentation consistent (make/create, etc.)