- Issue created by @R_H-L
Being able to bring the svg into the render provides some advantages over use of an img tag. Primary is styling/colors being controllable with CSS, but it also allows animated svgs to comply with animation accessibility CSS media queries.
The icon API has this built in with the svg extractor, and something similar could be implemented here as well with a configuration flag and some alternate templating.
Active
1.0
Code