On 7/10/2024 12:02 PM, George Huebner wrote: > As I understand it, this decision was likely made because the dimensions > of SVGs is weird; they aren't inherently required to have a size, but > the SVG itself can define a viewbox with accompanying width and height > (full disclosure: I have no idea what I'm talking about). I think this was just a mistake. I tried getting rid of the special case for SVG and everything works just fine in builds with or without SVG support. (In builds without SVG support, you just get the empty string where an SVG would be, before and after this patch.)