The script replaces external SVG images with inline SVG markup so they can inherit currentColor, be styled with CSS, and animated.
How it works
Gathers all external SVG images on the page that have [blx-el=inline-svg] and replaces them with inline SVG markup.
Each SVG is fetched, cleaned, and injected directly into the DOM so it can inherit currentColor and respond to CSS.
The script supports multiple instances and only processes images with a matching selector.
Images using stroke or fill will adapt based on your CSS rules.
Non-SVG images (e.g., PNG, JPG) are skipped automatically.