Hulpfunctie
SVG Schoonmaak
Inkscape sometimes leaves DXF-import junk in <defs> that breaks the cncfoam.com loader.
Drop your file(s) here — get a cleaned copy back. Everything runs in your browser; nothing is uploaded.
Zet .svg-bestand(en) hier neer
of · batch OK · blijft in je browser
Resultaten
Wat stript het? (klik voor details)
- <symbol id="*…"> — DXF-export placeholders. The leading
*is an invalid XML id character and is the #1 reason an Inkscape-exported SVG fails to load. - <inkscape:pad-effect> — Live Path Effects (afronding/afschuining etc). Het zichtbare pad is prima op zichzelf; de LPE-ingang is niet nodig.
- Hatch… DXF-hatchresten, nooit gerefereerd.
- Afstand X… — DXF-dimensionslijn-pijlresten.
- Ongebruikte defs — anything in
<defs>that nothing in the document references viaurl(#…),href="#…", orxlink:href="#…". - xml:space="preserve" on the root
<svg>.
Als een bestand helemaal niet kan worden geanalyseerd (kapotte XML, geen SVG, etc.) wordt deze rood weergegeven met de exacte reden.