Closed weisJ closed 10 months ago
Provide a method to compute the shape of an SVGDocument. This is done by running the render pipeline with a backend that simply collects the shape of painted paths.
SVGDocument
Closes #57
The SonarCloud Quality Gate passed, but some issues were introduced.
5 New issues 0 Security Hotspots 77.6% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarCloud
Provide a method to compute the shape of an
SVGDocument
. This is done by running the render pipeline with a backend that simply collects the shape of painted paths.Closes #57