Protect TimelineItemAspectRatioBox against Float.NaN (#1201)

* Protect `TimelineItemAspectRatioBox` against infinite values.
This commit is contained in:
Jorge Martin Espinosa 2023-08-31 12:58:37 +02:00 committed by GitHub
parent e7cf36e2f9
commit 1c4eb45a60
2 changed files with 4 additions and 1 deletions

1
changelog.d/1995.bugfix Normal file
View file

@ -0,0 +1 @@
Crash with `aspectRatio` modifier when `Float.NaN` was used as input.