I want to open a local image file in my local PC, such as "E:\image\a.jpg ", then I write the code as following:
<svg>
<image xlink:herf="E:\ image\a.jpg" x="100" y="100" height="500" width="600">
</svg>
but the image don't show in my IE,how call a local image file to use the SVG image element?
Thank you very much.
Good night.
<svg>
<image xlink:herf="E:\ image\a.jpg" x="100" y="100" height="500" width="600">
</svg>
but the image don't show in my IE,how call a local image file to use the SVG image element?
Thank you very much.
Good night.
Comment