Re: Degraded SVG Output on JDK 1.7 update.

2013-09-09 Thread Glenn Adams
On Sun, Sep 8, 2013 at 5:37 PM, Luis Bernardo lmpmberna...@gmail.comwrote:


 The good and bad examples provided were created with different versions of
 FOP (good with 1.1, bad with trunk).

 I get always bad output whether I use jdk1.6 or jdk1.7 with 1.1 (only
 tested with Mac OS X). With trunk I get the exception from FOP-2107 (
 https://issues.apache.org/**jira/browse/FOP-2107https://issues.apache.org/jira/browse/FOP-2107),
 so I cannot even generate the PDF. So I am puzzled how you created the good
 output.


Ah, I rewrote the URI used on the external graphic to an absolute
file:///Users/glenn/... URI. I didn't think that 2107 was related to the
degradation issue, so I just ignored that problem for 2297.




 On 9/6/13 9:40 PM, Glenn Adams wrote:

 Has anyone run into problems with output quality of SVG external graphics
 on the recent updates to Java 7? One of my clients has run into a problem
 described in 
 https://issues.apache.org/**jira/browse/FOP-2297https://issues.apache.org/jira/browse/FOP-2297.
 I'm not well versed on this part of the code base, so any ideas would be
 appreciated.

 G.





Re: Degraded SVG Output on JDK 1.7 update.

2013-09-08 Thread Luis Bernardo


The good and bad examples provided were created with different versions 
of FOP (good with 1.1, bad with trunk).


I get always bad output whether I use jdk1.6 or jdk1.7 with 1.1 (only 
tested with Mac OS X). With trunk I get the exception from FOP-2107 
(https://issues.apache.org/jira/browse/FOP-2107), so I cannot even 
generate the PDF. So I am puzzled how you created the good output.


On 9/6/13 9:40 PM, Glenn Adams wrote:
Has anyone run into problems with output quality of SVG external 
graphics on the recent updates to Java 7? One of my clients has run 
into a problem described in 
https://issues.apache.org/jira/browse/FOP-2297. I'm not well versed on 
this part of the code base, so any ideas would be appreciated.


G.