Fix: attempt for clipping bug - not fixed yet

This commit is contained in:
DaZuo0122
2026-02-14 17:31:55 +08:00
parent 1fa7080210
commit f2954ad22b
4 changed files with 176 additions and 10 deletions

View File

@@ -113,7 +113,8 @@ An issue touching Tauri runtime behaviors must satisfy all requirements before `
- no frontend runtime exception (including `TypeError`) is allowed
- scaling behavior remains responsive after each pack switch
8. Chroma-key quality check:
- verify no visible magenta (`#FF00FF`) fringe remains around sprite edges in normal runtime view
- verify no visible magenta background/fringe remains around sprite edges in normal runtime view,
including non-exact gradient magenta atlas backgrounds (for example `ferris`/`demogorgon`)
9. Scale anchor and bounds check:
- repeated scale changes should keep window centered without directional drift
- window must remain within current monitor bounds during scale adjustments