SVG画虚线圆


 <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>


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM