adobe-photoshop / generator-assets

Generator Plug-in for Adobe Photoshop CC that helps users export image assets
MIT License
496 stars 86 forks source link

SVG export doesn't support boolean shape operators anymore #427

Open phlntn opened 7 years ago

phlntn commented 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).

src

This is what Generator exports by default:

svgomg-on

Setting "svgomg-enabled": false in the Generator config produces the correct output:

svgomg-off

I realize that merging the shapes fixes the output, but that is not an acceptable solution.