Created attachment 140910 [details] Simple program to reproduce the bug Hello, I've attached a program that draws some lines to a recording surface. It then computes the size of the recording surface and prints it. This works. After that, the program sets the surface as source and paints it onto another recording surface. This seems not to work. The computed size of the second surface is -1. The ouput of the program is: Size of surface: 4.000000 102.000000 at 0.000000 0.000000 Size of surface: -1.000000 -1.000000 at -8388608.000000 -8388608.000000 But it should be 2 times the same output: Size of surface: 4.000000 102.000000 at 0.000000 0.000000 Size of surface: 4.000000 102.000000 at 0.000000 0.000000 Thank you very much.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/cairo/cairo/issues/91.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.