>>>>> "AJS" == Anthony J Starks <[EMAIL PROTECTED]> writes:

AJS> After upgrading the JVM under Mac OS X from 1.3.1 to 1.4.1 I note
AJS> some odd behavior:

AJS> 1) It complains about font metrics:

     Don't have a clue about this.


AJS> 2) It renders graphics odd.  Under 1.3.1 the following code:

     This is Anti-Aliasing.  You can't count on not getting some AA
effects on two adjoining graphics elements.  In this example you should
merge the path for the 'arrow' and the bubble for the two sides.  In
this case doing this is almost trivial (basically just append the two
paths).  This will ensure the fill is fully filled.

     Even with JDK 1.3.1 if you zoom in on the 'seam' you can
sometimes see it.

AJS> Renders the logo with no gaps between the elements.  Under 1.4.1
AJS> there is a gap between the "arrow" and "bubble" elements.

AJS> Where is the bug? The JVM? The Code? Batik?

     It's arguable but I would say the code :)


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

Reply via email to