Omnigraffle saves this diagram as a folder with two files which we have copied here. Our question is how to view these files in wiki such that the labels are clickable.
If we click the svg file in the asset folder it will open the svg and the associated png in a new tab.
pages/test-svg-import-from-omnigraffle
We can also open the svg inside a Frame plugin but it isn't scaled as we desire and the text doesn't click. This is as expected.
http://ward.dojo.fed.wiki/assets/pages/test-svg-import-from-omnigraffle/Canvas%25201.svg HEIGHT 500
We tried referring to the svg asset in an img tag in the html plugin. This gave us only the labels that don't click (as expected) and no image (unexpected).
We tried copying the svg file's contents to the html plugin after editing the svg to refer to the fully qualified address of the png. This showed labels but no image. We believe dompurify has removed the link.
We suspect some additional mechanism will be required at the plugin level to support image references in svg. Your thoughts?