mirror of
https://github.com/RGBCube/serenity
synced 2025-10-29 02:32:07 +00:00
This fixes a plethora of rounding problems on many websites. In the future, we may want to replace this with fixed-point arithmetic (bug #18566) for performance (and consistency with other engines), but in the meantime this makes the web look a bit better. :^) There's a lot more things that could be converted to doubles, which would reduce the amount of casting necessary in this patch. We can do that incrementally, however.
5 lines
404 B
Text
5 lines
404 B
Text
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|
BlockContainer <html> at (0,0) content-size 800x800 [BFC] children: not-inline
|
|
BlockContainer <body> at (8,8) content-size 784x784 children: not-inline
|
|
SVGSVGBox <svg> at (8,8) content-size 784x784 [SVG] children: not-inline
|
|
SVGGeometryBox <rect> at (7.999992,7.999992) content-size 784x784 children: not-inline
|