Bug 89983 - SVG stack downloaded on every use
Summary: SVG stack downloaded on every use
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-26 08:58 PDT by Dirk Schulze
Modified: 2017-01-18 23:38 PST (History)
4 users (show)

See Also:


Attachments
Same resource downloaded twice (288 bytes, text/html)
2012-06-26 08:58 PDT, Dirk Schulze
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schulze 2012-06-26 08:58:41 PDT
Created attachment 149539 [details]
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.