Bug 11069 - paths with no fill specified default to black but do not recieve paint-related mouse events
Summary: paths with no fill specified default to black but do not recieve paint-relate...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-27 15:02 PDT by Eric Seidel (no email)
Modified: 2006-09-27 16:49 PDT (History)
1 user (show)

See Also:


Attachments
patch including test case (10.27 KB, patch)
2006-09-27 15:05 PDT, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff
improved patch, per mitz's direction (17.84 KB, patch)
2006-09-27 16:14 PDT, Eric Seidel (no email)
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 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.
Comment 1 Eric Seidel (no email) 2006-09-27 15:02:31 PDT
Thanks to tor for pointing this out to me.
Comment 2 Eric Seidel (no email) 2006-09-27 15:05:47 PDT
Created attachment 10809 [details]
patch including test case
Comment 3 Eric Seidel (no email) 2006-09-27 16:14:15 PDT
Created attachment 10811 [details]
improved patch, per mitz's direction
Comment 4 mitz 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
Comment 5 Eric Seidel (no email) 2006-09-27 16:49:13 PDT
r16604