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
..
2022-04-06 11:38:11 +02:00
2022-04-03 15:18:20 +01:00
2022-04-01 21:24:45 +01:00
2022-04-10 12:40:07 +02:00
2022-04-10 12:10:59 +02:00
2022-04-10 19:59:14 +02:00
2022-04-02 13:13:37 +03:00
2022-04-10 20:16:09 +02:00
2022-04-10 12:10:59 +02:00
2022-04-01 21:24:45 +01:00
2022-04-09 18:27:24 +02:00
2022-04-08 20:58:42 +02:00
2022-04-02 23:52:25 +01:00
2022-04-02 13:13:37 +03:00
2022-04-10 20:18:38 +02:00
2022-04-09 18:27:24 +02:00
2022-04-10 01:37:45 +02:00
2022-04-04 12:48:31 +02:00
2022-04-01 21:24:45 +01:00
2022-04-05 22:33:44 +02:00
2022-04-01 21:24:45 +01:00
2022-04-09 12:21:43 +02:00
2022-04-01 21:24:45 +01:00
2022-04-07 21:20:14 +02:00
2022-03-28 22:25:25 +02:00
2022-04-09 23:48:18 +02:00
2022-04-09 23:48:18 +02:00
2022-04-07 21:20:14 +02:00
2022-04-01 21:24:45 +01:00
2022-04-09 23:48:18 +02:00
2022-04-09 12:21:43 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00