mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
LibWeb: Add the clip-path
property and resolve it for SVG elements
This commit is contained in:
parent
3160733c1a
commit
03f957dc79
Notes:
sideshowbarker
2024-07-16 23:23:26 +09:00
Author: https://github.com/MacDue
Commit: 03f957dc79
Pull-request: https://github.com/SerenityOS/serenity/pull/23736
Issue: https://github.com/SerenityOS/serenity/issues/19648
Issue: https://github.com/SerenityOS/serenity/issues/23006
Reviewed-by: https://github.com/nico
6 changed files with 51 additions and 3 deletions
|
@ -47,6 +47,7 @@ box-sizing: content-box
|
|||
caption-side: top
|
||||
clear: none
|
||||
clip: auto
|
||||
clip-path: none
|
||||
color: rgb(0, 0, 0)
|
||||
column-count: auto
|
||||
column-gap: auto
|
||||
|
@ -83,7 +84,7 @@ grid-row-start: auto
|
|||
grid-template-areas:
|
||||
grid-template-columns:
|
||||
grid-template-rows:
|
||||
height: 1445px
|
||||
height: 1462px
|
||||
image-rendering: auto
|
||||
inline-size: auto
|
||||
inset-block-end: auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue