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

SVG画虚线圆

时间:2015-05-26 16:02:20      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:

 <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
        <g stroke="#64a9c4" fill="#b1d1f7" stroke-width="4">
            <circle r="50" cx="80" cy="80" stroke-dasharray="15,10"></circle>
            <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0" to="360" begin="0s" dur="4s" fill="freeze" />
        </g>
    </svg>

SVG画虚线圆

标签:

原文地址:http://www.cnblogs.com/shenyulin/p/4530668.html

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