码迷,mamicode.com
首页 > 其他好文 > 详细

svg 添加超链接

时间:2014-08-06 01:54:10      阅读:819      评论:0      收藏:0      [点我收藏+]

标签:style   http   ar   new   htm   size   ef   text   

<svg>
    <a xlink:href="http://www.w3.org//Graphics//SVG//Overview.htm8">
        <rect x="10" y="10" width="100" height="30" rx="10" ry="10"
              style="fill:lightgrey"/>
        <text x="30" y="30" font-size="12">Click here</text>
    </a>
    <a xlink:href="http://www.ibm.com//developerworks/">
        <circle cx="100" cy="100" r="50" style="fill:grey"/>
        <text x="80" y="100" font-size="12">Or here</text>
    </a>
    <a xlink:href="http://www.ibm.com/" target="new">
        <polygon
              points="60 160,165 172,180 60,290 290,272 280,172 285,250 255"
              style="fill:dimgrey"/>
        <text x="160" y="200" font-size="12">Or even here</text>
    </a>
</svg>                  

svg 添加超链接,布布扣,bubuko.com

svg 添加超链接

标签:style   http   ar   new   htm   size   ef   text   

原文地址:http://www.cnblogs.com/juandx/p/3893570.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!