Bug 130050 - Poor performance when one inline SVG references another through a "use" element
Summary: Poor performance when one inline SVG references another through a "use" element
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Unspecified
: P2 Normal
Assignee: Nobody
URL: http://jsfiddle.net/roenbaeck/kbU4T/23/
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-10 16:33 PDT by Lars Rönnbäck
Modified: 2014-03-10 16:33 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Rönnbäck 2014-03-10 16:33:38 PDT
I am not sure if poor performance is strictly a bug, but the performance is very poor when an inline SVG references (animated) parts of another SVG through a "use" element. Since duplicating the animations by hand in two 'unlinked' SVG images has great performance in comparison, I cannot see why the browser could not optimise the "use" element better. Please follow the link to see an illustrated example: http://jsfiddle.net/roenbaeck/kbU4T/23/