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. #324

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.

Hopefully this fixes #323.

byorgey commented 5 years ago

I think you mean it fixes #323 (wrong results from segmentSegment) , not #322 (wrong results from section), right?

fryguybob commented 5 years ago

Woops! Yes fixes #323. Now how to fix this...

byorgey commented 5 years ago

Probably the easiest is to just close this PR and open a new one with a corrected comment, so it doesn't close the wrong issue when we eventually merge it.

byorgey commented 5 years ago

Oh, never mind, I see you were able to just edit the comment.

fryguybob commented 5 years ago

It is still attached to the wrong issue though. I'll just close and re-request.