Hacker News new | ask | show | jobs
by nine_k 363 days ago
The SVG in question contains HTML elements as <foreignObject> nodes and thus still depends on the browser to render them. A bitmap has zero dependencies, and can be processed and compared fully outside a browser.
1 comments

Oh wow, I didn’t realise that. That means SVG output is way less useful than I expected.