[reportlab-users] BOX, double line, line joint
Laszlo KREKACS
laszlo.krekacs.list at gmail.com
Tue Jun 15 08:41:08 EDT 2010
On Mon, Jun 7, 2010 at 12:11 PM, Matt Folwell <mjf at pearson.co.uk> wrote:
> You can get the effect you want by using:
> ('BOX', (0, 0), (-1, -1), 6, colors.black),
> ('BOX', (0, 0), (-1, -1), 2, colors.white),
Thank you very much Matt for you answer it was really helpful.
Also sorry for my late reply.
Here isthe final (working) lines:
('BOX', (0,0), (-1,-1), 3, colors.black, 2, None, None, 1, 2),
('BOX', (0,0), (-1,-1), 1, colors.white, 2, None, None, 1, 2),
Your version had rounded outer corners, while this one is
completely straight.
Thank you also Andy for your in depth explanation.
Best regards,
Laszlo
More information about the reportlab-users
mailing list