X Tutup
Skip to content

Fix filters on framebuffers of a different size than the canvas#8193

Merged
davepagurek merged 2 commits intodev-2.0from
fix/filter-size
Oct 23, 2025
Merged

Fix filters on framebuffers of a different size than the canvas#8193
davepagurek merged 2 commits intodev-2.0from
fix/filter-size

Conversation

@davepagurek
Copy link
Contributor

Resolves #8192

Changes:

  • Corrects usage of this.width/height and grabs it from the thing being drawn instead, since it may be different than on the renderer

Screenshots of the change:

Before:
image

After:
image

PR Checklist

Copy link
Collaborator

@perminder-17 perminder-17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! thanks for the fix.

@davepagurek davepagurek merged commit 62ff014 into dev-2.0 Oct 23, 2025
5 checks passed
@davepagurek davepagurek deleted the fix/filter-size branch October 23, 2025 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup