[cairo-bugs] [Bug 9189] Dashed strokes too long with gradient paint in PDF

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Sep 29 06:13:09 PDT 2008


http://bugs.freedesktop.org/show_bug.cgi?id=9189





--- Comment #7 from Chris Wilson <chris at chris-wilson.co.uk>  2008-09-29 06:05:08 PST ---
(In reply to comment #6)
> Is there anything I can do to help fix the problem?  I did try digging into the
> code, but I am afraid it's rather above me.  Perhaps with some pointers as to
> where to look, or some hand-holding, I could do some of the drudge work?

Well, we know the problem is stroking dashes under a fallback image so the
issue is likely to be confined to _cairo_stroker_line_to_dashed() in
src/cairo-path-stroke.c (and its inputs). If you are interested, I'd read
through that function taking note of what matrices are used and then tracing
back to see their construction. Then either you spot the problem straight-away,
or you can start comparing the difference between difference fallback
resolutions. If you can join us on irc, in #cairo on irc.freenode.net, we'll
happily help you learn the code and assist in whatever way we can. 


--- Comment #8 from Paul Sephton <paul at inet.co.za>  2008-09-29 06:12:32 PST ---
Thanks-  I'll get out my spade and go digging.  I will let you know what I
find.


-- 
Configure bugmail: http://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