Zoom into the same icon stored two ways — as a grid of pixels and as vector maths — and watch only one of them fall apart, with the file-size numbers measured live.
Both panels hold the same icon. The left one is stored the way a photo or a screenshot is stored — as a fixed grid of coloured squares. The right one is stored the way a logo is stored — as a short description of shapes: a triangle with these corners, a circle with this centre and radius.
Drag the zoom slider. One slider drives both panels, so whatever you see is a difference between the two ways of storing an image and nothing else. At ×1 they are deliberately indistinguishable. Keep pulling right and the raster's roof line breaks into a staircase, because enlarging it paints each stored square bigger and there are no squares stored in between. The vector edge is recalculated from its coordinates at every size, so there is no grid for it to run out of.
Raster source changes how many squares the left panel gets to store: 16px, 32px, 64px or 128px on a side. A bigger grid survives more zoom and costs more bytes — that trade is what every image format is negotiating.
The numbers under each panel are measured, not decorative. PNG FILE is a real PNG encode of the real bitmap; notice that it does not change when you zoom. That is the honest version of the lesson: a raster file does not grow as you enlarge it, it just runs out of detail. TO MATCH is the only estimate on the page and says so — it is the size an uncompressed source would have to be to look sharp at the size now on screen, and it grows with the square of the zoom. SVG FILE is the real byte length of the real markup being drawn, and it reads the same at ×1 and ×12. That flatness is the point, not a rounding.
Nothing here is graded and nothing is submitted. Two things worth doing: park the zoom at ×6 and click through all four source resolutions to watch quality and file size move together, then compare TO MATCH against SVG FILE at the far right of the slider and read the multiplier in the line underneath.
TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.
Explore free tools and programs →