Created
February 13, 2026 10:04
-
-
Save santhoshtr/196a717f2de7196b9cf52015b5667e17 to your computer and use it in GitHub Desktop.
Malayalam Ra using Pen Circle #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); | |
| width:=500; | |
| height:=500; | |
| z0 = (x1 + 0.25width, 0); | |
| z1 = (0, y0+height/2); | |
| z2 = (x1 + width/2, y1+height/2); | |
| z3 = (x2 + width/2, y1); | |
| z4 = (x3 - 0.25width, y0); | |
| pickup pencircle xscaled 40 yscaled 10 rotated 30; | |
| draw z0..z1..z2..z3..z4 withcolor white; | |
| endfig; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment