Open phlntn opened 7 years ago
This seems to be a regression in the new SVGOMG export module.
Here's the source file. Each shape is made out of two rectangles with varying boolean modes (add, subtract, exclude, intersect).
This is what Generator exports by default:
Setting "svgomg-enabled": false in the Generator config produces the correct output:
"svgomg-enabled": false
I realize that merging the shapes fixes the output, but that is not an acceptable solution.
This seems to be a regression in the new SVGOMG export module.
Here's the source file. Each shape is made out of two rectangles with varying boolean modes (add, subtract, exclude, intersect).
This is what Generator exports by default:
Setting
"svgomg-enabled": false
in the Generator config produces the correct output:I realize that merging the shapes fixes the output, but that is not an acceptable solution.