Re: [NTG-context] drawoptions in startMPinclusions

2007-06-14 Thread Aditya Mahajan
Quoting nicola <[EMAIL PROTECTED]>: > Hi, > the following code > > \startMPinclusions > drawoptions(withpen pencircle scaled 1mm); > u := 1cm; > \stopMPinclusions > > \startreusableMPgraphic{foo} > draw origin--(u,u); > \stopreusableMPgraphic > > \starttext > \midaligned{\reuseMPgraphic{foo}} > \s

[NTG-context] drawoptions in \startMPinclusions

2007-06-14 Thread nicola
Hi, the following code \startMPinclusions drawoptions(withpen pencircle scaled 1mm); u := 1cm; \stopMPinclusions \startreusableMPgraphic{foo} draw origin--(u,u); \stopreusableMPgraphic \starttext \midaligned{\reuseMPgraphic{foo}} \stoptext produces a line with default thickness, not 1mm wide. I