There was an error in the commit message that came out with this commit.
It should have been:

Commit of Nicolas' patch ([EMAIL PROTECTED]):

Fixed bug in the altGlyphItem handling.

When the altGlyphItem were traversed, the first valid glyph of the item 
was pick, and an array of glyph, one from each item was return to build 
up the GlyphVector.
The specifications say to return all the glyphs coming from the first
altGlyphItem were all glyphs are defined and available.

The second issue was the font matching done by the StrokingTextPainter 
which results in displaying more glyphs than necessary. If a altGlyph is 
found, it will be become valid if the glyphs it represents are 
available. Then, no font matching is necessary since the altGlyph 
already has all the glyphs it needs.

New test: samples/tests/spec/fonts/fontAltGlyph2.svg



[EMAIL PROTECTED] wrote:
> vhardy      2002/08/28 01:06:48
> 
>   Modified:    sources/org/apache/batik/bridge
>                         SVGAltGlyphElementBridge.java
>                sources/org/apache/batik/gvt/renderer
>                         StrokingTextPainter.java
>                test-resources/org/apache/batik/test samplesRendering.xml
>   Added:       test-references/samples/tests/spec/fonts fontAltGlyph2.png
>   Log:
>   Implemented RFE #4834 (making last visited files persistent.
>   
>  [...]


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

Reply via email to