2021-04-28 UTC
# [Murray] @petermolnar it's a bit cursed, but I've seen fallbacks that use `background-image` to place the png, which is then covered up by the SVG for browsers that support it. There may be a way to combo that with CSS `@supports` so that it is removed for more modern browsers, or you could always use JS to remove that style.