mirror of
https://github.com/RGBCube/serenity
synced 2025-07-08 17:37:35 +00:00
LibWeb: Make use of transform-box when calculating transforms
We don't currently calculate the fill- or stroke-boxes of SVG elements, so for now we use the content- and border-boxes respectively, as those are the closest equivalents. The test will need updating when we do support them. Also, the test is a screenshot because of rendering differences when applying transforms: a 20px box does not get painted the same as a 10px box scaled up 2x. Otherwise that would be the more ideal form of test.
This commit is contained in:
parent
391cfdc085
commit
e025bcc4f9
4 changed files with 117 additions and 2 deletions
15
Tests/LibWeb/Ref/reference/css-transform-box-ref.html
Normal file
15
Tests/LibWeb/Ref/reference/css-transform-box-ref.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
}
|
||||
body {
|
||||
background-color: white;
|
||||
}
|
||||
</style>
|
||||
<!-- To rebase:
|
||||
1. Open css-backgrounds.html in Ladybird
|
||||
2. Resize the window just above the width of the largest element
|
||||
3. Right click > "Take Full Screenshot"
|
||||
4. Update the image below:
|
||||
-->
|
||||
<img src="./images/css-transform-box-ref.png">
|
Loading…
Add table
Add a link
Reference in a new issue