Hello there,

is there any possibility to get a list of interpolation points of an
arbitrary SVG Path element?

My task is to move some element along an SVG Path element and therefore
I want to redraw it again and again at the corresponding positions of
the path. Therefore I need the x and y coordinates of the path according
to some input parameter, which could be the percentage of the path
length. E.g. something like

Point getCoords(float percentage);

All methods or classes I found return only --for example-- an array of
the _commands_ rather than actual positions, e.g. the PathArrayProducer.
I hope I can avoid to write my own PathHandler, that interpretes the
path commands.

Best regards,
Hauke

begin:vcard
fn:Hauke Fuhrmann
n:Fuhrmann;Hauke
org:Christian-Albrechts-University of Kiel;Dept. of Computer Science / Real-Time and Embedded Systems
adr:;;Olshausenstr. 40;Kiel;;24098;Germany
email;internet:[EMAIL PROTECTED]
title:Dipl.-Inf.
tel;work:+49 431 880 7297
tel;fax:+49 431 880 7615
x-mozilla-html:FALSE
url:http://www.informatik.uni-kiel.de/rtsys/contact/haf/
version:2.1
end:vcard


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to