01
SVG foundations
The SVG viewBox is a coordinate map, not a canvas size.
A reliable mental model for viewport dimensions, user units, aspect-ratio fitting, nested transforms, and responsive SVG sizing.
Read articleBlog
Technical articles about SVG structure, geometry, rendering, accessibility, and production.
Newest blog posts appear first.
SVG foundations
A reliable mental model for viewport dimensions, user units, aspect-ratio fitting, nested transforms, and responsive SVG sizing.
Read articlePath geometry
Understand the current point, subpaths, curve controls, arc flags, closure, fill rules, and precision before changing path numbers.
Read articleProduction SVG
Treat optimization as a tested transformation of geometry, styling, references, accessibility, and trust boundaries—not as blind text removal.
Read article