Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 28854
Status: open
Priority: 80/
Queue: Imager

People
Owner: Nobody in particular
Requestors: harrison [...] hanford.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Specify line thickness in Image::Draw
Would be nice to specify a line's thickness as an argument to line().
On Wed Aug 15 23:56:46 2007, harrison wrote: Show quoted text
> Would be nice to specify a line's thickness as an argument to line().
Sorry about the delay in getting back to you. At this point I have enough planned for 0.61 that this is unlikely to make it into 0.61. I'll look at it for 0.62, but that's likely to be next year sometime. Tony
On Wed Aug 15 23:56:46 2007, harrison wrote: Show quoted text
> Would be nice to specify a line's thickness as an argument to line().
If I could add to this a little bit... As I'm going through emulating the RIPscrip spec, a number of primitives handle line thickness and line patterns (line, circle/ellipse, rectangle, arc, polygons) as well as fill patterns (filled versions of circle/ellipse, rectangle, arc, polygon). These things are pain to emulate manually. :) -Brian