| 1234567 |
- <svg width="360" height="200" xmlns="http://www.w3.org/2000/svg">
- <title>马儿跑</title>
- <text font-family="microsoft yahei" font-size="40" x="0" y="0" fill="#cd0000">马
- <animateMotion rotate="auto" 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>
|