piscvau

Results 7 comments of piscvau

I am not an expert but sincerely understanding the syntax of dict form the 2 lines of the project description is difficult : dict (BAR=key=val,foo=bar) #environ.Env(BAR=(dict, {})) - dict (BAR=key=val;foo=1.1;baz=True)...

Hello Plus one for the need to have a validation before creating new objects. Last proposed solution by dilyanpalauzov. works fine. Too bad it was not included in the package...

Hello I Have written extensive tests for function intersect with arc, cubicBezier and quadratic Bezier. The test file is in my forked repository www.github.com/piscvau under the name tests_path_intersect_with_horizontal.py. The results...

Hello Here is a list of all tests which fail. [failing_tests.txt](https://github.com/mathandy/svgpathtools/files/5665394/failing_tests.txt) you will find the coordinates of the curves (arc or Bezier) in the test code. for example the test...

Hi @mathandy Did the above message provide any help. Do you foresee any possible progress with the finishing of arc.intersect_method?

I would really appreciate if the owner of the repository could please comment on whether the completion of the arc intersect is envisaged in the package or not envisaged at...

Here are some more examples b4 = CubicBezier(start=(750 + 200j), control1=(564.3818884555353 + 321.53223166441614j), control2=(586.3818884555353 + 565.5322316644161j), end=(772 + 444j)), l4 = Line(start=444j, end=(1272 + 444j)) b5 = CubicBezier(start=(400 + 300j),...