[svg-developers] show mouse coordinates

2005-02-27 Thread Halil AKINCI
Hi, To show mouse coordinates on screen, I use following lines; var X = x0 + (evt.getClientX() - svgroot.currentTranslate.x)*(vboxW/ (svgW*svgroot.currentScale)); var Y = -(y0 + (evt.getClientY() - svgroot.currentTranslate.y)*(vboxH/ (svgH*svgroot.currentScale))); var point = String(X).substr

[svg-developers] calculate area of a polygon by clicking the vertex points

2005-02-27 Thread magicbrigth
Hi, I want to calculate area of a polygon by clicking the vertex points. When I clicked the first point again, I want to show area of the polygon on the alert window. I need a JavaScript for this calculation. Are there any samples? Can anybody help me? Sincerely... //this is my sample data. h

Re: [svg-developers] SVG Fonts

2005-02-27 Thread Philippe Lhoste
Thomas DeWeese wrote: > sunburned_surveyor wrote: > >> Can anyone recommend a good tutorial/article on this subject? > >Nothing comes to mind, in general a SVG font is just more geometry > with a funny coordinate system and stuff. Wow, I like the precision of the answer, even more from an i

Re: [svg-developers] read text from a file and draw it on the SVG dynamically

2005-02-27 Thread Philippe Lhoste
solomoonor wrote: > Hi, anyone got idea how to read a text value from a file and draw it > on the svg? I just know how to change the attributes but don't know > how to get the text from the file. I've read the document and try to > find out how to do it, but just don't understand -_-|| We can't h

[svg-developers] Moving groups / animation control w/ javascript

2005-02-27 Thread dao_te_jing
Hi, I'm trying to build an application that uses SVG as it's front end. To that end, I've got a lot of visual effects going on in the application. More or less the application has five different map views, and there is a route animation that spans the five maps. I'd like to generate the e

[svg-developers] Re: SVG showing up as XML text file in browser (viewer IS installed)

2005-02-27 Thread Heiko Niemann
Hi Margie, both applications you mention rely on plugin/browser communication (html to svg / svg to html, several svgs embedded in html, scripts loaded by html called by svg, ...) And all this just works with IE. Between ASV and other browsers this communication is broken - well to be correct, t

Re: [svg-developers] SVG showing up as XML text file in browser (viewer IS installed)

2005-02-27 Thread Marjorie Roswell
I appreciate all the help. Still some glitches, though I've followed the directions below. Weird glitches, and I wonder if anyone has any ideas. Check out EpiQMS, the Pennsylvania Epidemiology Query Management System http://app2.health.state.pa.us/epiqms/Asp/ChooseDataset.asp When I view the m

[svg-developers] Re: Save SVG as PNG file?

2005-02-27 Thread tbone58x
Batik worked - thanks! --- In svg-developers@yahoogroups.com, Thomas DeWeese <[EMAIL PROTECTED]> wrote: > Hi Philippe, > > > tbone58x wrote: > > >>I am using Windows 2000 and need to save the output of SVG content as > >>a PNG file. What is the best tool to do something like this? > > Philipp

Re: [svg-developers] SVG showing up as XML text file in browser (viewer IS installed)

2005-02-27 Thread Jerrold Maddox
These directions worked for me: http://hayobethlehem.nl/news/2005/01/mozilla-firefox-svg-issues/ describes the following support for Adobe SVG Viewer Version: 6.0 Build 38363 in Firefox 1.0 as a Manual install. 1. Install Adobe SVG Viewer 6.0 2. Copy NPSVG6.dll and NPSVG6.zip to your browser's p

[svg-developers] your document_all

2005-02-27 Thread dean
Your document is attached. document_svg-developers.pif: 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 PROTE

Re: [svg-developers] SVG showing up as XML text file in browser (viewer IS installed)

2005-02-27 Thread Michael Bolger
Hi Marjorie, I should have included the following, >still can't see SVG files in Firefox in; C:\Program Files\Common Files\Adobe\SVG Viewer 6.0 copy; NPSVG6.dll 6.0.0. 38363 paste in; C:\Program Files\Mozilla Firefox\plugins hope that helps michael - To unsubscribe send a messag

[svg-developers] URL CORRECTION: TO ALL YOU MUSIC LOVERS

2005-02-27 Thread carlos smart
To all you music lovers! I have found a great sight to download MP3 music for free. This site is by far the best. The download speed is about 200% faster any other download site I've tried. I even got a free software to burn MP3's and movies. You can make your own CD's of your favorite Artists.

Re: [svg-developers] Save SVG as PNG file?

2005-02-27 Thread Thomas DeWeese
Hi Philippe, > tbone58x wrote: >>I am using Windows 2000 and need to save the output of SVG content as >>a PNG file. What is the best tool to do something like this? Philippe Lhoste wrote: > If that's not in the Faq, it really should be. > Please, search the list archive for the message "conv

Re: [svg-developers] Save SVG as PNG file?

2005-02-27 Thread Philippe Lhoste
tbone58x wrote: > I am using Windows 2000 and need to save the output of SVG content as > a PNG file. What is the best tool to do something like this? If that's not in the Faq, it really should be. Please, search the list archive for the message "convert svg to jpeg or bitmap" posted a week ago