Re: [Tutor] problem with canvas.postscript()

2007-01-23 Thread Michael Lange
On Mon, 22 Jan 2007 20:14:31 + "Asrarahmed Kadri" <[EMAIL PROTECTED]> wrote: > Hi folks, > > I am trying to save a tkinter canvas using canvas.postscript() method... > > The thing works fine when the canvas size is small; but it gets cut (from > the top and left side) when the size increases

[Tutor] problem with canvas.postscript()

2007-01-22 Thread Asrarahmed Kadri
Hi folks, I am trying to save a tkinter canvas using canvas.postscript() method... The thing works fine when the canvas size is small; but it gets cut (from the top and left side) when the size increases.. Here is the code: c.postscript(file=filename,height = canvas_height,width = canvas_width,