Fix: background splitting bug
This commit is contained in:
@@ -114,6 +114,13 @@ An issue touching Tauri runtime behaviors must satisfy all requirements before `
|
||||
- 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
|
||||
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
|
||||
- no runtime error is allowed from monitor lookup during scale operations (e.g. `currentMonitor`
|
||||
API mismatch)
|
||||
- verify window resize uses consistent coordinate units (no accumulated drift over 20 scale changes)
|
||||
- no runtime command/type error from position updates (e.g. `set_position` expects integer coords)
|
||||
|
||||
## Settings Window Checklist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user