Skip to content

Instantly share code, notes, and snippets.

@youz
Last active March 6, 2021 14:11
Show Gist options
  • Save youz/59f72f0c57fdba83a413a3e8ff5860e2 to your computer and use it in GitHub Desktop.
Save youz/59f72f0c57fdba83a413a3e8ff5860e2 to your computer and use it in GitHub Desktop.
%!
%%BoundingBox: 0 0 540 540
/N 4 def
0 0.4 0.8 setrgbcolor
0.5 setlinewidth
/len 400 3 N exp div def
/k {
1 add
dup N gt {
len 0 rlineto len 0 translate
} {
[0 60 240 240 120 120 300] { rotate dup k } forall
} ifelse
pop
} def
50 150 moveto
3 { 0 k 120 rotate } repeat
closepath stroke
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment