> Most of the core icons have no type defined (image/svg+xml) AND lacks a xmlns > declaration (<svg xmlns="http://www.w3.org/2000/svg > <http://www.w3.org/2000/svg>" …)
Just to be clear, this is because the core icons are designed to be used as SVG elements embedded in the HTML, rather than images. The primary reason is that it lets us style/colour the icons at the point of using them. There’s some discussion of the difference here: https://tiddlywiki.com/#Using%20SVG <https://tiddlywiki.com/#Using SVG> For CSS background images you’d need to use an SVG image. I don’t think there’s a straightforward way to convert the core images, you’d probably just need to do it manually. Best wishes Jeremy. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/7BBE975C-1844-4050-951C-DEE24A7129B8%40gmail.com.

