Open
Description
If you export an SVG from the UI (such as
) and open it in Chrome or Firefox, it says something like this rather than displaying the SVG:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
Probably the SVG we're generating is not quite correct. Could be related to https://stackoverflow.com/questions/11104324/svg-image-tag-not-working
SVGs generated by the facesjs CLI don't have this problem, so you could also compare with that and see what the difference is.