Bug 12926 - transform attribute not respected in nested <use> elements
Summary: transform attribute not respected in nested <use> elements
Status: RESOLVED DUPLICATE of bug 12936
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-28 07:08 PST by Nikolas Zimmermann
Modified: 2007-03-01 10:06 PST (History)
0 users

See Also:


Attachments
Initial patch (3.72 KB, patch)
2007-02-28 07:09 PST, Nikolas Zimmermann
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2007-02-28 07:08:45 PST
Shadow tree expansion currently overrides existing transform attributes instead of concating - as asked by the spec. Attaching simple patch to fix it.
Comment 1 Nikolas Zimmermann 2007-02-28 07:09:58 PST
Created attachment 13421 [details]
Initial patch

This does NOT contain any layout tests results (-expected.txt/png) as someone needs to generate these results with a build which doesn't contain the svg experimental features. (use is disabled in ToT)
Comment 2 Nikolas Zimmermann 2007-03-01 10:05:17 PST

*** This bug has been marked as a duplicate of 12936 ***