DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13586>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13586

fop will not work on linux alpha because jre is broken (workarround included)





------- Additional Comments From [EMAIL PROTECTED]  2002-11-28 14:43 -------
Oleg, please READ the report again.

I wrote:
----------------------------------------------------------------------
on axp, I use
float currentLetterSpacing = (float) 99999.99;
instead of:
float currentLetterSpacing = Float.NaN;
----------------------------------------------------------------------

So the comparison is ok if currentLetterSpacing is not initialized with
NaN.

That's the whole fix.
Dont' use
float currentLetterSpacing = Float.NaN
Just use
float currentLetterSpacing = (float) 99999.99;

(same source)

This has no side-effects except if somebody uses
leterspacing "99999.99" which seems not be a real-world
issue.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to