I am trying to cut the following file: https://github.com/LaserWeb/LaserWeb4/files/1629747/penta.zip drawn by hand in inkscape.

I am trying to cut the following file: https://github.com/LaserWeb/LaserWeb4/files/1629747/penta.zip
drawn by hand in inkscape. The long segments arent being cut:
https://user-images.githubusercontent.com/23422690/34920104-8da6821c-f96d-11e7-83b6-f2136c8f5bef.png

Most likely this is the reason. Make sure its a single path joined and not like bellow.

Hi, after having investigated Fox’s SVG, it seems that LaserWeb 4 is currently incapable of handling closed paths of 2 nodes. Fortunately, the closedness of a 2 node path doesn’t matter much, if at all, and removing the closepath command from the path in the svg (‘z’ or ‘Z’ in the ‘d=’ attribute of the ‘’ element) seems to be a usable workaround. See also https://github.com/LaserWeb/LaserWeb4/issues/446