mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 20:59:00 +00:00
LibWeb: Implement the SVG clip-rule
attribute
This controls the fill rule used when rasterizing `<clipPath>` elements.
This commit is contained in:
parent
8e00fba71d
commit
6c9069fa5d
Notes:
sideshowbarker
2024-07-16 22:34:39 +09:00
Author: https://github.com/MacDue
Commit: 6c9069fa5d
Pull-request: https://github.com/SerenityOS/serenity/pull/24300
Reviewed-by: https://github.com/AtkinsSJ ✅
13 changed files with 74 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue