[cairo-bugs] [Bug 29463] New: Bézier curve is not rendered correctly

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Aug 9 10:31:36 PDT 2010


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

           Summary: Bézier curve is not rendered correctly
           Product: cairo
           Version: 1.8.0
          Platform: All
        OS/Version: Windows (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


Created an attachment (id=37737)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=37737)
Rendered output

Below is a code snippet and the result is attached as png file.

cairo_new_sub_path( cr );
cairo_move_to( cr, 667.00, 287.75 );
cairo_curve_to( cr, 667.00, 270.50
        643.50, 253.75,
        643.75, 255.00 );
cairo_set_line_width( cr, 12.0 );
cairo_stroke( cr );

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