Re: [svg-developers] arc and markers

2006-07-13 Thread ddailey
Try arc.getPointAtLength .. See an example at http://srufaculty.sru.edu/david.dailey/svg/curve.svg It uses beziers instead of arcs, but it oughta be roughly the same stuff. This example only works in IE (sorry) -- I'm not sure if there is a deep reason for this or just my laziness. David

Re: [svg-developers] arc and markers

2006-07-13 Thread Erik Dahlström
On Thu, 13 Jul 2006 14:10:03 +0200, ddailey [EMAIL PROTECTED] wrote: Try arc.getPointAtLength .. See an example at http://srufaculty.sru.edu/david.dailey/svg/curve.svg It uses beziers instead of arcs, but it oughta be roughly the same stuff. This example only works in IE (sorry) -- I'm not

Re: [svg-developers] About REX, AJAX and SVG

2006-07-13 Thread G. Wade Johnson
On Wed, 12 Jul 2006 22:13:03 +0200 Jean-Claude Moissinac [EMAIL PROTECTED] wrote: Hello I've published a note about using REX, AJAX and SVG on: http://svgmpeg4.blogspot.com/2006/06/taste-of-rex-ajax-and-svg.html Here is the abstract: The purpose of this note is to present my

[svg-developers] Re: arc and markers

2006-07-13 Thread lpmlabs9
This is EXACTLY what I needed ! Thanks very much for the assistance; bonus points for the nice working example. Larry Try arc.getPointAtLength .. See an example at http://srufaculty.sru.edu/david.dailey/svg/curve.svg It uses beziers instead of arcs, but it oughta be roughly the same

Re: [svg-developers] arc and markers

2006-07-13 Thread ddailey
It's fixed now, but still not working in FF. DD - Original Message - From: Erik Dahlström [EMAIL PROTECTED] To: svg-developers@yahoogroups.com Sent: Thursday, July 13, 2006 8:23 AM Subject: Re: [svg-developers] arc and markers On Thu, 13 Jul 2006 14:10:03 +0200, ddailey [EMAIL

[svg-developers] Re: arc and markers

2006-07-13 Thread Andreas Neumann
the reason is that FF does not yet implement .getPointAtLength() - at least not in version 1.5. I am eagerly waiting for this method as well, since I use it often. Andreas --- In svg-developers@yahoogroups.com, ddailey [EMAIL PROTECTED] wrote: It's fixed now, but still not working in FF.

Re: [svg-developers] Re: Passing values/string between two svg files

2006-07-13 Thread Darryl Watson
What I do is put all my javascript into the containing HTML page, not in the SVG documents. This makes it much easier to debug! The only code you should put in your SVG document is the minimum javascipt necessary to parse your Ajaxed code. Thus: (In main document:) script

Re: [svg-developers] Re: arc and markers

2006-07-13 Thread T Rowley
On 7/13/06 9:22 AM, Andreas Neumann wrote: the reason is that FF does not yet implement .getPointAtLength() - at least not in version 1.5. Will be in Firefox 3: https://bugzilla.mozilla.org/show_bug.cgi?id=344378 -tor - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

[svg-developers] news tidbits

2006-07-13 Thread ddailey
Unlike some of you I don't exactly have my ear to the ground in terms of news about SVG, but occasionally I surface from what I'm doing long enough to do a Google search. Herewith a couple of things I thought to be interesting: http://www.prweb.com/releases/2006/6/prweb398659.htm tells us