Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LibWeb: Implement the SVG clip-rule attribute #24300

Merged
merged 3 commits into from May 14, 2024

Conversation

MacDue
Copy link
Member

@MacDue MacDue commented May 12, 2024

This controls the fill rule used when rasterizing <clipPath> elements.

@MacDue MacDue requested a review from AtkinsSJ as a code owner May 12, 2024 19:22
@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label May 12, 2024
The DOM node is a graphics element (not a geometry element) as this
paintable was generalized (to handle things like text).

No behaviour change.
This controls the fill rule used when rasterizing `<clipPath>` elements.
@AtkinsSJ AtkinsSJ merged commit 99579f1 into SerenityOS:master May 14, 2024
13 checks passed
@MacDue MacDue deleted the clip-rule branch May 14, 2024 22:04
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants