File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 transform ="rotate( {angle } 50 50)"
100100 style =" transition: transform 1s ease-in-out"
101101 />
102- <circle cx =" 50" cy =" 85" r =" 50" fill =" black" />
102+ <circle cx =" 50" cy =" 100" r =" 60" fill =" black" />
103+ <rect x =" 20" y =" 30" width =" 60" height =" 20" fill =" white" />
103104 </mask >
104105 <g mask =" url(#orbitMask)" >
105106 <circle
122123 repeatCount =" indefinite"
123124 />
124125 </circle >
126+
127+ <circle
128+ cx =" 50"
129+ cy =" 50"
130+ r =" 25"
131+ fill =" transparent"
132+ stroke ={textColour }
133+ stroke-width =" 3"
134+ stroke-dasharray =" 20 80 50"
135+ vector-effect =" non-scaling-stroke"
136+ >
137+ <animateTransform
138+ attributeName =" transform"
139+ begin =" 0s"
140+ dur =" 102s"
141+ type =" rotate"
142+ from =" 0 50 50"
143+ to =" 360 50 50"
144+ repeatCount =" indefinite"
145+ />
146+ </circle >
125147 </g >
126148 </svg >
127149</div >
You can’t perform that action at this time.
0 commit comments