summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-10-13 23:31:54 +0000
committerKarl Berry <karl@freefriends.org>2010-10-13 23:31:54 +0000
commit9e991e55e1013e09471b512d3d72409b0b536629 (patch)
tree54d0171ae72d2f38c05b000973e57fb9b723b0fe /Master/texmf-dist/fonts/source
parent9df6e561410b27b99ab5bccf59ca4e98056f62b5 (diff)
xypic 384 (13oct10)
git-svn-id: svn://tug.org/texlive/trunk@20081 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts/source')
-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.
%