Export Image
Export Code

Smile 😃:Exploring the SVG Canvas (Now with React.js AND D3.js!)

Jessica Burns

Last edited May 27, 2020
Created on May 25, 2020

Scalable Vector Graphics (SVG) are well-suited to lossless image data compression algorithms. The best part about SVG is that it's vector based instead of raster based, so there's no need to worry about images becoming "pixelated" when authors scale their images in addition to yielding smaller file sizes.

MIT Licensed