SVG · Бесплатно · На устройстве

Corrupt an SVG File Online

Corrupt an .svg file online for free. Breaks the XML structure and path data so browsers and editors refuse to render the vector graphic.

  • Без загрузки на сервер
  • Без ограничения размера
  • Без регистрации

Испортите свой файл SVG

Настроено под .svg, .svgz, и так же работает с любым другим форматом.

100% на устройстве
Перетащите файлы сюда или выберите Любой формат, любой размер, несколько файлов сразу
Уровень порчи

Выполняется…0%
Готово к загрузке

Почему файлы SVG трудно испортить как следует

SVG is XML, not a binary image format, which changes everything about how it breaks. Browsers parse SVG strictly (unlike HTML) so a document that is not well-formed is rejected outright rather than partially rendered.

Что разрушает этот инструмент

  • The XML declaration. The opening declaration and <svg> root element are destroyed, so the document has no valid root.
  • Path data. The d attribute strings that define every shape are overwritten, leaving unparseable coordinates.
  • viewBox and dimensions. The attributes that establish the coordinate system are damaged, so nothing has a place to render.
  • Encoding validity. Invalid UTF-8 sequences cause the strict XML parse to fail before rendering begins.

Что вы увидите после

ПриложениеПоведение
Browsers"XML Parsing Error: not well-formed", nothing renders at all.
Figma / IllustratorImport fails with an invalid-SVG message.
InkscapeRefuses to open the document or reports a parse error.
<img src="…">Shows a broken-image placeholder.

Частые причины это сделать

  • Testing that an SVG upload path validates and sanitises input.
  • Verifying an icon build pipeline fails on a malformed source file.
  • Checking that an SVG sanitiser rejects rather than partially accepts bad input.
  • Producing malformed vectors for a rendering test suite.

Как испортить файл SVG

  1. Перетащите файл .svg в поле выше или нажмите, чтобы выбрать.
  2. Оставьте уровень Standard, если вам не нужно частичное повреждение (Light) или победа над программами восстановления (Heavy).
  3. Нажмите Испортить файл. Обработка идёт на вашем устройстве, поэтому заканчивается почти мгновенно.
  4. Скачайте результат. По умолчанию он сохраняет исходное имя файла и длину в байтах.

Вопросы о SVG

Why does SVG fail harder than HTML?

Because browsers parse SVG as XML, which is strict. HTML has error recovery built into the specification; XML does not.

Will the file still open in a text editor?

It will open, but the content is mojibake, invalid UTF-8 is injected, so it is no longer readable text.

Does it work on compressed SVGZ?

Yes, but SVGZ is gzip underneath, so it is handled as a gzip archive and breaks as a whole.

Can I keep it looking like valid SVG?

Light level preserves most of the markup, so it still reads as SVG at a glance while failing to render.

Пользуйтесь ответственно. Files Corrupter создан для тестирования ПО, контроля качества, исследований, обучения и преподавания. Сдача намеренно испорченного файла, чтобы выдать работу за выполненную, может нарушать правила вашего учебного заведения или работодателя. Вы отвечаете за то, как используете результат. Смотрите наш отказ от ответственности.

Другие инструменты для media

Все инструменты порчи файлов