mathandy / svgpathtools

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

Line method intersect does not return the intersection point between a vertical line and a horizontal line #122

Closed piscvau closed 4 years ago

piscvau commented 4 years ago

It appears that the line.intersect method does not detect the intersection between an horizontal line and a vertical line if the intersection is at the end of the line.

mathandy commented 4 years ago

Hi @piscvau can you give a reproducible example please? (i.e. some code I can paste into the terminal) Also, just to say it, thanks for your all your help with the library!

I'm closing this but please re-open it when/if you add an example.