aboutsummaryrefslogtreecommitdiffstats
path: root/include/diagf.lpg
diff options
context:
space:
mode:
Diffstat (limited to 'include/diagf.lpg')
-rw-r--r--include/diagf.lpg26
1 files changed, 26 insertions, 0 deletions
diff --git a/include/diagf.lpg b/include/diagf.lpg
index 63cd684..f266960 100644
--- a/include/diagf.lpg
+++ b/include/diagf.lpg
@@ -3306,5 +3306,31 @@ ldiagdict begin
0 0
} def
+% shape and labels of the @ManyArrowHead symbol
+% <pathwidth> ldiagmanyarrowhead -
+/ldiagmanyarrowhead
+{
+ /pathwidth exch def
+ /LL [ 0 ysize 2 div pathwidth 2 div sub ] cvx def
+ /LU [ 0 ysize 2 div pathwidth 2 div add ] cvx def
+ LL
+ xsize 0
+ xsize pathwidth
+ LU
+ LL
+ []
+ LL
+ xsize LL exch pop
+ xsize LU exch pop
+ LU
+ LL
+ []
+ LL
+ xsize ysize pathwidth sub
+ xsize ysize
+ LU
+ LL
+} def
+
end
%%EndResource