SVG · Gratuit · Sur votre appareil

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.

  • Aucun envoi
  • Aucune limite de taille
  • Aucune inscription

Corrompez votre fichier SVG

Réglé pour .svg, .svgz, et fonctionne tout aussi bien avec n'importe quel autre format.

100 % sur votre appareil
Déposez vos fichiers ici ou parcourez Tout format, toute taille, plusieurs fichiers à la fois
Niveau de corruption

Traitement…0%
Prêt à télécharger

Pourquoi les fichiers SVG sont difficiles à corrompre correctement

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.

Ce que cet outil détruit

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

Ce que vous verrez ensuite

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

Raisons courantes de le faire

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

Comment corrompre un fichier SVG

  1. Déposez votre fichier .svg dans la zone ci-dessus, ou cliquez pour parcourir.
  2. Laissez le niveau sur Standard, sauf si vous voulez des dommages partiels (Light) ou devez mettre en échec un logiciel de récupération (Heavy).
  3. Cliquez sur Corrompre le fichier. Le traitement a lieu sur votre appareil, il se termine donc presque instantanément.
  4. Téléchargez le résultat. Par défaut, il conserve le nom de fichier et la longueur en octets d'origine.

Questions fréquentes sur 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.

Utilisez ceci de façon responsable. Files Corrupter est conçu pour les tests logiciels, la QA, la recherche, la formation et l'enseignement. Remettre un fichier délibérément corrompu pour faire passer un travail pour terminé peut enfreindre le règlement de votre établissement ou de votre employeur. Vous êtes responsable de l'usage que vous faites du résultat. Consultez notre avertissement.

Autres outils media

Tous les outils de corruption