Add 0.5px overlap to background rects for sub-pixel gap elimination

Background rects now extend 0.5px in both width and height to create
a slight overlap, eliminating visible sub-pixel gaps when viewing
SVG screenshots at high zoom levels.
This commit is contained in:
GitHub Copilot
2026-01-24 19:59:37 +00:00
parent 1f5e5c2c31
commit 3701a3df31
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual-webterm"
version = "0.3.12"
version = "0.3.13"
description = "Serve terminal sessions over the web"
authors = ["Will McGugan <will@textualize.io>"]
license = "MIT"