Learn R Programming

cardargus (version 0.2.2)

sanitize_svg_metadata: Sanitize SVG metadata for Chrome rendering

Description

Removes problematic Inkscape/Sodipodi metadata that can cause issues, but preserves @import rules since Chrome handles them correctly.

Usage

sanitize_svg_metadata(svg_content)

Value

Sanitized SVG string.

Arguments

svg_content

SVG string.