RE: script enabling on the server side

2003-11-27 Thread GVS Srinivas
thanks a lot thomas, i think this will solve my problem. thanks again for the quick response. cheers GVS -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 5:30 PM To: Batik Users Subject: Re: script enabling on the server side GVS

Re: script enabling on the server side

2003-11-26 Thread Thomas DeWeese
GVS Srinivas wrote: hi all, i am using batik jpeg transcoder to raster an SVG into an image.i am using java script to dymamically show some textelements and hide some using style.setproperty('inline') and style.setproperty('none').this is done on the onload event of my svg document. if i raster th

script enabling on the server side

2003-11-26 Thread GVS Srinivas
hi all, i am using batik jpeg transcoder to raster an SVG into an image.i am using java script to dymamically show some textelements and hide some using style.setproperty('inline') and style.setproperty('none').this is done on the onload event of my svg document. if i raster this svg into an image,