Re: Modified SVG DOM does not get repainted in Netscape on Solaris

2001-06-20 Thread Sheetal Kumar
TK> On Monday 18 June 2001 19:12, Sheetal Madasnal wrote: >> This works perfectly on Windows browsers IE5.5, Netscape 4.7 (with >> the Java 1.3 plugin). But Netscape 4.76 on Solaris is a total >> mess. It does not repaint the applet after the DOM is modified and >> the setSVGDocument() is called

Re: Modified SVG DOM does not get repainted in Netscape on Solaris

2001-06-19 Thread Thomas E Deweese
> "TK" == Thierry Kormann <[EMAIL PROTECTED]> writes: TK> On Monday 18 June 2001 19:12, Sheetal Madasnal wrote: >> This works perfectly on Windows browsers IE5.5, Netscape 4.7 (with >> the Java 1.3 plugin). But Netscape 4.76 on Solaris is a total >> mess. It does not repaint the applet after

Re: Modified SVG DOM does not get repainted in Netscape on Solaris

2001-06-19 Thread Thierry Kormann
On Monday 18 June 2001 19:12, Sheetal Madasnal wrote: > Hi, > > I am using the 1.0 release of Batik SVG api. I have a class extending the > JSVGComponent and successful in modifying properties of some dom elements > and getting it rendered on the canvas. Using the setSVGDocument() after > modifyi