mirror of
https://github.com/nim-lang/Nim.git
synced 2026-09-25 22:18:29 +00:00
It failed because a Natural cannot be negative but drawEllipse tried to set negative values to a Natural variable; this variable's type was changed to an Int.