[svg-developers] parse svg file?

2004-12-29 Thread Vidya Setlur
Hi, I am trying to parse an svg file, so that I can store vecotr attributes separately for each object in my program. Is there any available software which does that? Thanks, Vidya Yahoo! Groups Sponsor ~-- $4.98 domain names from Yahoo!.

[svg-developers] Re: test for mouse position within shape?

2004-12-29 Thread orchidsonline
Thanks, Philippe. http://www.kevlindev.com/geometry/2D/polygon-in-out.svg depends on Java; I want to do the svg widgets project I'm working on with just javascript, svg and xml (maybe php5 if I need massive amounts of data storage). I did a search on PointInPolygon and found a C function

Re: [svg-developers] test for mouse position within shape?

2004-12-29 Thread Jeff Rafter
Is there a way to test to see if a mouse position is within a shape? If one uses getBBox() on a triangle, for example, the results are not very useful if one wants to know if the mouse is really within the triangle. Another approach would be to track that information using events. For

[svg-developers] (unknown)

2004-12-29 Thread rajat talwar
hi could anyone tell me how to write a flood fill function in svg. the arg to function are obviously the point where the user clicks. __ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search.

[svg-developers] trying to animate scale(x_ratio) ('3D'-rotation around x=0,'z'=0)

2004-12-29 Thread steltenpower
Cause you can write 2005 as something symmetrical i want to 'rotate' it: http://svgopen.steltenpower.com/2005.svg But it doesn't move at all :-( What am i overlooking? Just in case you don't even see the static thing, i'll try some ASCII-art: --- --- --- --- | | | | | | --- | | | |

[svg-developers] Re: trying to animate scale(x_ratio) ('3D'-rotation around x=0,'z'=0)

2004-12-29 Thread Heiko Niemann
Hi Ruud, if you use keyTimes and keySplines together you need to define a set of bezier control points for each interval. - if you have keyTimes=0;.6;1 that's two intervals so keySplines would be e.g. keySplines= .7,.1,.2,.9 ; .5,.7,.3,.3 - if you don't use keyTimes you can use just one

[svg-developers] Re: trying to animate scale(x_ratio) ('3D'-rotation around x=0,'z'=0)

2004-12-29 Thread steltenpower
So all i missed was the semi-colon in between couples of controlpoints in keySplines= ; thanks Heiko --- In svg-developers@yahoogroups.com, Heiko Niemann [EMAIL PROTECTED] wrote: Hi Ruud, if you use keyTimes and keySplines together you need to define a set of bezier control

Re: [svg-developers] SVG Cafe (http://www.svg-cafe.com) is back !

2004-12-29 Thread Philippe Lhoste
Alexander Adam wrote: Finally after a week of work I got the SVG-Café Community up and running again after the hacking-attacks a few weeks ago. Hope to see you all there soon again :) thanks! Alex http://www.svg-cafe.com Great, nice to see it come back! Hey, did you see? I sent 3

[svg-developers] How to handle the action inside SVG document in C++ code?

2004-12-29 Thread joykayan
Dear all, I'm a beginner of SVG. Would you all please solving the following problem for me? I've already added SVG Document inside C++ Dialog as active X control. But I don't know how I can handle the action inside the SVG Document by using C++ code? thx a lot, Joyce