I've tried to make this picture: The square and the line have the same width, default one pixel. The square was drawn the right way, but the line is too wide: Is the line width not the same as by the square? Why?
UPD:
The
Code: Select all
love.graphics.setLineWidth(1)
love.graphics.rectangle (mode, x, y, width, heigh)
love.graphics.setLineWidth(0.5)
love.graphics.line( x1, y1, x2, y2)
makes the line too wide too, small color changing near the line: