Andrew Port
Andrew Port
Are you interested in making a pull request for this @ClementWalter? Otherwise, I'll likely make one myself.
@stjohn909 I actually did implement a solution for this. For now it is housed in [the preserve-order branch](https://github.com/mathandy/svgpathtools/tree/preserve-order). I want to merge this branch in. First, `svgpathtools` needs of a...
@stjohn909 that's part of what I'm looking for. If you take care of that part, I'll take care of a minimal implementation of the rest and we can get this...
@Cabalist Nope. This is not a current feature. I agree it would be nice though.
Hey @WayneKeenan, if I'm understanding correctly, this is an output problem right? The new (still experimental) `Document` module allows unmodified paths to be left alone. Any path imported to an...
I'm open to this -- `scipy` used to not be listed in the requirements for this reason. The problem is that without `scipy`, the `Arc.length()` and `CubicBezier.length()` methods take about...
Disclaimer: I haven't confirmed this yet -- and I may not get to fixing this for quite some time (I just started grad school). Why do you say this is...
Thanks @Jermmy! It sounds like this is then related to the way `scipy.integrate.quad` is being used in `svgpathtools.path` -- which as I said a bit more about above, could be...
Thanks for the interesting/fun repo!
Thanks for the PR @ohnorobo, I think it's a tempting idea, I certainly dislike the representation error and am open to solutions. That said, I think the solution should work...