Skip to content

Conversation

Zyie
Copy link
Member

@Zyie Zyie commented Jul 24, 2025

Fixes: #11016

Addresses incorrect scaling of accessibility elements due to resolution.

  • Uses CanvasObserver to synchronize the DOM element with the canvas, ensuring correct positioning and sizing.
  • Removes resolution scaling from individual accessibility element updates.

Before:

image

After:

image

Copy link

pkg-pr-new bot commented Jul 24, 2025

pixi.js-basepixi.js-bunny-mark

npm i https://pkg.pr.new/pixijs/pixijs/pixi.js@11579

commit: 7e7e3de

@Zyie Zyie added the ✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t label Jul 25, 2025
@Zyie Zyie added this pull request to the merge queue Jul 25, 2025
Merged via the queue into dev with commit 26d4b41 Jul 25, 2025
7 checks passed
@Zyie Zyie deleted the fix/accessibility-scale branch July 25, 2025 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Accessibility does not resize with autoDensity: true and causes rapid flashing in Chrome
3 participants