SVG · Grátis · No dispositivo

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.

  • Sem envio
  • Sem limite de tamanho
  • Sem registo

Corrompa o seu ficheiro SVG

Afinado para .svg, .svgz, e funciona igualmente bem com qualquer outro formato.

100% no dispositivo
Largue ficheiros aqui ou procure Qualquer formato, qualquer tamanho, vários ficheiros de uma vez
Nível de corrupção

A processar…0%
Pronto a transferir

Porque os ficheiros SVG são difíceis de corromper como deve ser

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.

O que esta ferramenta destrói

  • 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.

O que vai ver a seguir

AplicaçãoComportamento
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.

Motivos comuns para fazer isto

  • 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.

Como corromper um ficheiro SVG

  1. Largue o seu ficheiro .svg na caixa acima, ou clique para procurar.
  2. Deixe o nível em Standard, a menos que queira dano parcial (Light) ou precise de derrotar software de recuperação (Heavy).
  3. Prima Corromper ficheiro. O processamento decorre no seu dispositivo, por isso termina quase de imediato.
  4. Transfira o resultado. Por predefinição mantém o nome de ficheiro e o comprimento em bytes originais.

Perguntas frequentes sobre 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.

Use isto de forma responsável. O Files Corrupter foi criado para testes de software, QA, investigação, formação e ensino. Entregar um ficheiro corrompido de propósito para fazer passar trabalho por concluído pode violar as regras da sua escola ou entidade empregadora. É responsável pelo uso que faz do resultado. Consulte a nossa declaração de exoneração.

Mais ferramentas media

Todas as ferramentas de corrupção