This skill guides creation of handcrafted SVG animations — from simple animated icons to complex multi-stage path animations. SVGs are a markup language for images; every element is a DOM node you can style, animate, and script. SVG Fundamentals Coordinate System SVGs use a coordinate system defined by . The viewBox is your canvas — all coordinates are relative to it, making SVGs resolution-independent. Shape Primitives The Element — The Power Tool The attribute defines a path using commands. Uppercase = absolute, lowercase = relative. | Command | Purpose | Syntax | |---------|---------|-----…