SVG Animations Reference Notes
Core Concepts
Coordinate vs Display Size
Coordinate size (viewBox): The "drawing paper" dimensions -> viewBox="0 0 100 100"
Display size (width/height): How many pixels it takes on screen -> width="200px"
Key insight: Shapes use viewBox coordinate...
tigerabrodi.blog3 min read