Bug 30896 - Incorrect result of cairo_path_extents for single vertical line
Summary: Incorrect result of cairo_path_extents for single vertical line
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: image backend (show other bugs)
Version: 1.10.0
Hardware: Other All
: medium normal
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-15 07:32 UTC by Martin Horák
Modified: 2010-10-29 10:27 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Martin Horák 2010-10-15 07:32:02 UTC
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.
Comment 1 Andrea Canciani 2010-10-29 10:27:43 UTC
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.