DO NOT REPLY [Bug 52513] New: [PATCH] Moving FOUserAgent to the constructor of Renderers

2012-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52513 Bug #: 52513 Summary: [PATCH] Moving FOUserAgent to the constructor of Renderers Product: Fop Version: 1.1dev Platform: PC OS/Version: Linux

Re: svn commit: r1234877 - in /xmlgraphics/fop/trunk: examples/embedding/java/embedding/ examples/embedding/java/embedding/atxml/ src/java/org/apache/fop/cli/ src/java/org/apache/fop/render/ src/java/

2012-01-24 Thread mehdi houshmand
This change has been reverted, please see https://issues.apache.org/bugzilla/show_bug.cgi?id=52513 On 23 January 2012 18:38, Jonathan Levinson jonathan.levin...@intersystems.com wrote: I have no vote, but I’m not happy with the change since it will break our RenderServer.jar which is a

DO NOT REPLY [Bug 52514] New: Square image not scaled

2012-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52514 Bug #: 52514 Summary: Square image not scaled Product: Fop Version: all Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

DO NOT REPLY [Bug 52514] Square image not scaled

2012-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52514 --- Comment #1 from Klearchos klearchos.klearc...@eurodyn.com 2012-01-24 09:59:27 UTC --- Created attachment 28198 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28198 It contains 2 images and the fo file in order to reproduce

Re: svn commit: r1234877 - in /xmlgraphics/fop/trunk: examples/embedding/java/embedding/ examples/embedding/java/embedding/atxml/ src/java/org/apache/fop/cli/ src/java/org/apache/fop/render/ src/java/

2012-01-24 Thread Chris Bowditch
On 23/01/2012 22:41, J.Pietschmann wrote: Hi Mehdi! Hi Joerg, Mehdi, Am 23.01.2012 17:15, schrieb me...@apache.org: This breaks the public API but for good reasons: Good reasons or not, there are a few guidelines when it comes to changing public interfaces: - There has to be a discussion

Re: svn commit: r1234877 - in /xmlgraphics/fop/trunk: examples/embedding/java/embedding/ examples/embedding/java/embedding/atxml/ src/java/org/apache/fop/cli/ src/java/org/apache/fop/render/ src/java/

2012-01-24 Thread Pascal Sancho
Hi, I agree. Found in FOP only 1 method witch javadoc explicitely says that is not part of external API (see o.a.fop.apps.FopFactory.java#getColorSpaceCache()) Perhaps this should be extended to the whole public material that should only be invoked as internal. Le 24/01/2012 12:16, Chris

Fwd: Re: svn commit: r1235191 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/truetype/TTFFontLoader.java

2012-01-24 Thread Chris Bowditch
Hi Mehdi, On 24/01/2012 10:02, me...@apache.org wrote: Author: mehdi Date: Tue Jan 24 10:02:36 2012 New Revision: 1235191 URL: http://svn.apache.org/viewvc?rev=1235191view=rev Log: Corrected typo in error message Well spotted. I think it's great that we now get an error instead of a

Re: Re: svn commit: r1235191 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/truetype/TTFFontLoader.java

2012-01-24 Thread mehdi houshmand
Done in r1235358. On 24 January 2012 14:47, Chris Bowditch bowditch_ch...@hotmail.com wrote: Hi Mehdi, On 24/01/2012 10:02, me...@apache.org wrote:  Author: mehdi  Date: Tue Jan 24 10:02:36 2012  New Revision: 1235191  URL: http://svn.apache.org/viewvc?rev=1235191view=rev  Log:  

Re: svn commit: r1234877 - in /xmlgraphics/fop/trunk: examples/embedding/java/embedding/ examples/embedding/java/embedding/atxml/ src/java/org/apache/fop/cli/ src/java/org/apache/fop/render/ src/java/

2012-01-24 Thread Vincent Hennebert
On 24/01/12 11:16, Chris Bowditch wrote: On 23/01/2012 22:41, J.Pietschmann wrote: Hi Mehdi! Hi Joerg, Mehdi, Am 23.01.2012 17:15, schrieb me...@apache.org: This breaks the public API but for good reasons: Good reasons or not, there are a few guidelines when it comes to changing public

Re: svn commit: r1234877 - in /xmlgraphics/fop/trunk: examples/embedding/java/embedding/ examples/embedding/java/embedding/atxml/ src/java/org/apache/fop/cli/ src/java/org/apache/fop/render/ src/java/

2012-01-24 Thread Glenn Adams
On Tue, Jan 24, 2012 at 10:08 AM, Vincent Hennebert vhenneb...@gmail.comwrote: I would consider to be part of the public API the code that is present on the following page: http://xmlgraphics.apache.org/fop/trunk/embedding.html I agree. We should distinguish between APIs documented as being