ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* hatching an area without drawing its borders
@ 2021-10-07 19:45 Damien Thiriet via ntg-context
  2021-10-08  7:31 ` Hans Hagen via ntg-context
  0 siblings, 1 reply; 2+ messages in thread
From: Damien Thiriet via ntg-context @ 2021-10-07 19:45 UTC (permalink / raw)
  To: ntg-context; +Cc: Damien Thiriet

Hi,

I read the 2015 thread Hatch an area with Metapost (Metafun)
and started playing with anglestriped. However in my maps
I would like to get my shapes hatched with no borders drawn. 
How can I achieve it? 

path p;
p := fullcircle scaled 50 randomized 5;
draw p anglestriped (1,60,4);


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] 2+ messages in thread

* Re: hatching an area without drawing its borders
  2021-10-07 19:45 hatching an area without drawing its borders Damien Thiriet via ntg-context
@ 2021-10-08  7:31 ` Hans Hagen via ntg-context
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen via ntg-context @ 2021-10-08  7:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen, Damien Thiriet

On 10/7/2021 9:45 PM, Damien Thiriet via ntg-context wrote:
> path p;
> p := fullcircle scaled 50 randomized 5;
> draw p anglestriped (1,60,4);

i'll add option 0 as in:

         draw p anglestriped (0,60,4);



-----------------------------------------------------------------
                                           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] 2+ messages in thread

end of thread, other threads:[~2021-10-08  7:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-07 19:45 hatching an area without drawing its borders Damien Thiriet via ntg-context
2021-10-08  7:31 ` Hans Hagen 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).