Added a slightly more meaningful test: draw an Image in an area.
This commit is contained in:
parent
4616fdfc5e
commit
e3770fa8de
7631
test/main.go
7631
test/main.go
File diff suppressed because it is too large
Load Diff
1
todo.md
1
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.)
|
||||
|
|
Loading…
Reference in New Issue