[reportlab-users] newbie help
Andy Robinson
andy at reportlab.com
Thu Dec 6 04:04:46 EST 2007
>
> Trying to put a small rectangle isn't working. If I had the canvas
> available, I could do canvas.circle or canvas.rect.
The various self.drawXXX(...) methods can all access the canvas which
is attached to the doctemplate at that point.
self.canv
refers to the current canvas.
HTH,
Andy
More information about the reportlab-users
mailing list