[racket] Generating svg-images rather than png-images from Scribble

From: Sam Tobin-Hochstadt (samth at cs.indiana.edu)
Date: Sun Oct 13 11:34:54 EDT 2013

On Sun, Oct 13, 2013 at 10:30 AM, Jens Axel Søgaard
<jensaxel at soegaard.net> wrote:
> 2013/10/13 Robby Findler <robby at eecs.northwestern.edu>:
>> That sounds right to me. Thanks for looking into this!
>>
>> How did you plan to have the parameter default?
> To keep backwards compatibility I was planning to let png be the default.
>
>>That is, does it make sense to ever generate .png bytes when you are able to generate svg?
>
> For my purposes svg would be preferable - but I have no clue how well
> browsers support svg in practice.
>
>     http://caniuse.com/svg

That suggests that everything later than IE 8 works.  I don't think we
should try to support a browser that even Google Apps doesn't support
any more.

Sam


Posted on the users mailing list.