Re: Wrong operand type error in ASV 3.0

2003-03-02 Thread Swapan Golla
The error still persists even after I changed the width to 1. Swapan. --- Keiron Liddle <[EMAIL PROTECTED]> wrote: > > > > > > stroke="#00" stroke- > > width="0.5" /> > > IIRC It is probably an error caused by this line > being 0.5 width. In PDF lines can > only be whole numbers and it

FreshMeat entry

2003-03-02 Thread J.Pietschmann
Hi all, and in particular Christian: the freshmeat.net entry lists FOP as version 0.17. What went wrong there? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

JDK dependent files

2003-03-02 Thread J.Pietschmann
Hi all, do we have a policy how to name and where to store JDK dependent source files? The PDF encryption needs some stuff from 1.4 (would be nice if someone knowledgable in the XML security project checked if there are replacements). In order to compile FOP with 1.3, we need a stub file (even if e

Re: Encryption

2003-03-02 Thread J.Pietschmann
J.Pietschmann wrote: Patrick C. Lankswert wrote: Has anybody looked at this? Yes. I'm currently in the process of integrating the stuff. I'll have to do some more test, in particular for JDK1.3 compatibility (no javax.crypto there). Commit deferred to next Friday. J.Pietschmann

RE: Encryption

2003-03-02 Thread Patrick C. Lankswert
Thanks... if there are any issues or work that is needed, I'm MORE than happy to help. Pat -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Sunday, March 02, 2003 12:35 PM To: [EMAIL PROTECTED] Subject: Re: Encryption Patrick C. Lankswert wrote: > Has anybody looke

RE: HTML to FO

2003-03-02 Thread Shyam Sundar
Title: RE: HTML to FO thats right... but the fo output from htmlfo is working properly... give it a go... cheers shyam -Original Message- From: Ken Masters [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 01, 2003 11:09 PM To: [EMAIL PROTECTED] Subject: Re: HTML to FO From wh

Re: markers in redesign

2003-03-02 Thread Peter B. West
J.Pietschmann wrote: Hello, I reexamined the marker problematic again. ... "When comparing two areas to determine which one is better, the terms "first" and "last" refer to the pre-order traversal order of the area tree." ... The quote above shows another problem: I'm used to the term "pre-order"

Re: Encryption

2003-03-02 Thread J.Pietschmann
Patrick C. Lankswert wrote: Has anybody looked at this? Yes. I'm currently in the process of integrating the stuff. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Text alignment

2003-03-02 Thread J.Pietschmann
Hello all, I just tried to fix the old page number expansion+alignment problem, which was bugging me for a looong time. I more or less made it. Well, here is my test file, and the problems are below: http://www.w3.org/1999/XSL/Format"; xmlns:svg="http://www.w3.org/2000/svg";> p

RE: Encryption

2003-03-02 Thread Patrick C. Lankswert
Hey, Has anybody looked at this? It's been two weeks since I submitted it and I have not heard anything. Did I miss something? I'd like to get this included before the code base changes and I have to reimplement by hand. Pat Lankswert -Original Message- From: Patrick C. Lankswert [mailto

DO NOT REPLY [Bug 17194] - LineArea Leader fails in 0.20.5rc2

2003-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-fop/src/org/apache/fop/render/xml XMLRenderer.java

2003-03-02 Thread pietsch
pietsch 2003/03/02 08:55:19 Modified:.Tag: fop-0_20_2-maintain CHANGES src/org/apache/fop/layout Tag: fop-0_20_2-maintain FontState.java LineArea.java src/org/apache/fop/layout/inline Tag: fop-0_20_2-maintain

DO NOT REPLY [Bug 1130] - Alignment of page-number-citation inside a ToC

2003-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug

Re: markers in redesign

2003-03-02 Thread J.Pietschmann
Hello, I reexamined the marker problematic again. There are a few issues not yet mentioned. First some odd wording: "The properties of the fo:retrieve-marker impose a hierarchy of preference on the areas of the area tree..." Unfortunately, they don't define this hierarchy directly but instead defi

DO NOT REPLY [Bug 17472] - Images appear twice oin PDF output

2003-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-fop/src/org/apache/fop/layout BlockArea.java

2003-03-02 Thread pietsch
pietsch 2003/03/02 05:47:44 Modified:src/org/apache/fop/fo/flow Tag: fop-0_20_2-maintain Block.java src/org/apache/fop/layout Tag: fop-0_20_2-maintain BlockArea.java Log: Set currentLine to null after adding it in BlockAr

DO NOT REPLY [Bug 1171] - small-caps in static content becomes all-caps

2003-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug

cvs commit: xml-fop CHANGES

2003-03-02 Thread pietsch
pietsch 2003/03/02 05:06:23 Modified:.Tag: fop-0_20_2-maintain CHANGES Log: Addend CHANGES log entry for small caps fix. Revision ChangesPath No revision No revision 1.10.2.51 +2 -0 xml-fop/CHANGES Inde

cvs commit: xml-fop/src/org/apache/fop/fo FOText.java

2003-03-02 Thread pietsch
pietsch 2003/03/02 05:04:16 Modified:src/org/apache/fop/fo Tag: fop-0_20_2-maintain FOText.java Log: Fixed destructive data mangling while preparing text for small-caps font variation. The fix is simplisitc and can cause small caps text to be expensive in terms of memory consumpt