mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Parse the transform-origin
z-value
This commit is contained in:
parent
a8d5758777
commit
68d3ddb1a7
Notes:
github-actions[bot]
2025-06-15 14:02:53 +00:00
Author: https://github.com/tcl3
Commit: 68d3ddb1a7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5085
10 changed files with 88 additions and 77 deletions
|
@ -354,6 +354,7 @@ struct WhiteSpaceTrimData {
|
|||
struct TransformOrigin {
|
||||
CSS::LengthPercentage x { Percentage(50) };
|
||||
CSS::LengthPercentage y { Percentage(50) };
|
||||
CSS::LengthPercentage z { Percentage(0) };
|
||||
};
|
||||
|
||||
struct ShadowData {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue