]> source.dussan.org Git - xmlgraphics-fop.git/commit
This adds colorspace (RGB + CMYK) support to PDF output, and the ability
authorSteve Coffman <gears@apache.org>
Fri, 21 Apr 2000 16:43:19 +0000 (16:43 +0000)
committerSteve Coffman <gears@apache.org>
Fri, 21 Apr 2000 16:43:19 +0000 (16:43 +0000)
commitce7cd8445a41ce5f81cc11eddf4daa076932642d
treed14fa71e5e090dd225f57a6fbf2f53c9fd9e5696
parentc6eaf23f85c8a3ba35ae89b11ed46ead1bd2f0a0
This adds colorspace (RGB + CMYK) support to PDF output, and the ability
to switch colorspaces. I need to make a colorspace datatype before I'll
patch the render code.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193335 13f79535-47bb-0310-9956-ffa450edef68
src/org/apache/fop/pdf/PDFColor.java [new file with mode: 0644]
src/org/apache/fop/pdf/PDFFunction.java
src/org/apache/fop/pdf/PDFPathPaint.java [new file with mode: 0644]
src/org/apache/fop/pdf/PDFPattern.java
src/org/apache/fop/pdf/PDFShading.java