Skip to content

Commit

Permalink
Add UIS camp symbol
Browse files Browse the repository at this point in the history
(Symbol provided by Bergil06)

Fix therion#455
  • Loading branch information
hbeni committed Jan 12, 2025
1 parent eea4054 commit 19a703d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mpost/thPoint.mp
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,18 @@ def p_rope_SKBB (expr pos,r,s,al) =
thdraw (.1u,.1u);
enddef;

def p_camp_UIS (expr pos,r,s,al) =
U:=(.4u, .5u);
T:=identity aligned al scaled s shifted pos;

pickup PenC;
thdraw (-.5u,-.4u)--(.5u,-.4u);
pickup PenD;
thdraw (-.4u,-.4u)--(0,.5u)--(.4u,-.4u);
thfill (-.3u,-.4u)--(0,.30u)--(.3u,-.4u)--cycle;
thfill (0,.5u)--(.35u,.45u)--(.07u,.35u)--cycle;
enddef;

def p_camp_SKBB (expr pos,r,s,al) =
U:=(.4u, .5u);
T:=identity aligned al scaled s shifted pos;
Expand Down

0 comments on commit 19a703d

Please sign in to comment.