NEW91520
URI on <image> not working for IDs on external resources
https://bugs.webkit.org/show_bug.cgi?id=91520
Summary URI on <image> not working for IDs on external resources
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.