mirror of
https://github.com/screentinker/screentinker.git
synced 2026-06-15 10:43:36 -06:00
Models sometimes stacked text lines at the same y (unreadable) and emitted accent shapes after text, so a band could hide the words. - deoverlapTexts: push a line down only when it also overlaps horizontally (leaves side-by-side text alone), with conservative line-height clearance so real rendering doesn't re-overlap; shift the stack up if it ran past the bottom. - Order shapes before text in the output so accent bands always render behind the words. Verified: 0 text-on-text overlaps across multiple prompts (Playwright DOM check); unit test asserts overlapping lines get separated + shapes precede text. 63/63. |
||
|---|---|---|
| .. | ||
| admin-users.test.js | ||
| ai-design.test.js | ||
| branding.test.js | ||
| operator-permissions.test.js | ||
| schema-check.test.js | ||
| security-fixes.test.js | ||
| tenant-cascade-migration.test.js | ||
| user-deletion.test.js | ||
| widget-render-xss.test.js | ||