Closed Esser50K closed 3 years ago
Uploading full SVG for reference (it's a zip because apparently github doesn't support SVGs?) image-fileAsset 4.svg.zip ce
Looks like Arc.intersect(other_curve)
was sometimes returning t-values outside [0, 1] when other_curve
was a bezier segment. This is fixed now. Thanks for your help!
so I just need to install a more recent version? should I do it directly from the repo?
@Esser50K PyPI is now updated.
These two paths should not intercept but do:
I don't quite understand why this happens. Actually, I found it via the
is_contained_by
function, which returns false because they supposedly intersect. But in reality, the first path is contained by the second path.