> On 1 Dec 2024, at 10:45, Bruce Horrocks <n...@scorecrow.com> wrote:
> 
> 
> 
>> On 1 Dec 2024, at 09:51, Wolfgang Schuster 
>> <wolfgang.schuster.li...@gmail.com> wrote:
>> 
>> While I can get the desired result which a filled path I'm looking for a 
>> solution where I have to set fewer control points.
> 
> Draw the paths two grid squares sorter and at each end draw a “dot” which is 
> a triangle of the right direction and shading?

s/sorter/shorter/

> 
> So your first line
> 
>  draw (1,7) -- (7,7) ;
> 
> becomes
> 
>  triangle_dot_bottom_right_fill (1,7) ; draw (2,6) ; 
> triangle_dot_bottom_left_fill (7,7) ;

 triangle_dot_bottom_right_fill (1,7) ; draw (2,7) -- (6,7) ; 
triangle_dot_bottom_left_fill (7,7) ;

<sigh> Sorry, brain not in gear

> 
> If there are load of them then it might be easier to write a macro to walk 
> the (1,7) — (7,7) path and insert “dots” at the changes of direction.
> 
> Regards,

—
Bruce Horrocks
Hampshire, UK

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

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to