Created
February 13, 2026 10:03
-
-
Save santhoshtr/e2fd52d789934e429655ee1bf81197c2 to your computer and use it in GitHub Desktop.
Rotating squares #metapost-sandbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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