Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: ICanvasRenderingContext2D extending letterSpacing #10337

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

bigtimebuddy
Copy link
Member

Fixes #9765

By excluding letterSpacing from CanvasTextDrawingStyles, this will now cleanly inherit.

@bigtimebuddy bigtimebuddy requested a review from Zyie March 17, 2024 23:06
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit f65c027:

Sandbox Source
pixi.js-sandbox Configuration

@bigtimebuddy
Copy link
Member Author

I'm also unsure if we should just define @types/web version as a dependency?

@Zyie Zyie added the v8 label Mar 19, 2024
@bigtimebuddy bigtimebuddy 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 Mar 19, 2024
@Zyie Zyie added this pull request to the merge queue Mar 21, 2024
Merged via the queue into dev with commit 9c912db Mar 21, 2024
4 checks passed
@Zyie Zyie deleted the fix/letter-spacing-type branch March 21, 2024 13:14
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 v8
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Interface 'ICanvasRenderingContext2D' incorrectly extends interface 'CanvasTextDrawingStyles'
2 participants