LibWeb: Implement the SVG clip-rule attribute

This controls the fill rule used when rasterizing `<clipPath>` elements.
This commit is contained in:
MacDue 2024-05-12 20:19:43 +01:00 committed by Sam Atkins
commit 6c9069fa5d
Notes: sideshowbarker 2024-07-16 22:34:39 +09:00
13 changed files with 74 additions and 8 deletions

View file

@ -48,6 +48,7 @@ caption-side: top
clear: none
clip: auto
clip-path: none
clip-rule: nonzero
color: rgb(0, 0, 0)
column-count: auto
column-gap: auto
@ -84,7 +85,7 @@ grid-row-start: auto
grid-template-areas:
grid-template-columns:
grid-template-rows:
height: 1462px
height: 1479px
image-rendering: auto
inline-size: auto
inset-block-end: auto