> 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]

Reply via email to