Inline server-rendered SVG assets for Astral templates.
SVG files are resolved through Volt asset resolution, parsed as XML, validated
to have an <svg> root, and rendered through Phoenix's HTML-safe protocol.
This keeps SVG includes narrower than generic raw HTML while still allowing
project SVG files such as clip-path definitions to be included directly.
Summary
Functions
Resolve, parse, and return an inline SVG value for the current Astral render.
Render an inline SVG value to iodata.