[NTG-context] metafun paralleled does not give a parallel path
fv leung
fvleung at gmail.com
Thu Aug 25 04:50:18 CEST 2022
The following used to produce three parallel lines.
Now it produces one straight line and two arcs.
\starttext
\startMPcode
z0 = origin;
z1 = 72dir(45);
dotlabel.bot("z0", z0);
draw z0--z1;
draw (z0--z1) paralleled -15 withcolor red;
draw (z0--z1) paralleled 15 withcolor blue;
\stopMPcode
\stoptext
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ntg.nl/pipermail/ntg-context/attachments/20220825/7cd64acd/attachment.htm>
More information about the ntg-context
mailing list