It turns out all it wanted was the namespace: <svg xmlns="http://www.w3.org/2000/svg" ....
amazing how many tutorials you can look at that don't even mention namespace. On Tuesday, March 23, 2021 at 7:32:01 AM UTC-7 [email protected] wrote: > Hi Mark > > That’s not valid SVG image file, it’s just an SVG element. > > Although the type is correct, it’s missing the required preamble: > > <?xml version="1.0" encoding="UTF-8" standalone="no"?> > <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" " > http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> > > -- 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/0231a681-161e-4fa9-824a-084ecb4c535fn%40googlegroups.com.

