[NTG-context] followup: arrows in mplib

2008-04-16 Thread Thomas A. Schmitz
I'm afraid arrows look better now, but they're not yet quite what they  
used to be. Test:

\setupcolors[state=start]

\starttext

\startuseMPgraphic{arrowtest}
z1=(0,0) ;
z2=(3cm,0) ;
ahlength := 15pt ;
pickup pencircle scaled 5pt ;
drawarrow z1--z2 withcolor red ;
\stopuseMPgraphic

\useMPgraphic{arrowtest}

\stoptext

Homework for Hans and Taco again? :-)

Thomas
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] followup: arrows in mplib

2008-04-16 Thread Hans Hagen
Thomas A. Schmitz wrote:
 I'm afraid arrows look better now, but they're not yet quite what they  
 used to be. Test:
 
 \setupcolors[state=start]
 
 \starttext
 
 \startuseMPgraphic{arrowtest}
 z1=(0,0) ;
 z2=(3cm,0) ;
 ahlength := 15pt ;
 pickup pencircle scaled 5pt ;
 drawarrow z1--z2 withcolor red ;
 \stopuseMPgraphic
 
 \useMPgraphic{arrowtest}
 
 \stoptext
 
 Homework for Hans and Taco again? :-)

ah, a side effect of the arrow fix (which has to do with some complex 
deduction of combined filled/stroked paths) .. i'll fix it (and in the 
process sacrifice some fill/draw color optimizations)

Hans

-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
  | www.pragma-pod.nl
-
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] followup: arrows in mplib

2008-04-16 Thread Hans Hagen
Hans Hagen wrote:
 Thomas A. Schmitz wrote:
 I'm afraid arrows look better now, but they're not yet quite what they  
 used to be. Test:

i uploaded a beta, please check other color things in mp graphics too

thanks for testing

Hans

-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
  | www.pragma-pod.nl
-
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] followup: arrows in mplib

2008-04-16 Thread Thomas A. Schmitz

On Apr 16, 2008, at 1:53 PM, Hans Hagen wrote:
 i uploaded a beta, please check other color things in mp graphics too

 thanks for testing

 Hans

Yes, the new beta does work. I'll have an eye on other things; so far,  
I haven't seen anything unusual.

Thanks for the swift action!

Thomas
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___