Re: Using JSVGScrollPane and viewBox attribute

2005-02-11 Thread Thomas DeWeese
Hi James, This is fixed in CVS, if no viewbox is present it now uses the BBox of the root GraphicsNode. Note that this is an 'ok' solution but is often not really "correct". James Shaw wrote: I have just found out (by building from batik from source with debug on) that JSVGScrollPane requires

Using JSVGScrollPane and viewBox attribute

2005-02-11 Thread James Shaw
I have just found out (by building from batik from source with debug on) that JSVGScrollPane requires the viewBox attribute to be set on the root element. Without it, you just get a mysterious NullPointerException. It would be really nice to have a more informative error message, and perhaps