1. when you try to export a Confluence document that renders the svgs via SVG OUT plugin to PDF, the document gets generated, however inside the generated document there will be no SVG, instead you will see an error:
org.apache.batik.transcoder.TranscoderException: null Enclosed Exception: null:-1 The attribute "in2" of the element is required
2. If you replace the plantuml-generated svgs with a third party svg sources the export succeeds
3. Plantuml generated SVGs do not validate with https://validator.w3.org/ with an error, mentioned abive:
required attribute "in2" not specified
If you manually add the in2 attribute to the Plantuml generated svg source - exporting will succeed!
Versions:
- Atlassian Confluence 5.6.3
- SVG OUT Macro v2.3.2
- PlantUml used for SVG generation is v8046