Yongzhe Xu

Results 1 issues of Yongzhe Xu

I found that there is a memory leak for function `CubicBezier.length()`. The test code is below: ``` for i in range(10000): paths, _, _ = svg2paths2(file) seg = paths[1][0] if...