Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Fix: Visual glitch in drop zone border (missing corner pixel) #2112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Denys619
Copy link
Contributor

@Denys619 Denys619 commented Mar 31, 2025

This PR fixes a visual artifact in the drop zone rendering, where the bottom-left corner appeared to have a missing pixel due to an imperfect alignment between the horizontal and vertical border lines.

Although all lines were technically rendered, the tick alignment and drawing logic caused a gap to appear at the intersection of the left and bottom lines. To resolve this, i slightly adjusted the tick spacing and line start offset to ensure better visual continuity and proper corner stitching.

related #2102

@Meakk
Copy link
Member

Meakk commented Mar 31, 2025

That looks ok to me.
Can you update the baselines?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants