Files
ladybird/Userland/Libraries/LibWeb/Layout/SVGFormattingContext.cpp
Aliaksandr Kalenik 90b8bfc04c LibWeb: Save layout mode inside formatting context object
FormattingContext::run() does not allow reentrancy, so it's safe to
save and access layout mode from FC object. This avoids need to drill it
through methods of a formatting context and makes it clear that this
value could never be changed after FC construction.
2024-09-11 07:59:52 +02:00

23 KiB