mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-05 12:35:29 -04:00
* Use signed arithmetic when reading rectangle An operation such as DirectBitsRect can fail if the origin is -ve and we're applying a screen image ratio. See for example P564B1400.pict * Fix copy/paste error in testNegativeOrigin() --------- Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>