1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 01:27:41 +00:00
serenity/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 LibWeb: Don't divide by 0 in DOMMatrix::invert_self() 2023-05-04 15:39:34 +02:00
DOMMatrix.h
DOMMatrix.idl LibWeb: Add initial implementation of DOMMatrix(ReadOnly) 2023-02-27 20:55:09 +01:00
DOMMatrixReadOnly.cpp
DOMMatrixReadOnly.h
DOMMatrixReadOnly.idl LibWeb: Remove FIXME for existing [Default] object toJSON()functions 2023-03-23 21:00:43 +00:00
DOMPoint.cpp
DOMPoint.h
DOMPoint.idl
DOMPointReadOnly.cpp
DOMPointReadOnly.h
DOMPointReadOnly.idl LibWeb: Remove FIXME for existing [Default] object toJSON()functions 2023-03-23 21:00:43 +00:00
DOMRect.cpp
DOMRect.h
DOMRect.idl
DOMRectList.cpp
DOMRectList.h
DOMRectList.idl
DOMRectReadOnly.cpp
DOMRectReadOnly.h
DOMRectReadOnly.idl