|
|
|
|
|
by iamleppert
385 days ago
|
|
What does he think SVG is doing under the hood? Rasterization. Everything does rasterization at some point in the process. Calculating 512 clip paths to render a single quad that could be drawn in a single for loop is insane. |
|