mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
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.