https://bz.apache.org/bugzilla/show_bug.cgi?id=62365

--- Comment #6 from Andreas Beeker <kiwiwi...@apache.org> ---
Partly implemented via r1849030

You can add a SVG image on top of a preview image via
XSLFPictureShape.setSvgImage() or use the convenience method
XSLFPictureShape.addSvgImage().

See also the junit test renderSvgImage() in
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFPictureShape.java?view=markup

I need to merge the EMF branch first, which contains a different image renderer
loading, before the slide rendering works - currently only adding the svg image
(incl. thumbnail generation) works.

I omitted the dependency to batik-all ("-all", because nearly all batik modules
are need), xml-apis-ext and xmlgraphics-commons in the dist files as I consider
this not as a core feature and it's easy for users to add batik-all to their
maven/gradle build ...

I'll add a note to the component overview.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to