OK, that makes sense, because I used to show the empty canvas before setting the SVGdocument, and I had no problems. Thanks so much.
----- Original Message ----- From: "Thierry Kormann" <[EMAIL PROTECTED]> To: "Batik Users" <[EMAIL PROTECTED]> Sent: Monday, November 11, 2002 11:19 PM Subject: RE: JSVGCanvas / SVGDocument errors > > This did get rid of the error message (changing around the order of the > > classpath). > > > > Now I'm on to the Exception I receive... > > > > java.awt.geom.NoninvertibleTransformException: Determinant is 0 > > Your JSVGCanvas must have a size in order to compute the user agent > transform so you need to add the canvas to the frame and show it first. > Another approach (not as clean as the first one) is to set a size to the > canvas (using setSize method). > > > Hope that helps, > Thierry. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
