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
dommatrix-flip.txt
dommatrix-matrix-value.txt
dommatrix-rotate.txt
dommatrix-scale.txt
dommatrix-skew.txt
dommatrix-to-array.txt
dommatrix-translate.txt
dommatrix-worker-exposed.txt
dompoint.txt
domquad.txt
domrect-create.txt
legacy-window-alias.txt