RESOLVED FIXED 11069
paths with no fill specified default to black but do not recieve paint-related mouse events
https://bugs.webkit.org/show_bug.cgi?id=11069
Summary paths with no fill specified default to black but do not recieve paint-relate...
Eric Seidel (no email)
Reported 2006-09-27 15:02:12 PDT
paths with no fill specified default to black but do not recieve paint-related mouse events Patch attached to fix.
Attachments
patch including test case (10.27 KB, patch)
2006-09-27 15:05 PDT, Eric Seidel (no email)
no flags
improved patch, per mitz's direction (17.84 KB, patch)
2006-09-27 16:14 PDT, Eric Seidel (no email)
mitz: review+
Eric Seidel (no email)
Comment 1 2006-09-27 15:02:31 PDT
Thanks to tor for pointing this out to me.
Eric Seidel (no email)
Comment 2 2006-09-27 15:05:47 PDT
Created attachment 10809 [details] patch including test case
Eric Seidel (no email)
Comment 3 2006-09-27 16:14:15 PDT
Created attachment 10811 [details] improved patch, per mitz's direction
mitz
Comment 4 2006-09-27 16:36:36 PDT
Comment on attachment 10811 [details] improved patch, per mitz's direction - KRenderingPaintServerSolid *strokePaintServerSolid = static_cast<KRenderingPaintServerSolid *>(strokePaintServer); + KRenderingPaintServerSolid* strokePaintServerSolid = static_cast<KRenderingPaintServerSolid *>(strokePaintServer); You should also delete the space before the second *. r=me
Eric Seidel (no email)
Comment 5 2006-09-27 16:49:13 PDT
Note You need to log in before you can comment on or make changes to this bug.