See whether a steganographic edit to an SVG is visually detectable. Load the original (A) and its stego version (B), then compare by swipe, difference, or both — all rendering and pixel-diff math runs entirely in your browser.
SVG is rendered and diffed in <canvas> client-side — no renderer ships in the wasm, and nothing leaves your browser.
<canvas>