mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 23:07:34 +00:00
LibWeb: Apply transform origin in Element::get_client_rects()
This commit is contained in:
parent
5a20353bc4
commit
76f767c867
3 changed files with 8 additions and 5 deletions
|
@ -13,7 +13,7 @@
|
|||
width: 100px;
|
||||
height: 100px;
|
||||
opacity: 0.1;
|
||||
transform: translate(10px, 10px);
|
||||
transform: translate(10px, 10px) scale(2);
|
||||
}
|
||||
</style>
|
||||
<div class="transform-1">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue