Open slspencer opened 1 month ago
This is the SVG file with extra origin points in some pattern piece groups.
The cutline and seamline will not display properly if you use a dark theme.
You can download this SVG file by right-clicking on the image below and selecting 'Save Image As'.
Some bounding boxes for pattern pieces in an SVG export file are too big. These bounding boxes, or pattern piece XML groups, erroneously include the origin point which extends the pattern piece's bounding box up to the origin. These extra origin points have been in Seamly's SVG exports all along, they weren't recently introduced.
How To Reproduce the bug: Export an SVG layout from Seamly2D version 2024.10.8
What should have happened: All bounding boxes should be tight around each pattern piece's cut line.
Screenshots
Looking at the SVG file in VSCode. Here is the XML group with a single child \ element that has attribute d="M0,0":
Looking at the SVG file in Inkscape. The sleeve piece's bounding box extends up to origin point 0,0:
Looking at the SVG file in Inskcape, with [Shift][Cntrl][X] to view the XML. (Inkscape assigns id's to groups and elements. Seamly's SVG files don't have IDs) The sleeve piece's Inkscape assigned group id=g140, the origin point group id=g126 under g140. The group g140 is causing the bounding box to extend up to the origin point.