Archie Cobbs wrote:
You could add the JSVGCanvas to a JFrame that is never set visible. The document should render I think if you say jframe.pack() even though you haven't yet said jframe.setVisible().
Hi Archie, thanks for responding. This is what I was thinking of doing, but was wondering if there is not a cleaner solution through the Batik API. Having to rely on an unseen frame is probably doable, but IMHO is kind of a hack. I will try this though if nothing else better materializes.
Thanks.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]