summaryrefslogtreecommitdiffstats
path: root/static/logo/peach.rkt
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-19 17:53:00 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-19 17:53:00 -0400
commitb8e18c060fec97930cf82601c01dd6eccb6824fa (patch)
treee7f68fa78e8d33ef03f57a4b6bcd5ede1c19db78 /static/logo/peach.rkt
parent2ba2b39f73d0fa9f01d096983fbc8f630a8bc6e9 (diff)
static/logo: peack.rkt: make logos in different sizes
Diffstat (limited to 'static/logo/peach.rkt')
-rw-r--r--static/logo/peach.rkt6
1 files changed, 4 insertions, 2 deletions
diff --git a/static/logo/peach.rkt b/static/logo/peach.rkt
index 54e1382..ae0925e 100644
--- a/static/logo/peach.rkt
+++ b/static/logo/peach.rkt
@@ -50,5 +50,7 @@
(png-export logo-bitmap size))) ;Export logo to a PNG file.
-;; Make 500x500 logo.
-(make-logo 500)
+;; Make logos in different sizes.
+(begin
+ (let ((sizes '(16 32 48 58 76 80 87 114 120 152 167 120 180)))
+ (map make-logo sizes)))