Closed jwmcglynn closed 4 months ago
Attention: Patch coverage is 77.21519%
with 18 lines
in your changes missing coverage. Please review.
Project coverage is 89.13%. Comparing base (
3c12464
) to head (49a4bc3
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This pull request introduces support for the
clip-rule
property in thePropertyRegistry
class, enhancing the SVG properties handling capabilities of the project.clip-rule
property inPropertyRegistry.cc
. This includes the implementation of theParseClipRule
function to correctly parse theclip-rule
values and update the property registry accordingly.clip-rule
property inPropertyRegistry.h
with appropriate cascading behavior set toInherit
. This ensures that theclip-rule
property can be inherited as per SVG specifications.clip-rule
property, allowing it to be recognized and parsed within the SVG context.For more details, open the Copilot Workspace session.