mbrlabs / Lorien

Infinite canvas drawing/whiteboarding app for Windows, Linux and macOS. Made with Godot.
MIT License
5.55k stars 241 forks source link

Fix unclean rectangles #300

Closed Zacrain closed 2 months ago

Zacrain commented 2 months ago

Feature/enhancement description:

The rectangles are unclean. What I mean by this: a line in the upper left corner always appears to be a bit too long. This becomes more apparent on greater line thicknesses and/or when zooming out.

Here is a screenshot to illustrate what I mean: image

The upper left corner seems to be the only one which is affected by this. I imagine this has to do with how this is drawn under the hood.

Improving this would lead to clean and visually perfect rectangles. (And won't trigger OCDs 😁 )

Zacrain commented 2 months ago

Forgot to mention that this affects v0.6.0. The current main branch doesn't seem to have that problem.

mbrlabs commented 2 months ago

Yeah i don't see it either on the main branch (which the next version will be based upon). Closing this then.