ag-psd icon indicating copy to clipboard operation
ag-psd copied to clipboard

SVG Parsing

Open starzhy opened this issue 2 months ago • 1 comments

Hello when parsing an SVG, I encountered a problem — how should I calculate the svgPath based on different values of operation? What are the point calculation rules corresponding to these four values (combine, subtract, intersect, exclude)?

Image

starzhy avatar Oct 14 '25 06:10 starzhy

SVG doesn't have built-in path operations so I think it should always be "combine"

Agamnentzar avatar Oct 14 '25 18:10 Agamnentzar