You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: clear canvas before filling to support transparent backgrounds
When using a transparent background color, fillRect composites rather than
replaces pixels. Add clearRect before fillRect in renderLine, clear, and
renderScrollbar to properly erase previous content before applying the
background color. This fixes content piling up when using transparent
backgrounds and ensures selection highlighting clears properly.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
0 commit comments