Hi,

I'm a great fan of org.apache.svg.PDFTranscoder
or rather
org.apache.svg.PDFDocumentGraphics2D.

PDFDocumentGraphics2D initializes with
   super(textAsShapes)

So the FontState in the superclass PDFGraphics2D
is not initialized.

After the augmentation of method PDFGraphics2D.drawString(...)
on June 26 we're now bound for a NPE in line 710:
   fontState = new FontState(fontState.getFontInfo(), name,
                             style, weight, size * 1000, 0);

Keiron, please make me smile again.

Jens Thieler

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

Reply via email to