SVGFlow
Open editor

About SVGFlow

SVGFlow is a set of small, single-purpose SVG tools that run entirely in the browser. It exists because most online SVG utilities upload your file to a server to do work that the browser can already do natively.

Every tool here uses the same three browser APIs: FileReader to read the file, DOMParser to parse it, and canvas to rasterise. There is no backend. The site is static files on a CDN.

How it's funded

Advertising, through Google AdSense. Ad slots are fixed-size containers placed outside the working area — never over the canvas, never between a control and its result. If an ad ever looks like part of the interface, that's a bug; report it.

Who makes it

One front-end developer, maintained in spare hours since 2024. Bug reports and feature requests go to the contact page.