mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb/CSS: Implement CSSMatrixComponent
Equivalent to the matrix() and matrix3d() transform functions. +19 WPT subtests.
This commit is contained in:
parent
2ffbb284f2
commit
a1db5e7789
Notes:
github-actions[bot]
2025-09-24 11:28:54 +00:00
Author: https://github.com/AtkinsSJ
Commit: a1db5e7789
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6227
12 changed files with 175 additions and 25 deletions
|
|
@ -126,6 +126,7 @@ set(SOURCES
|
|||
CSS/CSSMathProduct.cpp
|
||||
CSS/CSSMathSum.cpp
|
||||
CSS/CSSMathValue.cpp
|
||||
CSS/CSSMatrixComponent.cpp
|
||||
CSS/CSSMediaRule.cpp
|
||||
CSS/CSSNamespaceRule.cpp
|
||||
CSS/CSSNestedDeclarations.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue