mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-17 21:49:42 +00:00
LibWeb: Clamp computed value for font-style oblique angle
Values outside [-90deg,90deg] are invalid and should be clamped
This commit is contained in:
parent
dc41d045d8
commit
e17d91780d
Notes:
github-actions[bot]
2025-09-19 09:07:38 +00:00
Author: https://github.com/Calme1709
Commit: e17d91780d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6072
Reviewed-by: https://github.com/AtkinsSJ ✅
5 changed files with 13 additions and 8 deletions
|
@ -551,6 +551,7 @@ private:
|
|||
DescriptorID descriptor;
|
||||
};
|
||||
enum SpecialContext : u8 {
|
||||
FontStyleObliqueAngle,
|
||||
ShadowBlurRadius,
|
||||
TranslateZArgument
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue