[cairo-bugs] [Bug 39970] New: Incorrect result of cairo_fill_extents
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Aug 10 01:42:19 PDT 2011
https://bugs.freedesktop.org/show_bug.cgi?id=39970
Summary: Incorrect result of cairo_fill_extents
Product: cairo
Version: 1.10.2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: general
AssignedTo: cworth at cworth.org
ReportedBy: horakm at centrum.cz
QAContact: cairo-bugs at cairographics.org
In the following code snippet, cairo_fill_extents incorrectly returns zero
(empty) rectangle.
This affects version 1.10.2 (in 1.8.10, the result is correct for this specific
case).
cairo_new_path( &Cairo );
cairo_move_to( &Cairo, 4, 8 );
cairo_line_to( &Cairo, 6, 8 );
cairo_line_to( &Cairo, 6, 7 );
cairo_fill_extents( &Cairo, &x1, &y1, &x2, &y2 );
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the cairo-bugs
mailing list