diagrams / diagrams-lib

Diagrams standard library
https://diagrams.github.io/
Other
138 stars 62 forks source link

Attempt to fix some issues with Bezier intersections. #325

Closed fryguybob closed 5 years ago

fryguybob commented 5 years ago

There are several issues with the code for Bezier Bezier intersections right now. This tries to fix some of them. I haven't been able to test yet due to my ghc/cabal being ... interesting.

This should fix #323 (I payed attention to the issue text this time :D).

byorgey commented 5 years ago

Do you need help testing it?

fryguybob commented 5 years ago

I was able to test against the original issue code, now I just need to validate against any tests we have that use intersections.

fryguybob commented 5 years ago

This passed the test I wrote. If someone wants to look over that to make sure I haven't done something silly, then this can be merged.