Re: NullPointerException with Filter

2004-07-13 Thread Eilein Grasp
--- Nikhil Dinesh <[EMAIL PROTECTED]> wrote: If your svg document doesnt have an explicit "viewport" declaration this might cause the exception. This is one source of NullPointerExceptions that Ive noticed... (I understand that you mean viewBox) -- the SVG does have a viewBox attribute for its on

Re: NullPointerException with Filter

2004-07-13 Thread Nikhil Dinesh
make that "viewbox" On Tue, 13 Jul 2004, Nikhil Dinesh wrote: > If your svg document doesnt have an explicit "viewport" declaration this > might cause the exception. This is one source of NullPointerExceptions > that Ive noticed. > > -Nikhil > > On Tue, 13 Jul 2004, Eilein Grasp wrote: > > > I h

Re: NullPointerException with Filter

2004-07-13 Thread Nikhil Dinesh
If your svg document doesnt have an explicit "viewport" declaration this might cause the exception. This is one source of NullPointerExceptions that Ive noticed. -Nikhil On Tue, 13 Jul 2004, Eilein Grasp wrote: > I have an SVG file saved from Illustrator that I've added a (blur) filter to (in th