The Interactive Guide to SVGs: Viewport, ViewBox and PreserveAspectRatio
What are SVGs?
Scalable Vector Graphics (SVG) are a method computers use to describe an image. Just like any other image format.
Unlike many other image formats, the SVG format is text-based. More precisely, SVGs are XML-based. This opens up how we c...
blog.noelcserepy.com10 min read
Richard Hayman-Joyce
I am mostly Python guy
Great article. Been struggling to get my head around viewPort and viewBox for a while. This article, with it's animated figures, finally crystallized my understanding. Very appreciative.