[racket] generating Racket’s logo

From: Asumu Takikawa (asumu at ccs.neu.edu)
Date: Sat Aug 24 20:17:35 EDT 2013

On 2013-08-24 18:06:02 -0400, Etan Wexler wrote:
> How would I generate a Racket logo at some arbitrary size? I prefer to
> use Racket to do so, but an SVG file would satisfy me. I searched the
> sources and the WWW to some degree but to no avail.

Look for v4.3 on this page for SVG files:
  http://www.eecs.northwestern.edu/~robby/logos/

You can even load the SVG file in Racket via:
  https://github.com/takikawa/racket-rsvg

Cheers,
Asumu

Posted on the users mailing list.