我可以在路径标记中添加动画标记来设置stroke-dashoffset属性的动画吗?
<svg
width="210mm"
height="297mm">
<path class="path" fill="transparent" stroke="#000000" stroke-width="4" d="m 377.53434,303.59156 c -8.85782,-2.52029 -17.15925,-6.52635 -25.10382,-11.12167 -9.11305,-4.57105 z">
<animate id="a1" attributeName="stroke-dashoffset" from="4000" to="0" dur="10s" />
</path>
</svg>
&#13;
如果这可能导致此代码不起作用? (为简单起见,省略了很多路径)