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!!!!
|
- svg whiteboard test failed Stjeel
- Re: svg whiteboard test failed Stjeel
- Re: svg whiteboard test failed Vincent Hardy