mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
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:
parent
4cdafea363
commit
d417b75683
Notes:
github-actions[bot]
2024-07-22 07:14:16 +00:00
Author: https://github.com/tcl3
Commit: d417b75683
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/758
3 changed files with 17 additions and 3 deletions
|
@ -0,0 +1 @@
|
|||
PASS (didn't crash)
|
Loading…
Add table
Add a link
Reference in a new issue