html5 svg进程png图像

时间:2015-01-09 15:18:30

标签: html5 svg

我正在学习html5的svg标签。

当我使用某个网站上的示例时,它可以工作:

<svg xmlns="http://www.w3.org/2000/svg">
   <image xlink:href="http://developer.tizen.org/sites/all/themes/tizen_theme/logo.png" 
          width="224" height="74" />
</svg>

但是当我从本地文件更改为我的png图像时,它会失败。什么错了?

<svg xmlns="http://www.w3.org/2000/svg">
   <image xlink:href="subway.png" 
          width="250" height="442" />
</svg>

0 个答案:

没有答案