On Sun, 01 Feb 2009 06:12:45 +1100, Philip Rhoades wrote:
Felipe,
Good idea - I'll have a look at that . .
Thanks to all for comments!
Regards,
Phil.
Felipe Sanches wrote:
now it seems it is just a matter of writing an inkscape extension...
On Sat, Jan 31, 2009 at 10:05 AM, Alvin Penner <penner@...2467...> wrote:
the equations that you need to use are given at : http://en.wikipedia.org/wiki/B%C3%A9zier_curve In order to implement these equations you'll need the control points. For example, in the file tst.svg, the four control points are : point 1 = (481.42857,378.07647) point 2 = (284.28571,378.07647) point 3 = (377.14286,632.36218 point 4 = (280,633.79076)
Except neither the x nor the y points are equally spaced, so neither will be a linear mapping of t.
--hendrik