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
_________________________________________________
 For list-related administrative tasks:
 http://lists.racket-lang.org/listinfo/dev

Reply via email to