Hi, I updated to trunk of pigment and elisa to see if the aspect ratio is now handled correctly.
Reminder: I have a PAL TV, in 4:3 display aspect ratio, so I expect Elisa and Pigment to display a 4:3 canvas using 720x576 pixels (with the pixels having a 16:15 pixel aspect ratio). Here's the relevant output from elisa: DEBUG MainThread comp_pigment_context Sep 29 21:33:27 old canvas si ze: (4.0, 3.0) (elisa/plugins/good/pigment/pigment_context.py:84) DEBUG MainThread comp_pigment_context Sep 29 21:33:27 screen ratio: 1.3333333333333333 (elisa/plugins/good/pigment/pigment_context.py:85) DEBUG MainThread comp_pigment_context Sep 29 21:33:27 new canvas he ight: 3.0 (elisa/plugins/good/pigment/pigment_context.py:86) DEBUG MainThread comp_pigment_context Sep 29 21:33:27 viewport size : (720, 600) (elisa/plugins/good/pigment/pigment_context.py:101) I have no idea why it's thinking it should be 720x600, and stuff that should be visible on the screen runs off the bottom of the screen. This sort of stuff used to work, any idea why it's getting it wrong again ? Thomas
