MacDue
1012947a30
LibWeb: Use .to_px_or_zero() in tentative_height_for_replaced_element()
...
If just .to_px() is used the height can end up as the float `inf` or
`nan`. This caused an OOM when loading Polygon as this `inf` would
become a `nan` and propagate to the SVG painting, which then attempts
to draw a path with nan control points, which would make the
Gfx::Painter infinitely split the path till it OOM'd.
2023-05-12 05:37:44 +02:00
..
2023-03-27 23:28:07 +02:00
2023-04-20 20:43:30 +02:00
2023-04-20 20:43:30 +02:00
2023-05-08 15:56:00 +02:00
2023-05-07 06:31:53 +02:00
2023-04-20 20:43:30 +02:00
2023-04-20 20:43:30 +02:00
2023-05-10 18:46:04 +02:00
2023-05-10 13:03:05 +02:00
2023-05-12 05:37:44 +02:00
2023-05-03 13:14:36 +02:00
2023-04-20 20:43:30 +02:00
2023-05-11 18:37:06 +02:00
2023-05-10 05:52:47 +02:00
2023-05-09 09:48:49 +02:00
2023-05-09 09:48:49 +02:00
2023-05-06 18:41:34 +02:00
2023-05-06 18:41:34 +02:00
2023-04-20 20:43:30 +02:00
2023-05-06 21:14:38 +02:00
2023-05-02 11:47:13 +02:00
2023-04-20 20:43:30 +02:00
2023-03-29 18:38:29 +02:00
2023-04-28 09:42:28 +02:00
2023-04-27 18:28:43 +02:00
2023-05-04 16:50:01 +02:00
2023-04-20 20:43:30 +02:00
2023-04-12 07:40:22 +02:00
2023-04-19 07:52:26 +02:00
2023-04-19 07:52:26 +02:00
2023-05-06 18:41:34 +02:00
2023-05-06 18:41:34 +02:00
2023-04-29 06:46:45 +02:00
2023-05-08 09:29:44 +02:00
2023-04-07 16:02:22 +02:00
2023-04-07 16:02:22 +02:00
2023-04-25 09:33:35 +02:00