jwmcglynn / donner

Donner SVG, a modern C++20 SVG rendering library supporting the latest SVG2 and CSS3 standards
https://jwmcglynn.github.io/donner/
ISC License
13 stars 1 forks source link

`<pattern>` viewbox and href support #169

Closed jwmcglynn closed 5 months ago

jwmcglynn commented 5 months ago

Resolves #4

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 95.96774% with 5 lines in your changes missing coverage. Please review.

Project coverage is 89.09%. Comparing base (83e21c8) to head (6c6b557).

Files Patch % Lines
donner/svg/components/RenderingContext.cc 20.00% 3 Missing and 1 partial :warning:
donner/svg/components/paint/PaintSystem.cc 85.71% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #169 +/- ## ========================================== + Coverage 88.89% 89.09% +0.19% ========================================== Files 249 249 Lines 20034 20053 +19 Branches 2069 2074 +5 ========================================== + Hits 17810 17866 +56 + Misses 1663 1588 -75 - Partials 561 599 +38 ``` | [Flag](https://app.codecov.io/gh/jwmcglynn/donner/pull/169/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jeff+McGlynn) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/jwmcglynn/donner/pull/169/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jeff+McGlynn) | `89.08% <95.96%> (+0.19%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jeff+McGlynn#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.