A precision online SVG editor
Open an SVG, edit it like a real document, and export clean markup — all in the browser, with no install, no account, and no caps.
“Online SVG editor” covers a wide range — from minimal in-page tools to full design suites. Riss sits at the precision end: it treats SVG as a first-class, lossless document format rather than a flat image you poke at.
The browser-SVG landscape
A few tools answer this search, and they’re built for different depths of work:
- Lightweight in-browser editors (e.g. SVG-Edit, Method Draw) — quick shape, path, and text edits with no install. Great for a fast tweak; limited for finishing a mark.
- Photopea — browser-based and free (ad-supported), but primarily a raster/Photoshop-style editor; vector is secondary.
- Figma — browser-based with a capped free tier; built for collaborative UI design more than dedicated vector illustration (see Riss vs Figma).
- Desktop-first tools (Inkscape, Illustrator) — powerful, but an install (or, for Illustrator, a subscription and a still-beta web version) rather than something you just open in a tab.
Tool capabilities and availability change — verify the current state on each vendor’s site.
What makes Riss a real SVG editor
When you open an SVG in Riss, it’s parsed into a faithful, fully-editable scene graph — nothing is flattened or rasterized. Every path, anchor, gradient, and group stays addressable. You get a real pen tool, exact numeric transforms, guides and snapping, and boolean / simplify / offset path operations — the things that separate “editing SVG” from “nudging an image.”
| What Riss gives you | Riss |
|---|---|
| Runs in the browser, nothing to install | Yes |
| No account or sign-up to start | Yes |
| Free & uncapped (files, layers, export) | Yes |
| Imports SVG into a fully-editable scene graph | Yes |
| Logo-grade precision: pen, guides, snapping, rulers | Yes |
| Boolean / simplify / offset path operations | Yes |
| Clean, minimal SVG export (no editor cruft) | Yes |
Clean export is the point
Many editors round-trip SVG with their own namespaces and metadata baked in. Riss exports clean, minimal SVG: tidy numbers, minimal markup, no editor-specific cruft — a production file that renders correctly everywhere. If all you need is to shrink an existing file, the SVG optimizer does that in one step and hands off into the editor when you want to make changes.