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
[['M', [365.34319, 430.34589]], ['L', [378.57235, 430.34589]]]
[['M', [378.57235, 440.92923]], ['M', [365.34319, 430.34589]]]
Traceback (most recent call last):
File "/home/tomate/.config/inkscape/extensions/mightyscape-1.2/extensions/fablabchemnitz/filter_by_length_area/filter_by_length_area.py", line 275, in <module>
FilterByLengthArea().run()
File "/usr/share/inkscape/extensions/inkex/base.py", line 250, in run
self.save_raw(self.effect())
^^^^^^^^^^^^^
File "/home/tomate/.config/inkscape/extensions/mightyscape-1.2/extensions/fablabchemnitz/filter_by_length_area/filter_by_length_area.py", line 134, in effect
elements.append(self.breakContours(element, None))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/tomate/.config/inkscape/extensions/mightyscape-1.2/extensions/fablabchemnitz/filter_by_length_area/filter_by_length_area.py", line 96, in breakContours
if len(subpath) > 1 and csp[0][0] != csp[0][1]: #avoids pointy paths like M "31.4794 57.6024 Z"
~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Error is thrown for following simple example file
file:
The text was updated successfully, but these errors were encountered: