Hello thomas:
     Thanks for your words, it works well now. And for the SVG animation of "3D.svg", i could only get 4 or 5 .png files. If i change the display size, i could get more .png files. They are from the bufferedimage that is just what i need. But i want to know why they have limited numbers. I want to get a lot of bufferedimages, not stoping as the animation.  what should i do? please give me a idea.
   Thank you very much.
   zhao long

On 3/22/06, Tonny Kohar <[EMAIL PROTECTED]> wrote:
Hi,

On Wed, 2006-03-22 at 06:26 +0100, comlong zhao wrote:
> Hello thomas:
>     In your code, you have already used the toString way.
>             File f = new File("anne.svg");
>             doc = df.createSVGDocument(f.toURL().toString());
>    I use the annd.svg directly here.  When i run your code,  it also
> shows the error of
>   An I/O error occured while processing the URI:
>  "batikLogo.svg#Batik_Tag_Box "
>  specified on the element <use>
>         if i delete the element of use in anne.svg , it works well. Is
> it strange or i should not input the file name directly.
>      Thank you very much
>      zhao long
>

anne.svg in batik sample directory contains reference to batikLogo.svg
in the same directory. So if you move anne.svg out from the sample
directory, you also need to copy / move batikLogo.svg as well. If not
the reference will be broken

Regards
Tonny Kohar
--
Sketsa
SVG Graphics Editor
http://www.kiyut.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to