[cairo-bugs] [Bug 5561] New: cairo_set_dash does not work properly
when the first dash length is 0
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jan 9 21:31:03 PST 2006
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=5561
Summary: cairo_set_dash does not work properly when the first
dash length is 0
Product: cairo
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: cworth at cworth.org
ReportedBy: jeff at infidigm.net
QAContact: cairo-bugs at cairographics.org
calling somthing like cairo_set_dash(cr, (double[]){0, 4}, 2, 0.0) causes
_cairo_stroker_line_to_dashed to call _cairo_stroker_add_leading_cap without
initializing sub_start. This can be seen by running valgrind and getting a
failure further down this call chain.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the cairo-bugs
mailing list