
bulia byak wrote:
On 5/14/05, aaron@...749... <aaron@...749...> wrote:
So I think I will do just as you suggest. I still wouldn't mind having a good bezier arc length function sitting around for use in future projects. So if anyone would be willing to take a look at my Simpson approximation code and tell me what is wrong, I would much appreciate it.
Yes, especially remembering that sometime someone will convert your Python into C++ for the proper internal implementation. It's wonderful to have the extensions thing as a quick testbed for ideas that can be used even by those who don't know Inkscape code.
Oooh, scary. They'll have a little optimization to do, I think. And I couldn't agree more on the importance of the extension mechanism in this reguard. Its usefulness is compounded by the design that lets it be completely language agnostic. Much power. Huge Audience.
Oh, and did you try the interpolation extension with paths of multiple subpaths?
Yes, so long as the number of nodes is the same, works fine.
Please download the latest version. It should no longer have this limitation. Thanks for your help.
Aaron Spike