texlive[42935] Build/source/texk/web2c/mplibdir/mp.w: mplibdir/mp.w:
commits+kakuto at tug.org
commits+kakuto at tug.org
Fri Jan 13 00:18:01 CET 2017
Revision: 42935
http://tug.org/svn/texlive?view=revision&revision=42935
Author: kakuto
Date: 2017-01-13 00:18:01 +0100 (Fri, 13 Jan 2017)
Log Message:
-----------
mplibdir/mp.w: sync with the upstream
Modified Paths:
--------------
trunk/Build/source/texk/web2c/mplibdir/mp.w
Modified: trunk/Build/source/texk/web2c/mplibdir/mp.w
===================================================================
--- trunk/Build/source/texk/web2c/mplibdir/mp.w 2017-01-12 23:14:39 UTC (rev 42934)
+++ trunk/Build/source/texk/web2c/mplibdir/mp.w 2017-01-12 23:18:01 UTC (rev 42935)
@@ -1,4 +1,4 @@
-% $Id: mp.w 2113 2017-01-11 23:15:32Z luigi $
+% $Id: mp.w 2114 2017-01-12 09:53:45Z luigi $
%
% This file is part of MetaPost;
% the MetaPost program is in the public domain.
@@ -29230,13 +29230,6 @@
mp_next_knot (lr) = ur;
mp_next_knot (ur) = ul;
-/*
- ll = mp_create_knot(mp);
- mp_set_knot(mp,ll,number_to_double(mp_minx), number_to_double(mp_miny));
- lr = mp_append_knot(mp,ll,number_to_double(mp_maxx), number_to_double(mp_miny));
- ur = mp_append_knot(mp,lr,number_to_double(mp_maxx), number_to_double(mp_maxy));
- ul = mp_append_knot(mp,ur,number_to_double(mp_minx), number_to_double(mp_maxy));
-*/
mp_close_path_cycle (mp, ul, ll);
mp_make_path(mp,ll);
mp->cur_exp.type = mp_path_type;
More information about the tex-live-commits
mailing list