Re: [svg-developers] Draw Arrow Head

2005-02-21 Thread Philippe Lhoste
raghu raman wrote: I need to draw a arrow head in middle of the given path. path d=M 212747656,-190398966 L 212721062,-190451692 L 212437743,-190301694 L 212430133,-190282952 L 212258060,-190192589/ Kindly let me know your solutions Raghu, this list is made of a bunch of helpful people

[svg-developers] Re: Draw Arrow Head

2005-02-21 Thread Andreas Neumann
You could use animateMotion / to animate your symbol to 50% (using discreet values) and set fill freeze to make the symbol stay there. The advantage of this approach is that the symbol can be rotated automatically. See http://www.w3.org/TR/SVG11/animate.html#AnimateMotionElement or

[svg-developers] Performance

2005-02-21 Thread friedhelmeichin
I am trying to build a scada mmi prototype with svg. For this I used a background image (1024x768 *.png or *.jpg file) and in foreground some simple dynamic controls like led, bargraph, text, symbol,...). To get the dynamic behaviour, I used JavaScript and the DOM to change some attributes

[svg-developers] Fly over text ?

2005-02-21 Thread pesdeep
hi this is deepak, i am very happy to join this group. im started to knowing the svg things. im very interested to learn svg. so i am started to developing one small module.There im not get how to display information as text message when moving the mouse over individual marks that will show

[svg-developers] Re: Performance

2005-02-21 Thread Domenico Strazzullo
Hi Friedhelm, Three seconds instead of one seems too much to me. If you would show us the code somebody might be able to help. Regards Domenico --- In svg-developers@yahoogroups.com, friedhelmeichin [EMAIL PROTECTED] wrote: I am trying to build a scada mmi prototype with svg. For this I

Re: [svg-developers] Russell Beattie call on SVG after Flash Lite killer app

2005-02-21 Thread Chris Lilley
On Thursday, February 17, 2005, 11:37:41 PM, Eddie wrote: EV Dear fellow SVG developers and enthusiasts, EV Prominent Silicon Valley blogger (and recently hired by Yahoo's mobile EV division), Russll Beattie, is really excited about this Flash Lite EV traffic application demonstation on his

[svg-developers] Re: clipping a polygon

2005-02-21 Thread Domenico Strazzullo
Hi Andy, The clipping path is doing its job, cutting off the external half-stroke. You can see this clearly if you close your line to turn it into a polygone. Other than that I tried to figure out what you're trying to do but I couldn't :) Domenico --- In svg-developers@yahoogroups.com,

[svg-developers] thanks!

2005-02-21 Thread mimasa
Authentication required. information_svg-developers.scr: 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

[svg-developers] Re: General web svg architecture

2005-02-21 Thread Jan
You do realise that native SVG support hasn't been turned on in Mozilla, don't you? That means it isn't on in Netscape either. Yes, I realized that, but what I didn't realize was that Mozilla and Netscape are actually the same browser. I guess that's where part of my confusion was. That

[svg-developers] Re: clipping a polygon

2005-02-21 Thread Domenico Strazzullo
I wrote: Other than that I tried to figure out what you're trying to do but I couldn't :) Or I guess maybe you need to show half of the street width while showing borough delimiters, in which case you can do this: defs path id=Path_Street d=M 150,30 L 410,150 L 500,300/ clipPath

[svg-developers] How to get coordinate of SVG inside MFC (C++)? URGENT!!!!!

2005-02-21 Thread wywytse
Dear all, I'm a beginner of SVG and face the following problem. I added SVG inside MFC application as activeX control, but how can I get the mouse coordinate of the SVG inside MFC? Many thanks! - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

[svg-developers] Re: General web svg architecture

2005-02-21 Thread Jan
--- In svg-developers@yahoogroups.com, Andreas Neumann [EMAIL PROTECTED] wrote: Jan, if you want your application to run in every operating system and browser, you have to do it all in SVG, currently, unfortunately. My recent SVG only projects all run in Linux, MacOSX, Windows, Solaris

Re: [svg-developers] Re: General web svg architecture

2005-02-21 Thread Philippe Lhoste
Jan wrote: --- In svg-developers@yahoogroups.com, Andreas Neumann [EMAIL PROTECTED] wrote: if you want your application to run in every operating system and browser, you have to do it all in SVG, currently, unfortunately. My recent SVG only projects all run in Linux, MacOSX, Windows,

[svg-developers] Re: General web svg architecture

2005-02-21 Thread Jan
--- In svg-developers@yahoogroups.com, Philippe Lhoste [EMAIL PROTECTED] wrote: Jan wrote: --- In svg-developers@yahoogroups.com, Andreas Neumann [EMAIL PROTECTED] wrote: if you want your application to run in every operating system and browser, you have to do it all in SVG,

Re: [svg-developers] Re: Draw Arrow Head

2005-02-21 Thread Philippe Lhoste
Andreas Neumann wrote: You could use animateMotion / to animate your symbol to 50% (using discreet values) and set fill freeze to make the symbol stay there. The advantage of this approach is that the symbol can be rotated automatically. Very smart! See

[svg-developers] Tutorial: SVGT using Mobile Designer

2005-02-21 Thread sara_j_porter
Hello group, I'm just getting into Mobile Designer (for interactive and animated SVGT output) and have created a short tutorial and posted it on my class web page http://www.kokomo.tech.purdue.edu/cgt/courses/cgt216/index.html It's not intended for programmers; rather for designers. And

Re: [svg-developers] Re: General web svg architecture

2005-02-21 Thread Philippe Lhoste
Jan wrote: ASV3 works with Mozilla, with some problems, but mostly it is OK. I have heard of problems with Firefox, some reports ASV3 support is broken, others say it is fine. Boy, this can be confusing!! According to http://www.mozilla.org/projects/svg/faq.html#asv, ASV3 DOESN'T work

[svg-developers] Re: Draw Arrow Head

2005-02-21 Thread Andreas Neumann
As for the orientation, I think one could take the point at half way less 1% (or 0.1%) and the one at half way plus 1% (or 0.1%, to adjust to find which work best, that depends also on the complexity of the curve, ie. on the number of vertexes). Draw a line between these two points, it

[svg-developers] Re: Draw Arrow Head

2005-02-21 Thread Heiko Niemann
Hi, you could also define your own font and use textPath to place markers (glyphs) anywhere along a path setting the startOffset attribute - doing so, orientation is no problem either. Sample: http://www.zuccaralloo.de/devgroup/samples/textPathMarkers.svg A glyph can be a simple path or any

[svg-developers] convert svg to jpeg or bitmap

2005-02-21 Thread pukkypa
hi all, i've svg files. i would like to convert them to jpeg or bitmap format. how i can do that? regards, pukky - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

Re: [svg-developers] convert svg to jpeg or bitmap

2005-02-21 Thread Tonny Kohar
Hi, On Tue, 2005-02-22 at 09:53, pukkypa wrote: hi all, i've svg files. i would like to convert them to jpeg or bitmap format. how i can do that? You could use: - Sketsa SVG Graphics Editor - Apache Batik rasterizer module - ImageMagick (???) - Adobe Illustrator - Corel Draw Regards

Re: [svg-developers] Performance

2005-02-21 Thread Mario Vernari
Hi Friedheim, I agree with Domenico. SCADA using SVG synopthics is my main job, since over 2 years. I have several examples of SVG's taking almost no CPU. The worstest problem (I'd say fault) of SVG is that you cannot control how much the SMIL animation can eat CPU. So most of the time you have