Andrew Port
Andrew Port
My guess is this comes from floating point error the gets picked up when figuring out the absolute coordinates of the points. One workaround might be to remove the z...
I'd like to add this functionality. I probably won't get to this in the near future though. Here's how to do this (in case some helpful awesome person wants to...
> On Bézier curves, can I also just do a matrix transformation of the start, end and the two control nodes? That's exactly what the above code is doing. >The...
@alphanoob1337 to make a pull request when you don't have commit permission you first need to create a fork (on your own repository), commit to that, then click the "create...
Thanks for the explanation of your thinking @alphanoob1337. There are many improvements I'd like to make to the svg2paths function and I'm not opposed to the top-down approach you describe....
@alphanoob1337 would you mind me using some of the code from your suggested fix to add support for groups? I opened a branch for this issue. If you make a...
@alphanoob1337 as soon as I've fixed the bug I'm currently working on (hopefully today, but I don't know -- I've got a lot on my plate), I'm going to play...
Just another quick note: Since we're talking about flattening attributes (so our xml tree becomes a list of paths), it will likely be necessary to check that duplicate attributes are...
@alphanoob1337 and @sbliven, I'm with you. I just pushed a partially implemented fix. The idea being to add a container for a DOM-style document. It's not fully implemented but I...
Hey @mxgrey , that sounds good! @alphanoob1337 already implemented some code to flatten groups which might be useful. Assuming you meet the following two requests, I'll merge in whatever pull-requests...