I was not aware that we have color problems with SVG. I know that there are problems with bitmap images which is planned to be resolved by a redesign of our image package. But if SVGs come out wrong I'd like to have an example (FO/SVG + your PDF) so I have a chance to reproduce.
On 20.11.2006 09:04:35 Raphael Parree wrote: > Jeremias, > > Thanks that indeed did the trick...! I'll remember that one ;) > > My reason for upgrading was hoping to find that the image (SVG) quality > would have been improved (the colour quality to be exact). Unfortunately > there is still a cloudy shade over them, i.e., they are not as bright as > created. > > Tx., > > Raphael > > > -----Original Message----- > From: Jeremias Maerki [mailto:[EMAIL PROTECTED] > Sent: 20 November 2006 08:48 > To: [email protected] > Subject: Re: Illegalstate > > Raphael, > > please make sure you have a properly updated working copy and do a full > rebuild ("ant clean" followed by "ant"). I can only explain this with an > incremental build that did not work properly. That happens from time to > time. > > On 20.11.2006 08:22:47 Raphael Parree wrote: > > Hi, > > > > I was doing some additional checks this morning, and found out the problem > > is an IndexOutOfBoundsException inside the > > org.apache.fop.fo.StaticPropertyList. The get function gets called with > > propId 252, whereas the length of the values array is 252. The calling > > object is org.apache.fop.fo.flow.Table which calls the get method of the > > PropertyList with a static value of PR_X_WIDOW_CONTENT_LIMIT, which is > 252. > > > > Is this helpful? > > > > Tx., > > > > Raphael > > > > -----Original Message----- > > From: Raphael Parree [mailto:[EMAIL PROTECTED] > > Sent: 19 November 2006 14:16 > > To: '[email protected]' > > Subject: RE: Illegalstate > > > > Jeremias, > > > > Ok, I was kind of hoping someone would know why this occurs as it has to > do > > with recent changes in FOP (my previous build did not have this problem). > I > > will need to isolate the problem, so that I don't have to send everything > > (copyright issues). It will take me some time to strip until I keep what > is > > producing the problem. > > > > Tx., > > > > Raphael > > > > > > -----Original Message----- > > From: Jeremias Maerki [mailto:[EMAIL PROTECTED] > > Sent: 17 November 2006 17:39 > > To: [email protected] > > Subject: Re: Illegalstate > > > > Please send an FO file (not XSLT!) that illustrates the problem. Then we > > can track it down. > > > > On 17.11.2006 15:54:47 Raphael Parree wrote: > > > Hi, > > > > > > > > > > > > I just update to the latest trunk (my previous version was from the > trunk > > > somewhere around 2006-09-08; that's when I built the fop.jar) > > > > > > > > > > > > I get the following error. The error is an illegal state exception > stating > > > that endElement is called for fo:root where there is no current element. > > > > > > Below is the log in my console window. > > > > > > > > > > > > What direction should I be looking to solve this? > > > > > > > > > > > > 17-Nov-2006 15:41:40 org.apache.fop.fo.FOTreeBuilder$MainFOHandler > > > endElement > > > > > > WARNING: Mismatch: block (http://www.w3.org/1999/XSL/Format) vs. table > > > (http://w > > > > > > ww.w3.org/1999/XSL/Format) > > > > > > 17-Nov-2006 15:41:40 org.apache.fop.fo.FOTreeBuilder$MainFOHandler > > > endElement > > > > > > WARNING: Mismatch: flow (http://www.w3.org/1999/XSL/Format) vs. block > > > (http://ww > > > > > > w.w3.org/1999/XSL/Format) > > > > > > 17-Nov-2006 15:41:40 org.apache.fop.fo.FOTreeBuilder$MainFOHandler > > > endElement > > > > > > WARNING: Mismatch: page-sequence (http://www.w3.org/1999/XSL/Format) vs. > > > flow (h > > > > > > ttp://www.w3.org/1999/XSL/Format) > > > > > > 17-Nov-2006 15:41:40 org.apache.fop.fo.FOTreeBuilder$MainFOHandler > > > endElement > > > > > > WARNING: Mismatch: root (http://www.w3.org/1999/XSL/Format) vs. > > > page-sequence (h > > > > > > ttp://www.w3.org/1999/XSL/Format) > > > > > > > > > > > Jeremias Maerki > > > Jeremias Maerki Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
