1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:27:35 +00:00
serenity/Tests/LibWeb/Layout
MacDue 5df4e64eb7 LibWeb: Implement SVG preserveAspectRatio attribute
This attribute is used to define how the viewBox should be scaled.
Previously the behaviour implemented was that of "xMidYMid meet", now
all of them work (expect none :P).

With this the Discord login backend is now correctly scaled/positioned.

This also brings our SVG code a little closer to the spec! With spec
comments and all :^)

(Minor non-visible update to layout tests)
2023-04-17 07:32:31 +02:00
..
expected LibWeb: Implement SVG preserveAspectRatio attribute 2023-04-17 07:32:31 +02:00
input LibWeb: Fix multi-line flex column layouts with auto height on container 2023-04-16 21:45:15 +02:00
layout_test.sh Tests: Use layout tests placed in subdirectories 2023-04-01 21:45:29 +02:00