[Webkit-unassigned] [Bug 89983] New: SVG stack downloaded on every use
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 26 08:58:42 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=89983
Summary: SVG stack downloaded on every use
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: krit at webkit.org
Created an attachment (id=149539)
--> (https://bugs.webkit.org/attachment.cgi?id=149539&action=review)
Same resource downloaded twice
If I have a SVG stack (reference different parts of the same file), the SVG gets downloaded on every usage:
<object data="http://dahlström.net/tmp/sharp-icons/svg-icon-target.svg#plus"></object>
<object data="http://dahlström.net/tmp/sharp-icons/svg-icon-target.svg#chart"></object>
The both links above reference the same SVG file. Web inspector says that the file is downloaded twice. The idea of SVG stacks is to avoid that.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list