Anuken/Arc

incorrect operation of the fillRect method in Pixmap

Zelaux opened this issue · 0 comments

image
The method uses the size parameters and compares them with the coordinate parameters. A must compare the coordinate parameters with its size. Because of this, when you try to fill an area with a size of 2x2 at 3x3 coordinates, for example, nothing will happen