diff options
Diffstat (limited to 'static/logo/peach.rkt')
-rw-r--r-- | static/logo/peach.rkt | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/static/logo/peach.rkt b/static/logo/peach.rkt index 506e65e..54e1382 100644 --- a/static/logo/peach.rkt +++ b/static/logo/peach.rkt @@ -50,13 +50,5 @@ (png-export logo-bitmap size))) ;Export logo to a PNG file. -;; Peach logo as a bitmap. -(define peach-logo (draw-logo 500)) - - -;; Render logo in racket shell. -(make-object image-snip% peach-logo) - - -;; Export logo to a PNG file. -(png-export peach-logo 500) +;; Make 500x500 logo. +(make-logo 500) |