Bug 12125

Summary: overflow attribute of the symbol element not respected
Product: WebKit Reporter: Andreas Neumann <a.neumann>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jay
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.carto.net/neumann/webkitsvgbugs/schweiz.svg
Attachments:
Description Flags
First attempt
none
Now includes changed testresult
rwlbuis: review-
Now copying attr map darin: review+

Description Andreas Neumann 2007-01-05 07:59:09 PST
In this example, only the lower right corner of the symbol instances are displayed. It seems like the "overflow" attribute of the symbol element isn't respected. See Opera and Batik for correct rendering.

Thank you for having a look at it.
Comment 1 Rob Buis 2007-01-06 13:15:29 PST
Created attachment 12262 [details]
First attempt

This should fix it :)
Cheers,

Rob.
Comment 2 Rob Buis 2007-01-06 13:37:25 PST
Created attachment 12263 [details]
Now includes changed testresult

This one includes changed testresult.
Cheers,

Rob.
Comment 3 Eric Seidel (no email) 2007-01-06 14:39:46 PST
Comment on attachment 12263 [details]
Now includes changed testresult

I don't know enough about the attributes system to know if:
+        dummy->setAttributeMap(target->attributes());

is safe.  I expect it is, but you should check with hyatt before landing.
Comment 4 Rob Buis 2007-01-06 14:43:37 PST
*** Bug 10804 has been marked as a duplicate of this bug. ***
Comment 5 Rob Buis 2007-01-06 15:10:45 PST
Created attachment 12264 [details]
Now copying attr map

Now it copies the attributes instead of sharing them. Also includes one more changed testcase result.
Cheers,

Rob.
Comment 6 Darin Adler 2007-01-06 16:54:51 PST
Comment on attachment 12264 [details]
Now copying attr map

r=me
Comment 7 Rob Buis 2007-01-07 01:03:08 PST
Landed in r18643.