mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 19:37:35 +00:00
LibWeb: Implement matrix3d transform function from css-transforms-2
This commit is contained in:
parent
0fdd924db2
commit
dbe12662b8
3 changed files with 13 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
"matrix": {
|
||||
"parameters": "<number>{6}"
|
||||
},
|
||||
"matrix3d": {
|
||||
"parameters": "<number>{16}"
|
||||
},
|
||||
"translate": {
|
||||
"parameters": "<length-percentage>{1,2}"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue