mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-09 09:41:02 +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). |
||
|---|---|---|
| .. | ||
| calc-min-with-percentage.txt | ||
| comparison-functions.txt | ||
| exponential-functions.txt | ||
| numeric-constants.txt | ||
| rect-non-token-contents-crash.txt | ||
| sign-related-functions.txt | ||
| stepped-value-functions.txt | ||
| trigonometric-functions.txt | ||