Slobodan Jovanovic
Slobodan Jovanovic
Sometimes computing reflection over the endpoint for first control point is not flexible enough and having a SVG equivalent of `M C C C ...` spines would enable this handy...
Looks like `parsl_spine_list.closed` is ignored when triangulating curves. It would be nice to have that too.
When parsing horizontal line and there's offset set (case when `xoffset != yoffset`) results in weird output because `yoffset` is added to the `x` coordinate instead of `xoffset`. https://github.com/Pomax/js-svg-path/blob/b6c0e5c566fd3853348f912f85e688838300593d/svg-parser.js#L66
I love the simplicity of this library. The only flaw in my opinion is the backend being too tightly integrated. My suggestion is using a backend abstraction which is in...