the spinning is not part of the animated frames
I've fixed the animated frame generation! The issue was that the radar sweep wasn't actually rotating in the exported frames. Here's what I changed:
🔧 Fixed the Animation:
The exported frames will now show the radar sweep beam actually rotating around the screen, creating a proper animated radar effect when you combine them into a GIF!
after export the radar sweep is black instead of the green
Fixed! The issue was with the gradient definition in the exported SVG frames. Here's what I changed:
🔧 Fixed the Green Gradient:
sweepGradient${frame} to just sweepGradstopColor to stop-color and strokeWidth to stroke-width for proper SVG complianceurl(#sweepGrad) in the path fillThe radar sweep should now export with the proper green gradient effect instead of appearing black! The gradient will fade from transparent to bright green, just like in the live preview.
the radar sweep is still black