]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Both fore- and background colors are initially black. This fixes a bug where in a...
authorJeremias Maerki <jeremias@apache.org>
Tue, 1 Feb 2005 13:11:20 +0000 (13:11 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 1 Feb 2005 13:11:20 +0000 (13:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198355 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/pdf/PDFState.java

index 5266d3a10fff0845dba15df893781b95c6f37acd..f2ebe6ea9893fa591dfe459d90839787bcd4d1fc 100644 (file)
@@ -324,7 +324,7 @@ public class PDFState {
     public class Data implements Cloneable, Serializable {
         
         public Color color = Color.black;
-        public Color backcolor = Color.white;
+        public Color backcolor = Color.black;
         public Paint paint = null;
         public Paint backPaint = null;
         public int lineCap = 0;