Hi David,

To me it looks like it does work, but perhaps I am not looking
at it correctly. Here is what I compiled:

  \setupcolors[state=start]
  \setupoutput[pdftex]
  \starttext
  \startMPgraphic
  draw unitsquare
    xscaled 5cm yscaled 1cm
    withpen pencircle scaled 2mm
    withcolor .625 red;
  \stopMPgraphic
  \hbox\bgroup
  \loadcurrentMPgraphic{width=5cm,height=1cm}\placeMPgraphic\quad
  \loadcurrentMPgraphic{width=8cm,height=1cm}\placeMPgraphic\egroup
  \stoptext

And I get a red outline around two rectangles next to eachother.
Does it crash for you?

Taco

David Arnold wrote:
All,

I've always wondered why this Metafun manual example doesn't work.

\startMPgraphic
  draw unitsquare
    xscaled 5cm yscaled 1cm
    withpen pencircle scaled 2mm
    withcolor .625 red;
\stopMPgraphic

\hbox\bgroup
\loadcurrentMPgraphic{width=5cm,height=1cm}\placeMPgraphic\quad
\loadcurrentMPgraphic{width=8cm,height=1cm}\placeMPgraphic\egroup
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to