Skip to content

gsk: Fix subpixel positioning

Matthias Clasen requested to merge fix-subpixel-positions into main

The previous code did not subtract the fractional part from the origin after determining it, and it neglected the case where we are close enough to the next integral position to just use that.

Merge request reports