Bug 12125 - overflow attribute of the symbol element not respected
Summary: overflow attribute of the symbol element not respected
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.carto.net/neumann/webkitsv...
Keywords:
: 10804 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-01-05 07:59 PST by Andreas Neumann
Modified: 2007-01-07 01:03 PST (History)
1 user (show)

See Also:


Attachments
First attempt (8.79 KB, patch)
2007-01-06 13:15 PST, Rob Buis
no flags Details | Formatted Diff | Diff
Now includes changed testresult (78.55 KB, patch)
2007-01-06 13:37 PST, Rob Buis
rwlbuis: review-
Details | Formatted Diff | Diff
Now copying attr map (156.15 KB, patch)
2007-01-06 15:10 PST, Rob Buis
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.