horse-motion.svg 418 B

1234567
  1. <svg width="360" height="200" xmlns="http://www.w3.org/2000/svg">
  2. <title>马儿跑</title>
  3. <text font-family="microsoft yahei" font-size="40" x="0" y="0" fill="#cd0000">马
  4. <animateMotion rotate="auto" path="M10,80 q100,120 120,20 q140,-50 160,0" begin="0s" dur="3s" repeatCount="indefinite"/>
  5. </text>
  6. <path d="M10,80 q100,120 120,20 q140,-50 160,0" stroke="#cd0000" stroke-width="2" fill="none" />
  7. </svg>