Sample: cairo_new_path( cr ); cairo_new_sub_path( cr ); cairo_move_to( cr, 1.0, 1.0 ); cairo_line_to( cr, 1.0, 2.0 ); After these commands, cairo_path_extents returns empty rectangle In version 1.8.10, the result was correct.
I just pushed patchset to master that (among a bunch of other glitches) enables the testing for this bug in the get-path-extents test and fixes it.
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.