|
From: Ethan M. <merritt@u.washington.edu> - 2007-11-20 01:37:41
|
On Monday 19 November 2007 13:27, Allin Cottrell wrote: >=20 > set size square >=20 > But this does not produce a circle in pngcairo and pdfcairo: it=20 > produces a vertically elongated ellipse. =20 You are right. =20 It looks like the aspect ratio code is broken in all of the cairo-based terminals including wxt. Worse, I can't even see how it is _supposed_ to work. Who/what/where is maintaining the values of=20 term->xmax and term->ymax term->h_tic and term->v_tic ? These are used to calculate aspect ratio, but I think the cairo drivers are not setting them to useful values either initially or when the window is resized. I'm hoping Timoth=E9e can provide a simple fix. =2D-=20 Ethan A Merritt |