ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* withcolor does not apply when anglestriped
@ 2022-01-20 23:01 Damien Thiriet via ntg-context
  2022-01-21  0:01 ` Hans Hagen via ntg-context
  0 siblings, 1 reply; 3+ messages in thread
From: Damien Thiriet via ntg-context @ 2022-01-20 23:01 UTC (permalink / raw)
  To: ntg-context; +Cc: Damien Thiriet

Hello list,


I noticed today that anglestriped does not take
withcolor into account. Givent this MWE

\starttext
\startMPpage

path p; 
p:= fullsquare scaled 20;
draw p anglestriped (1,60,4) withcolor red;

\stopMPpage
\stoptext

p is in black, while I'd expect red 

Greetings,

Damien Thiriet
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: withcolor does not apply when anglestriped
  2022-01-20 23:01 withcolor does not apply when anglestriped Damien Thiriet via ntg-context
@ 2022-01-21  0:01 ` Hans Hagen via ntg-context
  2022-01-21 18:43   ` Damien Thiriet via ntg-context
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen via ntg-context @ 2022-01-21  0:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen, Damien Thiriet

On 1/21/2022 12:01 AM, Damien Thiriet via ntg-context wrote:
> Hello list,
> 
> 
> I noticed today that anglestriped does not take
> withcolor into account. Givent this MWE
> 
> \starttext
> \startMPpage
> 
> path p;
> p:= fullsquare scaled 20;
> draw p anglestriped (1,60,4) withcolor red;
> 
> \stopMPpage
> \stoptext
> 
> p is in black, while I'd expect red
this will work:

   path p ; p:= fullsquare scaled 20;
   draw image ( draw p anglestriped (1,60,4) ) withcolor red;

but this is way more (meta)fun:

     draw (fullsquare scaled 4cm)
         withpattern image (
           draw (bottomboundary p) rotated -60
               withcolor "darkblue" ;
         )
         withpatternscale (1/10,1/10)
         withpen pencircle scaled 1mm
     ;

(examples in the test suite)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: withcolor does not apply when anglestriped
  2022-01-21  0:01 ` Hans Hagen via ntg-context
@ 2022-01-21 18:43   ` Damien Thiriet via ntg-context
  0 siblings, 0 replies; 3+ messages in thread
From: Damien Thiriet via ntg-context @ 2022-01-21 18:43 UTC (permalink / raw)
  To: Hans Hagen, ntg-context; +Cc: Damien Thiriet

Thanks Hans,

I like very much your (meta)fun answers, since it
is less magic and more understandable for me. 
Let's play with it now…

Damien Thiriet

On Fri, Jan 21, 2022 at 01:01:23AM +0100, Hans Hagen wrote:
> 
> but this is way more (meta)fun:
> 
>     draw (fullsquare scaled 4cm)
>         withpattern image (
>           draw (bottomboundary p) rotated -60
>               withcolor "darkblue" ;
>         )
>         withpatternscale (1/10,1/10)
>         withpen pencircle scaled 1mm
>     ;
> 
> (examples in the test suite)
> 
> Hans
> 
> -----------------------------------------------------------------
>                                           Hans Hagen | PRAGMA ADE
>               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2022-01-21 18:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-20 23:01 withcolor does not apply when anglestriped Damien Thiriet via ntg-context
2022-01-21  0:01 ` Hans Hagen via ntg-context
2022-01-21 18:43   ` Damien Thiriet via ntg-context

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).