mathandy / svgpathtools

A collection of tools for manipulating and analyzing SVG Path objects and Bezier curves.
MIT License
558 stars 142 forks source link

Fix Line.intersect(Line) (bug #41) #42

Closed SebKuzminsky closed 6 years ago

SebKuzminsky commented 6 years ago

This PR adds a test that demonstrates #41, then fixes it.

SebKuzminsky commented 6 years ago

Oops, I just ran in to a bug that I introduced in my original attempt at a fix. It's explained and fixed in the commits I just added to this PR.