summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/public/feyn/feynmac.mf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/feyn/feynmac.mf')
-rw-r--r--Master/texmf-dist/fonts/source/public/feyn/feynmac.mf8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/fonts/source/public/feyn/feynmac.mf b/Master/texmf-dist/fonts/source/public/feyn/feynmac.mf
index e6df38b25d5..3511d1bb4a0 100644
--- a/Master/texmf-dist/fonts/source/public/feyn/feynmac.mf
+++ b/Master/texmf-dist/fonts/source/public/feyn/feynmac.mf
@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Macros to support feyn.mf
-% Release 0.3.1, 2008 February 29
+% Release 0.3.3, 2009 October 8
def looselink = ..tension 0.75.. enddef;
@@ -116,9 +116,9 @@ def errorchar (expr ht) =
numeric rad,npetals,ilowest;
pair cent;
cent=(0,2ht/3); % centre of the flower
- rad=ht/5; % radius of the inner points
+ rad=ht/6; % radius of the inner points
npetals=5; % number of petals
- pickup pencircle scaled (thinlinewidth#); % thin line
+ pickup pencircle scaled (thinlinewidth); % thin line
z0 = cent shifted (rad,0);
for i=1 upto npetals-1:
z[i] = z0 rotatedabout (cent, i*360/npetals);
@@ -134,7 +134,7 @@ def errorchar (expr ht) =
endfor
draw z[ilowest]{dir (ilowest*360/npetals)}..origin;
pair leafend;
- xpart(leafend) = 2rad; % want something like currentpicture.rt;
+ xpart(leafend) = 3rad; % want something like currentpicture.rt;
ypart(leafend) = 2y[ilowest]/3;
draw origin{dir 60} .. leafend;
draw leafend .. {dir 180}origin;