SerenityOS build: Sunday, March 10
Images 💾⌗
- serenity-x86_64-20240310-842caf5.img.gz (Raw image, 218.62 MiB)
Last commit ⭐⌗
commit 842caf5e8cfafdb8556bef0439547cb94553276c
Author: Timothy Flynn <trflynn89@pm.me>
AuthorDate: Sat Mar 9 15:37:24 2024 -0500
Commit: Alexander Kalenik <kalenik.aliaksandr@gmail.com>
CommitDate: Sun Mar 10 00:39:49 2024 +0100
LibWeb: Do not shrink the CPU painter's corner clipping vector
If the provided ID is smaller than the corner clipping vector, we would
shrink the vector to match. This causes a crash when we have nested
PaintContext instances (as these IDs are allocated by PaintContext),
each of which perform radius painting.
This is seen on https://www.strava.com/login when it loads a reCAPTCHA.
The outer div has a border radius, which contains the reCAPTCHA in an
iframe. That iframe contains an SVG which also has a border radius.
Other builds