ladybird/Tests/LibWeb/Text/expected/geometry
Callum Law 7182a537f3 LibWeb: Reduce inaccuracies when creating rotation matrices
When converting rotate transform functions `sin` and `cos` can sometimes
be inaccurate. To avoid these inaccuracies we:
 - Mod the angle to minimise inaccuracies in the first place.
 - Discard tiny (smaller than epsilon) values returned by `sin` and
   `cos` as inaccuracies.

This is in line with  other browsers (e.g. Gecko and WebKit).
2025-08-11 17:10:04 +01:00
..
dommatrix-create.txt LibWeb/CSS: Ensure length is absolute before converting to pixels 2024-02-21 19:38:17 +01:00
dommatrix-flip.txt LibWeb: Fix DOMMatrix fromMatrix to use complete DOMMatrixInit struct 2023-09-24 20:02:38 -06:00
dommatrix-matrix-value.txt LibWeb: Add DOMMatrix string constructor and set matrix value 2024-01-07 13:15:53 +01:00
dommatrix-rotate.txt LibWeb: Reduce inaccuracies when creating rotation matrices 2025-08-11 17:10:04 +01:00
dommatrix-scale.txt LibWeb: Add DOMMatrix scale and scale3d 2023-09-24 20:02:38 -06:00
dommatrix-skew.txt LibWeb: Fix DOMMatrix fromMatrix to use complete DOMMatrixInit struct 2023-09-24 20:02:38 -06:00
dommatrix-to-array.txt LibWeb: Add DOMMatrix toFloat32Array and toFloat64Array 2023-10-03 16:15:14 -06:00
dommatrix-translate.txt LibWeb: Fix DOMMatrix fromMatrix to use complete DOMMatrixInit struct 2023-09-24 20:02:38 -06:00
dommatrix-worker-exposed.txt IDLGenerators: Fix Exposed extended attribute codegen 2025-06-30 11:39:16 -06:00
dompoint.txt LibWeb: Validate arguments when creating DOMPoint from matrix transform 2024-02-21 19:38:17 +01:00
domquad.txt LibWeb: Use NaN safe min() and max() functions to compute DOMQuad bounds 2024-02-21 19:38:17 +01:00
domrect-create.txt LibWeb/Geometry: Make DOMRect doubles unrestricted 2024-07-01 21:30:52 +01:00
legacy-window-alias.txt LibWeb: Add support for LegacyWindowAlias IDL extended attribute 2024-01-05 18:28:48 +01:00