chkn
1
Graphics::fillAll uses the int-version off fillRect, which has a different behaviour on Mac/Windows when used in a scaled context.
The different behaviour is already confirmed, but was not fixed, because of compatibility reasons?! → see this thread:
This could be fixed either through using the float version of fillRect, or fixing fillRect itself.
1 Like