Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save santhoshtr/196a717f2de7196b9cf52015b5667e17 to your computer and use it in GitHub Desktop.
Malayalam Ra using Pen Circle #metapost-sandbox
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