Animated semicircles in logo with SVG
问题 I would like to make this graphic in SVG. I can use <animate> tags and I can manipulate the SVG document with javascript. I would prefer to do it all in SVG if possible. 回答1: Here's a simpler example: <svg height="200" width="200" viewBox="0 0 144 144"> <circle cx="72" cy="72" r="49" stroke-width="6" stroke="#F68524" fill="none"/> <circle cx="72" cy="72" r="49" stroke-width="6" stroke="#838588" fill="none"> <animate attributeName="stroke-dasharray" values="154 0;0 154" dur="1s" repeatCount=