You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for the points:
st = (335.43211 + 69.71516199999999j)
end = (335.27971 + 69.86756199999999j)
ctrl = (335.33051+ 69.816762j)
segment= svgpathtools.QuadraticBezier(st, ctrl, end)
len = segment.length() # len is 'inf' !!!
Note that for the points:
st = (335.43211 + 69.715162j)
end = (335.27971 + 69.867562j)
ctrl = (335.33051 + 69.816762j)
the length of the segment is ok : 0.21552614690565985
[python-3.10]
Sincerely,
XM
The text was updated successfully, but these errors were encountered:
for the points:
st = (335.43211 + 69.71516199999999j)
end = (335.27971 + 69.86756199999999j)
ctrl = (335.33051+ 69.816762j)
segment= svgpathtools.QuadraticBezier(st, ctrl, end)
len = segment.length() # len is 'inf' !!!
Note that for the points:
st = (335.43211 + 69.715162j)
end = (335.27971 + 69.867562j)
ctrl = (335.33051 + 69.816762j)
the length of the segment is ok : 0.21552614690565985
[python-3.10]
Sincerely,
XM
The text was updated successfully, but these errors were encountered: