[racket-dev] PLaneT logo

From: Neil Toronto (neil.toronto at gmail.com)
Date: Fri Dec 2 01:47:16 EST 2011

The new PLaneT logo I just pushed is in the "logo" icon category, so it 
gets pre-rendered up to 512x512. (In case anybody wants it in the future 
for the web site or something.) If you want to see what it looks like, 
do this:

#lang racket

(require icons)

(for*/list ([color  icon-colors]
             [style  icon-styles])
   (planet-logo-pict color 128 style))


Neil T


Posted on the dev mailing list.