ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* special problem (mplib)
@ 2010-11-22 10:25 Peter Rolf
  2010-11-22 16:00 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Rolf @ 2010-11-22 10:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

Hi,

I noticed some problems with the order of mplib output.
Example is attached ("1 j" stands before special code).

Peter


MTXrun | current version: 2010.11.20 12:51
This is LuaTeX, Version beta-0.64.0-2010111322 (rev 3961)

[-- Attachment #2: special.tex --]
[-- Type: text/plain, Size: 713 bytes --]

\setuppagenumber[state=stop]
\nopdfcompression

\startuniqueMPgraphic{foo:special}
begingroup
    save p; path p;
    p := unitsquare xyscaled(2cm,2cm);

    linear_shade(p,1,red,green);

    interim linejoin:= rounded; interim linecap:= rounded;
    draw p withpen pencircle scaled 10;
endgroup;
\stopuniqueMPgraphic

\startuniqueMPgraphic{foo:nospecial}
begingroup
    save p; path p;
    p := unitsquare xyscaled(2cm,2cm);

%    linear_shade(p,1,red,green);
    interim linejoin:= rounded; interim linecap:= rounded;
    draw p withpen pencircle scaled 10;
endgroup;
\stopuniqueMPgraphic


\starttext
\uniqueMPgraphic{foo:special}

\uniqueMPgraphic{foo:nospecial}


\stoptext

[-- Attachment #3: special.pdf --]
[-- Type: application/pdf, Size: 5674 bytes --]

[-- Attachment #4: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-22 16:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-22 10:25 special problem (mplib) Peter Rolf
2010-11-22 16:00 ` Hans Hagen
2010-11-22 16:48   ` Peter Rolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).