/** * SVG Content Handler * * Handles image/svg+xml content type. SVG is XML, not a binary image, and can contain * executable code and external references. This handler strips dangerous elements and * attributes unconditionally, then sanitizes remaining text content. * * What it handles: * - All text content in SVG elements after stripping dangerous parts * * What it strips (unconditionally, no attempt to sanitize): * -