1Upload the SVG files you want to work on; the file opens on an editable canvas in your browser with nothing installed.
2Crop, rotate, resize, draw, add text and shapes, or adjust colour — every change lands on a working copy, never on your upload.
3Preview the result at full size before you commit to it.
4Export back to SVG, or to a lossless format instead if you are still part-way through editing.
SVG Editor FAQ
What can I actually change?
+
Crop, rotate, flip, resize, draw, add text and shapes, and apply filters and colour adjustments. Everything is applied to a working copy, so the file you uploaded is never modified in place.
Does the file format limit what the editor can do?
+
It does. SVG is XML geometry rather than pixels, so it scales to any size without blurring but has no pixel grid to sample from. What the format can represent bounds what any editor can preserve, here or on the desktop.
Is anything lost when I export?
+
Only what the export format cannot represent. Choose a lossless output while you are still iterating and a compressed one when you are finished — exporting to a lossy format between edit sessions is what accumulates damage.
Is my file uploaded, or does editing happen locally?
+
Editing happens in your browser; the file goes to our workers only for the operations that genuinely need server-side processing, and it is deleted shortly afterwards.
Will SVG Editor lower the quality of my SVG files?
+
No, and it cannot: an SVG has no pixel grid to degrade. The geometry is transformed mathematically, so the result is still crisp at any zoom level and still openable in a vector editor.
Will my SVG still be editable afterwards?
+
Yes. The output is still valid SVG markup — named layers, grouping and IDs survive — so you can reopen it in Inkscape or Illustrator and keep working. It also still diffs cleanly in version control.
Does SVG Editor cost anything?
+
No. SVG Editor is free with no account and no watermark. Because SVG is text, nothing about your artwork is retained after the job — the uploaded file is deleted with everything else.
What can I upload to SVG Editor?
+
SVG files, including ones exported from Illustrator, Figma, Inkscape or a charting library. Embedded raster images inside the SVG are carried through as-is.
Why does a PDF site host SVG Editor?
+
PDF.to exists because PDF is where documents go to be shared and the worst place to keep them while they are still being worked on, so nearly every job here is about getting something into or out of that state deliberately. A document rarely arrives in the state it needs to leave in: it is too big, in the wrong order, locked, or a scan with no text in it. SVG Editor sits on the same upload and the same account as the conversions because those jobs turn up together.
What should I do with the result once SVG Editor is finished?
+
The converter on this site moves documents between PDF, Word, images, plain text and eBook formats in either direction, so whatever comes out of a tool here has somewhere to go next without a second upload. Running that after SVG Editor rather than before keeps the document structure intact through the step that is most likely to flatten it.
Is SVG Editor here the same tool the sibling sites run?
+
The engines are shared — the same document toolchain, the same workers, the same limits. What a PDF site adds is a view on when a file should stay a document and when it genuinely wants to become something else, which is the decision most tools quietly make for you. It also starts from one fact about the format this site is named after: a PDF is an object graph, not a page image, so text stays selectable and vectors stay sharp no matter what happens to the raster content inside it.
Do I need an account, and does anything get kept?
+
No account, and nothing is kept: uploads are deleted from the workers shortly after the job finishes, nothing is read and nothing is indexed. Free accounts exist for history and batch size, not for access.