Skip to content

Commit

Permalink
updated byrne.mp again
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmybutton committed Oct 2, 2024
1 parent 0ba3cdd commit 619d1d8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions byrne.mp
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,20 @@ def stopAutoLabeling =
endgroup
enddef;

def startAngleOppositeMode =
begingroup
save newAngleMode;
boolean oldAngleMode;
oldAngleMode := angleClockwiseMode;
save angleClockwiseMode;
boolean angleClockwiseMode;
angleClockwiseMode := not oldAngleMode;
enddef;

def stopAngleOppositeMode =
endgroup
enddef;

def startOffspringPictureMode =
begingroup
save uniqueTextLabels, omitDuplicateTextLabels;
Expand Down

0 comments on commit 619d1d8

Please sign in to comment.