LibWeb/SVG: Ensure SVG transform has an inverse before using it

This avoids a crash that occurred when calling `getBBox()` on an SVG
element that had a transform with no inverse.

Found by Domato.
This commit is contained in:
Tim Ledbetter 2024-07-21 23:29:06 +01:00 committed by Andreas Kling
commit d417b75683
Notes: github-actions[bot] 2024-07-22 07:14:16 +00:00
3 changed files with 17 additions and 3 deletions

View file

@ -0,0 +1 @@
PASS (didn't crash)