You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by Dirk Lemmermann <DL...@skyva.com> on 2002/09/16 22:55:52 UTC

SVG Error: Determinant is 0

I am getting this exception when I load a SVG document into the JSVGCanvas 
while the component is currently not visible:

java.awt.geom.NoninvertibleTransformException: Determinant is 0 	
	at java.awt.geom.AffineTransform.createInverse(AffineTransform.java:2033) 	
	at org.apache.batik.swing.gvt.JGVTComponent.setRenderingTransform(Unknown Source) 	
	at org.apache.batik.swing.svg.JSVGComponent.computeRenderingTransform(Unknown Source) 	
	at org.apache.batik.swing.gvt.JGVTComponent.setGraphicsNode(Unknown Source) 	
	at org.apache.batik.swing.svg.JSVGComponent.access$601(Unknown Source) 	
	at org.apache.batik.swing.svg.JSVGComponent$SVGListener.gvtBuildCompleted(Unknown Source) 	
	at org.apache.batik.swing.svg.GVTTreeBuilder$2.run(Unknown Source) 	
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178) 	
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:448) 	
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197) 	
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) 	
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144) 	
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136) 	
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)

I am trying to make Batik work as an Ecliple plug-in and I don't work on the source code itself. 
Could anyone look into this?

--Dirk