For locating a point on the path, I'm pretty sure I gave 1 as the length attribute:
http://www.w3.org/TR/SVG/paths.html#DistanceAlongAPath
which is of course bogus but it made everything else easy.
Search found 4 matches
- Wed Mar 30, 2011 12:40 pm
- Forum: SVG / XML Code
- Topic: Collision Detection on SMIL Animation Path
- Replies: 4
- Views: 4012
- Wed Mar 30, 2011 12:35 pm
- Forum: SVG / XML Code
- Topic: Collision Detection on SMIL Animation Path
- Replies: 4
- Views: 4012
Re: Collision Detection on SMIL Animation Path
When I did this (it was ages ago) I used the fact that one can get the length of a path and the co-ordinates of a point a distance down the path. A quick google search didn't show how to find the latter but if you persevere it is there somewhere.
Good luck!
Good luck!
- Wed Mar 30, 2011 12:26 pm
- Forum: SVG / XML Code
- Topic: Custom object types (CAD dimensions) in SVG
- Replies: 3
- Views: 4800
Re: Custom object types (CAD dimensions) in SVG
I'd love to know more about this as well. I'm more in the way of making widgets that can easily be parameterised in an SVG-like fashion but that aren't standard SVG shapes, nor fixed shapes as in <use xlink::href="template"/>
- Wed Mar 30, 2011 12:23 pm
- Forum: SVG / XML Code
- Topic: SVG input
- Replies: 2
- Views: 1958
Re: SVG input
Any chance of a direct link? Carto is cavernous. Thanks!