SVG Animation
SVG Animation
<svg xmlns="http://www.w3.org/2000/svg" width="450" height="200">
<text font-family="microsoft yahei" font-size="40" x="0" y="0" fill="#cd0000">SVG Animation path<animateMotion path="M10,80 q100,120 120,20 q140,-50 160,0" begin="0s" dur="3s" repeatCount="indefinite"/>
</text>
<path d="M10,80 q100,120 120,20 q140,-50 160,0" stroke="#cd0000" stroke-width="2" fill="none"/>
</svg>
©xgqfrms 2012-2020
www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/12930666.html
未经授权禁止转载,违者必究!