[svg-developers] RE: Correction in URL

2006-06-14 Thread Barend Köbben
Your feedback is anxiously awaited. Excuse me very much, but what are you expecting? This started out as a quick answer on an email list. Now you want me to start reviewing papers for you. I'll tell you my hourly rates, can I send the bill to PalmChip (Pakistan LTD.)...? -- Barend Köbben

[svg-developers] Re: Problem in making a Horizontal Ruler for SVG Image -- Plz help

2006-06-14 Thread thomas . deweese
Hi Shamjith, Shamjith K V [EMAIL PROTECTED] wrote on 06/14/2006 01:14:15 AM: I am trying to implement an svg viewer. I also want to display a horizontal ruler (the scale value can be in centimeter or inch) for that viewer. Some can anybody please tell me how to get the width of the svg

[svg-developers] My shape doesn't want to follow....

2006-06-14 Thread Bruno Marquiÿffffe9
Hi all, I have a weird behavior, that I will try to explain you, first, I'am using IE6 and ASV3 : I have severals elements in my svg document those look like this : g onmousemove=changePosition(evt) transform=translate(...) use xlink:href... //a complex icon //no evt listener rect

[svg-developers] svg dynamic changes

2006-06-14 Thread scaryratin
Hi, Id like to use vb.net to create a user interface, through which i can load a svg file, click a button that brings up all major xml attributes of that file in the interface(such as size, shape, fill etc), make changes to any of those xml attributes through the front end, and have the image

Re: [svg-developers] My shape doesn't want to follow....

2006-06-14 Thread Peter Thompson
Bruno, I couldn't quite follow what you posted. If nobody provides an answer, post again with either a URL to the page with the problem or include the smallest complete sample of the SVG with the problem and description in your email. Peter --- Bruno Marquiÿe9 [EMAIL PROTECTED] wrote: Hi

[svg-developers] SVG and XHTML Developer

2006-06-14 Thread Vincent Hardy
Hello, We currently have two openings in Sun's Java ME group, req numbers 548725 and 548483 that might be of interest to people on this lilst as they relate to SVG and Compound Document Formats. The job descriptions are below. Please send resumes or questions to [EMAIL PROTECTED]. Vincent

RE: [svg-developers] My shape doesn't want to follow....

2006-06-14 Thread Doug Schepers
Hi, Bruno- Bruno Marquiÿe9 wrote: | | When the mouse pointer is over the use element (a complex | icon), if I move too fast the mouse, the g element doesn't | have time to follow and so the mouse pointer goes out of the | displayed shape... and so the mouse pointer and the shape are |

Re : [svg-developers] My shape doesn't want to follow....

2006-06-14 Thread Bruno Marquiÿffffe9
Thanks for your answer. Your problem is common, though your diagnosis is probably not quite right. If you are putting the mousemove event on the target element itself, then you are losing the mousemove event when you exit the target element's area. ***Yes you're right, the g is sometimes not

Re: [svg-developers] Re: Reference of textPath is too short !

2006-06-14 Thread Darryl Watson
What I do to work around this is to put my text into a hidden group, then call getComputedTextLength() on that text element, then draw a path of that size and attach my text to it. I have to do this in the onload() event because we don't know the size of text prior to instatiation in the

RE: [svg-developers] SVG and XHTML Developer

2006-06-14 Thread Doug Schepers
This is terrible news for SVG. We've only just recently broken away from the notion that SVG is an Adobe technology, and now another big player, Sun, is actively backing SVG... everyone will think that SVG is a Sun technology. ;) Seriously, thanks for posting these links, Vincent. Since the

Re: Re : [svg-developers] My shape doesn't want to follow....

2006-06-14 Thread Phi Tran
On 6/14/06, Bruno Marquiÿe9 [EMAIL PROTECTED] wrote: Thanks for your answer. Your problem is common, though your diagnosis is probably not quite right. If you are putting the mousemove event on the target element itself, then you are losing the mousemove event when you exit the target

[svg-developers] Re: Internationalisation

2006-06-14 Thread tony_ser
--- In svg-developers@yahoogroups.com, Guy Morton [EMAIL PROTECTED] wrote: Are there any gotchas to look out for in using multi-byte languages in SVG? Guy For Adobe SVG Viewer, I believe it only support UTF-8 and UTF-16. It does not support other charset like Big5, euc-kr, etc.

RE: [svg-developers] My shape doesn't want to follow....

2006-06-14 Thread Doug Schepers
Hi, Bruno- You may want to look at my little drag-and-drop example for inspiration. It works according to the principle I suggested before: http://svg-whiz.com/svg/DragAndDrop.svg Regards- Doug [EMAIL PROTECTED] www.vectoreal.com ...for scalable solutions. Bruno wrote: | | Thanks for your

[svg-developers] SVG and text

2006-06-14 Thread nix43000
Hello everyone, I have a question regarding SVG and text element. Is it possible to allow for an image to be scalable and have a fixed font? I'm trying to use SVG for print in manuals where the dimensions of the manuals change (US/Y5/A4 etc). I have text in my SVGs but I do not want them