LibWeb: Apply transform origin in Element::get_client_rects()

This commit is contained in:
Bastiaan van der Plaat
2024-03-06 21:39:30 +01:00
committed by Alexander Kalenik
parent 5a20353bc4
commit 76f767c867
Notes: sideshowbarker 2024-07-18 00:41:35 +09:00
3 changed files with 8 additions and 5 deletions

View File

@@ -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">