At Mon, 06 Jan 2014 20:57:53 -0700, Neil Toronto wrote:
> On 01/06/2014 07:38 PM, mfl...@racket-lang.org wrote:
> >
> > eda4f35 Matthew Flatt <mfl...@racket-lang.org> 2014-01-06 18:52
> > :
> > | file/convertible: declare 'png@2x-bytes conversion variant
> > |
> > | The 'png@2x-bytes variant is like 'png-bytes, but where the decoded
> > | bytes are intended to be scaled by 1/2.
> > |
> > | Consumers:
> > |
> > |  - DrRacket's print handler
> > |
> > |  - Scribble's HTML renderer
> > |
> > | Producers:
> > |
> > |  - `bitmap%`s where the scaling factor is 2
> > |
> > |  - picts
> > |
> > | Examples: Quick docs, docs for `images/icons/misc`, DrRacket interactions
> > | for results of `images/icons/misc` functions.
> 
> Is there a way to make Scribble request 'png@2x-bytes when building the 
> Plot docs?

Scribble always requests 'png@2x-bytes before 'png-bytes, but I need to
push a repair to `image-snip%`.

_________________________
  Racket Developers list:
  http://lists.racket-lang.org/dev

Reply via email to