Re: [svg-developers] URL in browser status bar

2005-03-14 Thread Andre M. Winter - Carto.net
hi marjorie, generally with such problems it is best to upload your samples files somewhere in order to get a look at. andré -- ___ andre m. winter, cartography for internet and multimedia applications a6091 goetzens,

[svg-developers] How can i achieve performance enhancement in SVG ?

2005-03-14 Thread svg dev
Hi, I am currently working with SVG in my J2EE based application. At this juncture, I would like to know if you could help me in resolving some of the issues faced by me. I found your contact information in the svg mailing lists on Batik’s homepage. Issues : The major goal is to improve

RE: [svg-developers] Text Should be paralle to the line

2005-03-14 Thread raghu raman
Hi Doug Your solutions very useful to me. But I have faced 2 troubles. Please see the attachment picture file. 1) If the path is too small the text is can't display full length. I need the text size is should be independent the path element size. 2) The text area back groud color is

Re: [svg-developers] UTF-8

2005-03-14 Thread Andreas Steichardt
On Monday 14 March 2005 11:58, Chris Peto wrote: Hi All, Hi! I am loading a document with UTF-8, but none of the programs that I try, i.e. XMLSpy, will accept it as UTF-8 unless the file starts with 0xEF0xBB0xBF before the !xml... Any ideas? That's the UTF-8 BOM. That shouldn't be

Re: [svg-developers] UTF-8

2005-03-14 Thread Robin Berjon
Chris Peto wrote: I am loading a document with UTF-8, but none of the programs that I try, i.e. XMLSpy, will accept it as UTF-8 unless the file starts with 0xEF0xBB0xBF before the !xml... Any program that requires that in order to recognize UTF-8 is at best antiquated (there are some rare

[svg-developers] Re: information

2005-03-14 Thread chris
Please read the document. information.zip: No virus found Powered by the new Norton OnlineScan Get protected: www.symantec.com [Non-text portions of this message have been removed] - To unsubscribe send a message to: [EMAIL PROTECTED] -or-

Re: [svg-developers] UTF-8

2005-03-14 Thread Chris Lilley
On Monday, March 14, 2005, 1:02:03 PM, Robin wrote: RB Chris Peto wrote: I am loading a document with UTF-8, but none of the programs that I try, i.e. XMLSpy, will accept it as UTF-8 unless the file starts with 0xEF0xBB0xBF before the !xml... RB Any program that requires that in order to

Re: [svg-developers] Pocket PC/SmartPhone viewer

2005-03-14 Thread Chris Lilley
On Friday, March 11, 2005, 9:06:37 PM, kgordon wrote: kdc Also, another question, how important is SMIL animation to a mobile kdc viewer? Essential. All the other implementations have it on mobile, so if yours doesn't it will be at a severe disadvantage. -- Chris Lilley

RE: [svg-developers] UTF-8

2005-03-14 Thread Chris Peto
FYI, I tried it on XMLSpy 2005, Phase 5, and PSPad. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development, Resource Solutions Founding Partner, Vectoreal - Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98

[svg-developers] Re: xlink:href=javascript:top.open() - broken on Win XP SP2

2005-03-14 Thread hogan_rich
I've been meaning to update this in case it's useful to someone else. The solution was simply to use a full url in the top.open(). As long as the domain is the same it works fine with IE6 on XP SP2 (and on other versions of IE, etc). I had been using relative url's and these seem to have

[svg-developers] Question on tspan and text

2005-03-14 Thread sholla
Hi, I have been trying to create a tspan entry for an existing text node i.e. do the following: - create a clone of a certain span element - update the text of this CLONED tspan element - APPEND THIS MODIFIED CLONE ONTO THE TEXT NODE This just does not work. Essentially, I

[svg-developers] Re: Overriding ctrl+mousedown

2005-03-14 Thread pallavi_nagarhalli
Hi, Thanks for the responses. Adding a big rectangle around the svg image worked. I have another question now. Is there a way to override the right click and zoom In/Zoom out? I am trying to provide a function for the SVGZoom event. But again it provides the default zoom. I cannot do an

Re: [svg-developers] controls of HTML

2005-03-14 Thread Philippe Lhoste
MARCIO RIBEIRO wrote: Personal good night... I am finding very good to study SVG and he/she would like to know if it is possible to use controls of HTML in SVG. Example. Form, Input text, textarea, checkbox,radio group ... If somebody to pass examples I am thanked. It seems

Re: [svg-developers] Embedded Fonts and SVG

2005-03-14 Thread Philippe Lhoste
bg_ie wrote: I'm trying to design a web tutorial for Irish-Gaelic which uses a Gaelic font in ttf, shown here - http://www.fainne.org/gaelchlo/bungc.html I was in the processes of building my first page, but I quickly became disillusioned by the lack of browser support for embedded

Re: [svg-developers] Class Not found Exception :org.w3c.dom.svg.SVGDocument

2005-03-14 Thread Thomas DeWeese
Hi Balasubramanyam, Balasubramanyam wrote: Please help where can get that SVGDocument class APi ..i Have alredy batik package with me.. When i am running the following programe ,it throughs an Exception at Runtime. This means that your class path is missing some needed jar files

Re: [svg-developers] How to generate graphs in SVG?

2005-03-14 Thread Philippe Lhoste
loveshwathi wrote: Hi, I want to generate svg graphs with ms-excel or some text file as input. Can someone suggest me how to proceed? Any related links or examples will help me. Thanks in advance, Shwathi. Graphviz may help you: http://www.graphviz.org/ -- Philippe Lhoste -- (near)

Re: [svg-developers] How to create somethling like a table for text

2005-03-14 Thread Philippe Lhoste
dfi10x wrote: I want to make text thats formated like a table. There should be the same spaces between the words in every row. As an example http://www.lookuptables.com/ Can someone tell me how to do so? The only way in SVG 1.1 is to position each text bit individually by absolute

Re: [svg-developers] How to generate graphs in SVG?

2005-03-14 Thread Marjorie Roswell
Shwathi, was that the sort of graph you were talking about? Margie On Tue, 15 Mar 2005 01:14:58 +0100, Philippe Lhoste [EMAIL PROTECTED] wrote: loveshwathi wrote: Hi, I want to generate svg graphs with ms-excel or some text file as input. Can someone suggest me how to proceed? Any

[svg-developers] Problem in text Path

2005-03-14 Thread raghu raman
Hi, I have placed a text parrallel to the path using textPath. It works fine. But i have faced some broblems, which are listed below 1) My svg backgroud is light gray. But it appeard white boundary around the text and its size is too large. 2) The length of the text is depends on path

[svg-developers] How to achieve Tiling in SVG ?

2005-03-14 Thread svg dev
Hi everybody, I am using SVG with my J2EE application. Specifically I want to know more about Batik capabilities on tiling OR handling the performance. My SVG files are realtively big anf takes time to load on client. Please advice me how to handle this. I have read that Tiling of SVG

[svg-developers] SVG performance

2005-03-14 Thread svg dev
Hello, My svg files are relatively big. Performance is really a bottle-neck due to bigger size. I am thinking something like loading svg data dynamically based upon zoom level from server. But i am not sure how to achieve this. Please let me know if i can achieve this iN Batik. Also let me