Skip to content

fix(canvas): add clipping for each cell to avoid overflow#76

Merged
orhun merged 1 commit intomainfrom
fix/clip_canvas
Apr 8, 2025
Merged

fix(canvas): add clipping for each cell to avoid overflow#76
orhun merged 1 commit intomainfrom
fix/clip_canvas

Conversation

@orhun
Copy link
Copy Markdown
Member

@orhun orhun commented Apr 8, 2025

Previously the drawn characters in the cells used to overflow the available cell area and causing visual glitches due to the leftover areas are not being redrawn.

This commit introduces clipping for each cell and makes sure the text does not overflows from the cell. This might lead to visually disconnecting blocks in some cases but overall improves the rendering.

Fixes #28

Previously the drawn characters in the cells used to overflow the
available cell area and causing visual glitches due to the leftover
areas are not being redrawn.

This commit introduces clipping for each cell and makes sure the text
does not overflows from the cell. This might lead to visually
disconnecting blocks in some cases but overall improves the rendering.

Fixes #28
@orhun orhun merged commit ef74395 into main Apr 8, 2025
7 checks passed
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.

Canvas rendering bug

1 participant