[cairo-bugs] [Bug 30896] New: Incorrect result of cairo_path_extents for single vertical line

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Oct 15 07:32:07 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=30896

           Summary: Incorrect result of cairo_path_extents for single
                    vertical line
           Product: cairo
           Version: 1.10.0
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: image backend
        AssignedTo: cworth at cworth.org
        ReportedBy: horakm at centrum.cz
         QAContact: cairo-bugs at cairographics.org


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.

-- 
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