SVG · Ücretsiz · Cihazda

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.

  • Yükleme yok
  • Boyut sınırı yok
  • Kayıt yok

SVG dosyanızı bozun

.svg, .svgz için ayarlandı ve diğer tüm biçimlerde de aynı şekilde çalışır.

%100 cihazda
Dosyaları buraya bırakın veya seçin Her biçim, her boyut, aynı anda birden çok dosya
Bozma seviyesi

Çalışıyor…0%
İndirmeye hazır

SVG dosyalarını düzgün bozmak neden zordur

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.

Bu araç neyi yok eder

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

Sonrasında ne göreceksiniz

UygulamaDavranış
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.

Bunu yapmanın yaygın nedenleri

  • 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 dosyası nasıl bozulur

  1. .svg dosyanızı yukarıdaki kutuya bırakın veya seçmek için tıklayın.
  2. Kısmi hasar (Light) istemiyorsanız ya da kurtarma yazılımını alt etmeniz (Heavy) gerekmiyorsa seviyeyi Standard bırakın.
  3. Dosyayı boz düğmesine basın. İşlem cihazınızda yapılır, bu yüzden neredeyse anında biter.
  4. Sonucu indirin. Varsayılan olarak özgün dosya adını ve bayt uzunluğunu korur.

SVG hakkında sık sorulanlar

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.

Bunu sorumlu biçimde kullanın. Files Corrupter; yazılım testi, QA, araştırma, eğitim ve öğretim için yapıldı. Tamamlanmış bir çalışmayı yanlış göstermek amacıyla bilerek bozulmuş bir dosya teslim etmek okulunuzun veya işvereninizin kurallarını çiğneyebilir. Çıktıyı nasıl kullandığınızdan siz sorumlusunuz. Bakınız: sorumluluk reddi.

Diğer media araçları

Tüm bozma araçları