mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 08:00:45 +00:00
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). |
||
---|---|---|
.. | ||
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 |