Re: where is JSVGApplet not available in batik1.0

2001-10-18 Thread Bill Haneman
Uttam Rao wrote: > > Hi Thierry, > > Do you think it as a correct way to use SVG for displaying route maps. > If we use jpeg then we send only a small portion of map for a specific zoom > level. When the user moves right of left then the server sends a new map for > the corrosponding position.

Re: where is JSVGApplet not available in batik1.0

2001-10-18 Thread Thierry Kormann
On Thursday 18 October 2001 10:14, Uttam Rao wrote: > Hi Thierry, > > Do you think it as a correct way to use SVG for displaying route maps. > If we use jpeg then we send only a small portion of map for a specific zoom > level. When the user moves right of left then the server sends a new map > f

RE: where is JSVGApplet not available in batik1.0

2001-10-18 Thread Uttam Rao
-Original Message- From: Thierry Kormann [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 9:57 AM To: [EMAIL PROTECTED]; Uttam Rao Subject: Re: where is JSVGApplet not available in batik1.0 On Wednesday 17 October 2001 15:07, Uttam Rao wrote: > Hi Thierry, > > Thanks

Re: where is JSVGApplet not available in batik1.0

2001-10-18 Thread Vincent Hardy
Uttam, I would add that JavaWeb Start seems a better option to deploy Java-based SVG viewing to clients. You can see a demo of that in action at: http://xml.apache.org/batik/demo.html Vincent. Thierry Kormann wrote: > > On Wednesday 10 October 2001 23:42, Uttam Rao wrote: > > Hello, > > > > I

Re: where is JSVGApplet not available in batik1.0

2001-10-18 Thread Thierry Kormann
On Wednesday 17 October 2001 15:07, Uttam Rao wrote: > Hi Thierry, > > Thanks for your response. > > We are trying to show maps on the browser in svg format. > Our components are reading the data available in our proprietery database > and generate svg maps out of it. > we are getting StackOverflo

RE: where is JSVGApplet not available in batik1.0

2001-10-17 Thread Uttam Rao
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 17, 2001 1:54 PM To: [EMAIL PROTECTED]; Uttam Rao Subject: Re: where is JSVGApplet not available in batik1.0 On Wednesday 10 October 2001 23:42, Uttam Rao wrote: > Hello, > > I have downloaded batik1.0 from apache site. But its not show

Re: where is JSVGApplet not available in batik1.0

2001-10-17 Thread Thierry Kormann
On Wednesday 10 October 2001 23:42, Uttam Rao wrote: > Hello, > > I have downloaded batik1.0 from apache site. But its not showing files like > JSVGApplet etc. > Also files like batik-svgviewer.jar which are mentioned in the examples to > be used with applets are not available. > Or is there any o

where is JSVGApplet not available in batik1.0

2001-10-11 Thread Uttam Rao
Hello, I have downloaded batik1.0 from apache site. But its not showing files like JSVGApplet etc. Also files like batik-svgviewer.jar which are mentioned in the examples to be used with applets are not available. Or is there any other method to show svg on the applets. Could you please help. Re