SVG Rasterization

Vector graphic is great for web because of its scalability and smaller file size, but we can do more complex editing with raster graphic. Take a look at a simple rasterization pipeline for SVG files, painting <polygon /> on a grid of pixels with supersampling.

Topics Covered

  • SVG Rasterization Pipeline
  • Sampling
  • Triangle Rasterization
  • Supersampling
SVG Rasterization 1
SVG Rasterization 2
SVG Rasterization 3
SVG Rasterization 4

Published on Jan 30, 2022