Bug 91520

Summary: URI on <image> not working for IDs on external resources
Product: WebKit Reporter: Dirk Schulze <krit>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=148477

Dirk Schulze
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.