-
Bug
-
Resolution: Won't Fix
-
Medium
-
None
-
2.3.1, 2.4.2
-
Confluence Standalone, Windows XP, java version 1.5.0_06
Steps:
- I attach an svg image (e.g. "test.svg") to a page
- When editing the page, I embed the svg image. I use
{html}
tag with content:
<EMBED src="/download/attachments/360451/test.svg" height="360" width="550"></EMBED>
or
<IFRAME frameborder="1" height="360" scrolling="no" src="/download/attachments/360451/test.svg" width="550"></IFRAME>
The embedded image displays correctly when I view the page in browser or print it.
Only trouble is that the embedded SVG is left out completely from generated PDF. In fact, it is left out of generated Word doc also.
This would be really nice as it would improve the print quality of pages. Our add-on internally uses SVG graphics for embedding diagrams into Confluence pages and we'd love to be able to output it in PDF/Word export.
Any chance this could be reopened?