# =========================================================================== # # From: www.contextfreeart.org/gallery/view.php?id=4210 # # Created: 01.03.2021 # # Originally created by flembobs on October 6th, 2020. # =========================================================================== #
/*
* Printed on a large sheet of glass - that's how I'd like * to see it. I hope you enjoy it. */
startshape blah
shape blah {
blah2 [hue 100 sat 1 b 1]
}
shape blah2 {
loop 1 [r 50 hue 20] box [] blah2 [r 50 x 2 s 0.92 b 1 hue 10] blah2 [ r 1..360 x 2 s 0.2 hue 10 alpha -0.1 ] blah2 [ r 1..360 x 3 s 0.2 hue 10 alpha -0.1 ]
}
path box {
MOVETO( 0.5, 0.5) LINETO(-0.5, 0.5) LINETO(-0.5, -0.5) LINETO( 0.5, -0.5) CLOSEPOLY() STROKE()[]
}