I've prepared a simple application that receive clicks from the mouse on a window, store the clicked point and draws lines from all the stored points to all the rest of points, like a N graph. It works fine for the first 10, 20 points but when you reach a certain number of points the render gets floods on certain areas. Resize the window sometimes fixes the problem sometimes not. It happens in Ubuntu Linux 12.04 64 bits and Mac OSX 10.7.5 Libraries used: gtk+-2.0, version 2.24.11 cairo, version 1.12.2 Please see the source files used here: git clone https://github.com/genete/my-test-area.git
Created attachment 71868 [details] Screencast of the problem
Looks like the BigReq overflow for CompositeTrapezoids
-- 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/31.
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.