summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/public/xypic/xycirc10.mf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/xypic/xycirc10.mf')
-rw-r--r--Master/texmf-dist/fonts/source/public/xypic/xycirc10.mf8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/fonts/source/public/xypic/xycirc10.mf b/Master/texmf-dist/fonts/source/public/xypic/xycirc10.mf
index eb9f06feeb7..8f9637e363c 100644
--- a/Master/texmf-dist/fonts/source/public/xypic/xycirc10.mf
+++ b/Master/texmf-dist/fonts/source/public/xypic/xycirc10.mf
@@ -1,4 +1,4 @@
-% $Id: xycirc10.mf,v 3.11 2010/07/06 21:49:55 krisrose Exp $
+% $Id: xycirc10.mf,v 3.12 2010/07/07 16:26:39 krisrose Exp $
%
% XYCIRC10: 1/8 circles with varying radii for Xy-pic at 10 point.
% Copyright (c) 1992,2010 Kristoffer H. Rose <krisrose@tug.org>
@@ -56,7 +56,7 @@ mode_setup;
% METANESS...
%
-rulew# = .4pt#; define_blacker_pixels(rulew); % line thickness
+rulew# = .4pt#; define_whole_blacker_pixels(rulew); % line thickness
% TESTING...we redefine openit because the characters extend far to the
% left of the bounding box!
@@ -80,7 +80,6 @@ eighthcircle = right{up} .. {left+up}(right+up)/sqrt2;
% Use the following macro that generates an entire group from character cc
% to cc+7 with radius:
%
-
def makeg(expr g,radius) =
major# := radius/sqrt2;
@@ -138,6 +137,9 @@ for g = 12 step 1 until 15: makeg(g,(4g-28)*pt#); endfor;
bye.
% $Log: xycirc10.mf,v $
+% Revision 3.12 2010/07/07 16:26:39 krisrose
+% Rules should be whole pixels (thanks again to Daniel).
+%
% Revision 3.11 2010/07/06 21:49:55 krisrose
% Daniel's fix that works around bug in mf2pt1/fontforge script.
%