On Monday 11 June 2001 21:51, Chris Clarke wrote:
> I am trying to write a program that utilizes the JSVGCanvas part of batik.
>
> I downloaded the src dist or batik and did a 'build.bat compile'
>
> I put the classes in my classpath for my compiler and also on my web
> server.
>
> My program starts to load an SVG file.... and never gets past that point.
>
> You'll find my code attached.
>
> I don't know if this is the right venue for this kind of thing but I can't
> seem to find any other spots for help with this problem.

After taking a quick look at your code, here is some tips:

- be sure that the size of your canvas is set correctly (using an appropriate 
layout manager or by setting the preferredSize).

- create your own UserAgent to track all errors. A simple System.err in the 
displayError method may be really helpful.

Thierry.


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

Reply via email to