Bug 91520 - URI on <image> not working for IDs on external resources
Summary: URI on <image> not working for IDs on external resources
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-17 10:41 PDT by Dirk Schulze
Modified: 2018-12-12 14:27 PST (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 Dirk Schulze 2012-07-17 10:41:17 PDT
URI on Image is not working correctly. It is not possible to reference ID's on external resources.

Example:

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <image xlink:href="https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/images/shader-concept.svg#image" width="558" height="378" />
</svg>

It is not displayed with WebKit.