ladybird/Userland
Andreas Kling b5faeb7840 LibWeb: Resolve SVG "scaled viewport size" without triggering layout
Percentage stroke widths are resolved against the scaled viewport size
which we were retrieving by calling client_width() and client_height()
on the element. Now that those accessors may trigger layout, this means
that we can't use them from the stroke_width() getter, which is itself
used *from within* layout.
2022-04-10 20:18:38 +02:00
..
Applets LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
Applications Applications: Support .obj polygons in 3DFileViewer 2022-04-10 12:08:31 +02:00
Demos LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
DevTools LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
DynamicLoader Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Games LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
Libraries LibWeb: Resolve SVG "scaled viewport size" without triggering layout 2022-04-10 20:18:38 +02:00
Services LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
Shell LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
Utilities pro: Only attempt to parse a proxy url if it is provided 2022-04-09 14:36:28 +02:00
CMakeLists.txt