diff options
author | Luis Bernardo <lbernardo@apache.org> | 2013-11-13 15:24:26 +0000 |
---|---|---|
committer | Luis Bernardo <lbernardo@apache.org> | 2013-11-13 15:24:26 +0000 |
commit | 7d3dba6c3c2fc6caeeeaccbc8df159b87934e44a (patch) | |
tree | e61944dde978823efa20ff55c88836018e67aceb /build.xml | |
parent | fa1cca233c52222efbfee2a8e406df7c70daa1ac (diff) | |
download | xmlgraphics-fop-7d3dba6c3c2fc6caeeeaccbc8df159b87934e44a.tar.gz xmlgraphics-fop-7d3dba6c3c2fc6caeeeaccbc8df159b87934e44a.zip |
FOP-2313: add support for svg gradients when generating PostScript; most code authored by Robert Meyer with a small contribution by Athanasios Giannimaras.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1541551 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -579,6 +579,7 @@ list of possible build targets. <include name="org/apache/fop/util/Finalizable.class"/> <include name="org/apache/fop/util/CharUtilities.class"/> <include name="org/apache/fop/util/DecimalFormatCache*.class"/> + <include name="org/apache/fop/render/shading/**"/> </patternset> <!-- PDF transcoder --> <patternset> |