ladybird/Userland/Libraries/LibWeb/Geometry
Nico Weber 2abe62adfa LibWeb: Don't divide by 0 in DOMMatrix::invert_self()
We'd only check is_invertible() after calling inverse(), which would
do a divide-by-0 for non-invertible matrices.

Less ambitious version of #18593.
2023-05-04 15:39:34 +02:00
..
DOMMatrix.cpp
DOMMatrix.h
DOMMatrix.idl
DOMMatrixReadOnly.cpp
DOMMatrixReadOnly.h
DOMMatrixReadOnly.idl
DOMPoint.cpp
DOMPoint.h
DOMPoint.idl
DOMPointReadOnly.cpp
DOMPointReadOnly.h
DOMPointReadOnly.idl
DOMRect.cpp
DOMRect.h
DOMRect.idl
DOMRectList.cpp
DOMRectList.h
DOMRectList.idl
DOMRectReadOnly.cpp
DOMRectReadOnly.h
DOMRectReadOnly.idl