[svg-developers] Batik compatible SVG problem

2007-08-07 Thread singhscoobydoo
I am trying to draw a barchart using batik to view .It previously worked using adobe svg viewer but I have been trying to convert the code so that it Is batik compatible. I have changed 1) createElementNS(null, --to-- createElementNS("http://www.w3.org/2000/svg";, 2) .setAttribute

[svg-developers] Batik compatible SVG problem

2007-08-07 Thread Mandeep Jootle
> I am trying to draw a barchart using batik to view .It previously worked > using adobe svg viewer but I have been trying to convert the code so that it > Is batik compatible. > > I have changed > > 1) createElementNS(null, --to-- > createElementNS("http://www.w3.org/2000/svg";