Re: [racket-dev] [plt] Push #28009: master branch updated

2014-01-05 Thread Matthew Flatt
Thanks --- I think I've fixed alignment for drawing to a bitmap with a backing scale. At Fri, 03 Jan 2014 19:33:22 -0700, Neil Toronto wrote: On 01/03/2014 06:12 PM, mfl...@racket-lang.org wrote: bd4d0b7 Matthew Flatt mfl...@racket-lang.org 2014-01-03 17:57 : | if a bitmap has a non-1

Re: [racket-dev] [plt] Push #28009: master branch updated

2014-01-05 Thread Matthew Flatt
At Sun, 05 Jan 2014 15:18:51 -0700, Neil Toronto wrote: How does DrRacket look on Retina displays now? It's getting there. Remaining problem include the GC icon and some part(s) of the process to show bitmaps in the interactions window. Can you post part of a screenshot? Here's a full

Re: [racket-dev] [plt] Push #28009: master branch updated

2014-01-05 Thread Neil Toronto
On 01/05/2014 06:00 PM, Matthew Flatt wrote: At Sun, 05 Jan 2014 15:18:51 -0700, Neil Toronto wrote: How does DrRacket look on Retina displays now? It's getting there. Remaining problem include the GC icon and some part(s) of the process to show bitmaps in the interactions window.

Re: [racket-dev] [plt] Push #28009: master branch updated

2014-01-03 Thread Neil Toronto
On 01/03/2014 06:12 PM, mfl...@racket-lang.org wrote: bd4d0b7 Matthew Flatt mfl...@racket-lang.org 2014-01-03 17:57 : | if a bitmap has a non-1 backing scale, always draw smoothly to other contexts : M pkgs/draw-pkgs/draw-lib/racket/draw/private/dc.rkt | 11 ++- Cool. It looks like