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