SVG in Confluence
October 5, 2014
We wanted to host an SVG document with clickable links in a Confluence site.
SVG Images
First, we followed the instructions at https://bobswift.atlassian.net/wiki/display/info/How+to+display+SVG+attachments+in+Confluence
- Go to your Confluence server and find the directory where Confluence was installed.
- Edit
/confluence/WEB-INF/classes/mime.types - Add a line with
image/svg+xml svg svgz
- Restart the Confluence application server. …