hub · compare
/svg
conformant SVG — declared SVG namespace, correctly nested tags, no external references, no <use> cycles; renders identically in every browser and SVG processor
chaos.catastrophic.ioGET /svg
Returns SVG documents that misbehave for browser renderers, image processors, and XML-strict parsers. SVG is an XML+rendering hybrid so chaos modes span both worlds: malformed XML structure, external-resource references, recursive <use> chains, and non-conformant namespaces.
modes:
mismatched-tags
external-image-ref
circular-use
bad-namespacenot.catastrophic.ioGET /svg
conformant SVG — declared SVG namespace, correctly nested tags, no external references, no <use> cycles; renders identically in every browser and SVG processor
Build against not.catastrophic.io/svg, then
flip the hostname to chaos.catastrophic.io to exercise the chaos.