]> source.dussan.org Git - poi.git/commit
PPTX2PNG - fix SVG gradients
authorAndreas Beeker <kiwiwings@apache.org>
Mon, 17 Feb 2020 22:29:29 +0000 (22:29 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Mon, 17 Feb 2020 22:29:29 +0000 (22:29 +0000)
commitbc969fe4aa27bfb7d044e2ae4588f74754d45f6d
tree07d7ade1d24ba5be04c0ab5d50bfe845b7b52c7d
parent221f840adb4039b92ada2a40e9da543d6d0c7d27
PPTX2PNG - fix SVG gradients

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874150 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/sl/draw/PathGradientPaint.java
src/ooxml/java/org/apache/poi/xslf/draw/SVGPOIGraphics2D.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xslf/draw/SVGRenderExtension.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xslf/util/OutputFormat.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java