mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-27 14:20:07 +00:00
As discussed in #32657, this can't be done here as lines can be used with a canvas scale, and this breaks them. A suggestion is to do the pixel shifting at matrix level instead. Fixes #33393. Fixes #33421.