https://issues.apache.org/bugzilla/show_bug.cgi?id=49913
--- Comment #7 from Jeremias Maerki <[email protected]> 2010-09-30 08:10:03 EDT --- A few additional thoughts and observations around this topic: I noticed you're using Java2D for the borders in AFP output. I've always tried to reuse code from the Java2D renderer in AFP or PCL. Maybe you can move some of that code over to the Java2D renderer and then reuse the code from there in AFP. That way, we'd get the implementation for Java2D-based formats, too, and for PCL relatively cheaply. BTW, I noticed that border painting in Java2D-based formats seem to have been broken by the patch: the border areas are too big. So far I haven't been able to figure out where that happened. Do you already have plans on how to handle table borders? Is the innerBackgroundColor parameter really necessary? I notice it's only used for AFP. Did you do that so it is included in the bitmap generated for the borders? In that case, the background image would also be required if you want to cover the whole functionality. But I wonder if the background really must be part of that bitmap. As long as the bitmap is painted in a transparent way, the normal background painting would not be erased. Would you mind listing the remaining issues on the Wiki so we can track progress and problems? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
