Hacker News new | ask | show | jobs
by vardump 695 days ago
SVG can be rasterized into a cache and just blitted or composited as necessary.

No point to waste CPU cycles rasterizing same SVG image repeatedly.

1 comments

One would assume the browser already renders the svgs once and the caches it. Maybe, who knows, probably depends on the browser.