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

Add `<marker>` support #220

Closed jwmcglynn closed 2 months ago

jwmcglynn commented 2 months ago

Resolves #185

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 92.90086% with 116 lines in your changes missing coverage. Please review.

Project coverage is 91.55%. Comparing base (142ab7b) to head (111ecda). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
donner/svg/xml/AttributeParser.cc 62.19% 31 Missing :warning:
donner/svg/core/PathSpline.cc 93.28% 23 Missing and 3 partials :warning:
donner/svg/properties/PropertyRegistry.cc 93.25% 17 Missing :warning:
donner/css/Specificity.h 42.85% 8 Missing :warning:
donner/svg/core/MarkerOrient.h 74.07% 7 Missing :warning:
donner/svg/core/Overflow.h 0.00% 7 Missing :warning:
donner/svg/core/MarkerUnits.h 0.00% 5 Missing :warning:
donner/svg/SVGMarkerElement.cc 93.33% 3 Missing :warning:
donner/svg/components/paint/MarkerComponent.cc 0.00% 3 Missing :warning:
donner/svg/properties/PropertyParsing.cc 80.00% 3 Missing :warning:
... and 4 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #220 +/- ## ========================================== - Coverage 91.67% 91.55% -0.13% ========================================== Files 299 306 +7 Lines 22954 23789 +835 Branches 2384 2492 +108 ========================================== + Hits 21043 21779 +736 - Misses 1865 1956 +91 - Partials 46 54 +8 ``` | [Flag](https://app.codecov.io/gh/jwmcglynn/donner/pull/220/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/220/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jeff+McGlynn) | `91.55% <92.90%> (-0.13%)` | :arrow_down: | 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.