[svg-developers] panning SVG with SVG plugin

2004-09-21 Thread antonygowland
Hello, I have been developing some prototypes for my company using SVG plug- in 3.01 build 81. They are impressive but one problem I have is when panning a zoomed image some of the primitives disappear especially thinner lines and text. The only way to restore the image is to reload it.

Re: [svg-developers] About Text

2004-09-21 Thread Philippe Lhoste
[EMAIL PROTECTED] wrote: Do you have example? thanks in advance Well, it is in the page I gave and that you gave back: http://www.xml.com/pub/a/2002/09/11/quint.html The link demo gives the SVG file:

[svg-developers] evt and setingt new location after winXP SP2...

2004-09-21 Thread andré m. winter
hi i read about the problems with local files after winXP/SP2 update (http://www.markme.com/jd/archives/005836.cfm), but now i saw another problem: in many applications i do set links with something similar to onclick=location='/path/term.pl?letter=Aamp;lang='+lang on a or g

RE: [svg-developers] evt and setingt new location after winXP SP2...

2004-09-21 Thread Chris Peto
Hi, I use self.location in IE sp1 to avoid this. Mit freundlichen Grüßen/Regards Chris Peto Freelance System Development Resource Solutions Germany Mobile: +49 (0) 173 308 7843 Tel:+49(0) 6103 80 21 98 Web: http://www.resource-solutions.de

Re: [svg-developers] Call javascript form XSLT

2004-09-21 Thread Taras Bahnyuk
Well, now I understand what went wrong. The thing was that the example was made for Xalan processor and Firefox obviously doesn't support this extention. Having said that I would like to ask if anybody has experience with Mozilla/Firefox and could give me a tiny hint on how to call javascript

R: [svg-developers] SVG Viewer for Windows CE

2004-09-21 Thread Maiori Francesco
You can try at: http://www.esvg.com http://www.bitflash.com http://www.tinyline.it (java implementation) Look at http://www.w3.org/Graphics/SVG/SVG-Implementations.htm8 and http://www.protocol7.com/svg-wiki/?ViewerImplementations to go in depth. Regards, FM -Messaggio originale- Da:

[svg-developers] Re: post data from inside the SVG

2004-09-21 Thread Martin Honnen
--- In [EMAIL PROTECTED], Bru, Pierre [EMAIL PROTECTED] wrote: I displa a map+IHM in pure SVG to be able to use it on any browser. the user may update data (mainly preferences or already seen info). is it possible to post data to the server from the imbded JS ?

Re: [svg-developers] multimedia

2004-09-21 Thread Helena Caldeira
Yeah, it's really I wanna know! How can I put a video in a SVG file! At 21:22 21/09/04 +0200, you wrote: Helena Caldeira wrote: Anyone here have some example of a SVG multimedia file? http://www.protocol7.com/svg-wiki/index.php/SoundStuffhttp://www.protocol7.com/svg-wiki/index.php/SoundStuff

RE: [svg-developers] text

2004-09-21 Thread Lincoln Mitchell
Try this: !DOCTYPE svg PUBLIC -//W3C//DTD SVG 1.0//EN http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd; svg width=300 height=200 viewBox=0 0 300 200 titleExample of set element/title circle cx=60 cy=60 r=30 style=fill: #ff9; stroke: gray; animate id=c1 attributeName=r

[svg-developers] sound

2004-09-21 Thread Helena Caldeira
I did a example of multimedia SVG file! You can look it at www.ufpel.edu.br/~lenapc/teste10.svg! But I cant listen the sound! When I view it from my HD Ilisten! But after I publish it, I can't listen. So, we must download the mp3 file, and then... Is there a specific folder that I must save this

Re: [svg-developers] sound

2004-09-21 Thread Jonathan Chetwynd
Helena, with your code example you need to upload the file 'rev3.mp3' to the same folder, or directory as your svg file have you tried http://www.kevlindev.com/tutorials/basics/index.htm this has great examples including sound best wishes ~: On 22 Sep 2004, at 05:30, Helena Caldeira wrote: