Haha,I have found the solution: just change the
 
old: var path = root.createElement( 'path' );
 
>>>>>>
 
new:     var path = root.createElementNS( http://www.w3.org/2000/svg,'path' );
 
the development of the batik is just a nightmare!!!!
----- Original Message -----
From: Stjeel
Sent: Monday, July 22, 2002 2:37 PM
Subject: svg whiteboard test failed

I have tried use the batik to http://www.nokiko.com/svg/whiteboard.svg
but it doesn't work,who can tell me why?
I'm using the batik 1.5 beta3, and java1.4 ,winxp
 
regards
Stjeel
 

Reply via email to