Description
SVG rendering and processing can be added to Haskell applications through bindings to the libsvg-cairo library.
It is useful for graphics tools, document converters, previews, and applications that need SVG support inside Haskell code. SVG input can be complex or untrusted, so consider parser limits, external references, and output safety in user-facing software.