mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibWeb: Apply transform origin in Element::get_client_rects()
This commit is contained in:
committed by
Alexander Kalenik
parent
5a20353bc4
commit
76f767c867
Notes:
sideshowbarker
2024-07-18 00:41:35 +09:00
Author: https://github.com/bplaat Commit: https://github.com/SerenityOS/serenity/commit/76f767c867 Pull-request: https://github.com/SerenityOS/serenity/pull/23497 Issue: https://github.com/SerenityOS/serenity/issues/23003
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user