weisJ / jsvg

Java SVG renderer
MIT License
139 stars 9 forks source link

Add API to compute the shape of an SVGDocument #58

Closed weisJ closed 10 months ago

weisJ commented 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.

Closes #57

sonarcloud[bot] commented 10 months ago

Quality Gate Passed Quality Gate passed

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