[REBOL] Draw - Bug in Line-Pattern ?
From: pwawood::gmail::com at: 13-Mar-2007 18:36
The documentation of line-pattern in Draw, http://www.rebol.com/docs/draw-ref.html#section-3.19,
indicates that an unlimited number of pairs of numbers can be specified to draw complex
patterns. The is even the following example: pen blue red line-pattern 7 2 4 4 3 6 However
I have found that only the first four parameters seem to be reflected in the line, any
others being ignored. Has anybody else experienced this? Regards Peter