Bug 16557
Summary: | SVG circle elements have been clipped away completely, instead of partially. | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Jones <drj> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | CLOSED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.amberfrog.com/logo/ |
David Jones
The green turtle graphic on the page should have two eyes at the top end of the ellipse. Each eye is a filled circle clipped to the ellipse.
On 3.0.4 (eg on OS X 10.4.11) the eyes get drawn but not clipped, because of a 'use' element in the clipPath, see bug 15514.
On nightly r28924 the eyes are gone completely.
This works on Firefox.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
I'm entertained that http://www.amberfrog.com/logo/ looked fine in FFb1 and is now totally borked in FFb2.
I think we already have a bug about WebKit's behavior on this page.
Eric Seidel (no email)
Now that bug 15514 is fixed, I believe this can be closed. Please confirm.
*** This bug has been marked as a duplicate of 15514 ***
David Jones
Original reporter (me) confirms fixed in r28997.
Thanks everyone!