Summary: | assert in _cairo_pen_find_active_cw_vertex_index() | ||
---|---|---|---|
Product: | cairo | Reporter: | Christian Kirbach <Christian.Kirbach> |
Component: | general | Assignee: | Carl Worth <cworth> |
Status: | RESOLVED FIXED | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | 1.5.1 | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Christian Kirbach
2007-06-29 18:04:01 UTC
The GNOME bug says it's cairo 1.4.4. We already fixed this: commit 133183d858aa632da3cec2a789dcc1e1203d778b Author: Carl Worth <cworth@cworth.org> Date: Thu Mar 15 22:08:55 2007 -0700 Fix cairo_stroke_extents and cairo_in_stroke to not crash with line width of 0.0 This fixes the line-width-zero test case and the bug reported here: Crash in cairo_stroke_extents whe line width is 0 and line cap is ROUND (_cairo_pen_find_active_cw_vertex_index) https://bugs.freedesktop.org/show_bug.cgi?id=10231 src/cairo-gstate.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 23caa0f43ba199371ab178cf3e827e449ee5935f Author: Carl Worth <cworth@cworth.org> Date: Thu Mar 15 21:58:20 2007 -0700 Add line-width-zero test which currently crashes. The crash is described in this bug report: Crash in cairo_stroke_extents whe line width is 0 and line cap is ROUND (_cairo_pen_find_active_cw_vertex_index) https://bugs.freedesktop.org/show_bug.cgi?id=10231 |
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.