[racket] generating Racket’s logo

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sat Aug 24 18:44:12 EDT 2013

At Sat, 24 Aug 2013 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.

The `images/logos' function provides `plt-logo'.


There's also code (for a simpler form of the logo) at the end of this
section in the docs:

 http://docs.racket-lang.org/draw/overview.html#%28part._.Drawing_.Paths%29

We should add an index entry for that one.


Posted on the users mailing list.