ag-psd
ag-psd copied to clipboard
SVG Parsing
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)?
SVG doesn't have built-in path operations so I think it should always be "combine"