Skip to content

Instantly share code, notes, and snippets.

@santhoshtr
Created February 13, 2026 10:03
Show Gist options
  • Select an option

  • Save santhoshtr/e2fd52d789934e429655ee1bf81197c2 to your computer and use it in GitHub Desktop.

Select an option

Save santhoshtr/e2fd52d789934e429655ee1bf81197c2 to your computer and use it in GitHub Desktop.
Rotating squares #metapost-sandbox
beginfig(0)
for i=0 upto 100:
fill unitsquare
scaled ((100-i)*0.1mm)
rotated 31i
withcolor (0.01i)[green,blue];
endfor;
endfig;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment