<div dir="ltr"><div><div><div><div>Sorry for this question, but i must be tired...<br><br></div>In this code (on metapost 1.999 - Debian<br>-----------------------<br>prologues:=2;<br><br>beginfig(1);<br>  path seg;<br>  seg=(0,0)--(50,50);<br>  draw seg withcolor red;<br>  drawoptions(shifted (25,0));<br>  draw seg withcolor blue;<br>  drawoptions(shifted (50,0));<br>  draw seg withpen pencircle scaled 2bp;%*<br>  draw seg withpen pencircle scaled 2bp withcolor green;%*<br>  draw seg withcolor green withpen pencircle scaled 2bp;%*<br>  drawoptions();<br>  draw (seg shifted (75,0)) withpen pencircle scaled 2bp withcolor red+green;<br>endfig;<br><br>end<br>----------------------<br><br></div>why the drawoptions parameters not applied on the line %* ?<br><br></div>Best regards,<br></div>Christophe<br></div>