Skip to content

Conversation

Nitin2332
Copy link
Contributor

@Nitin2332 Nitin2332 commented Sep 3, 2025

Resolves #8052

PR Checklist

ksen0 and others added 30 commits April 17, 2025 13:13
reorder npm run commands to make p5.js-website update the correct ver…
…dd-HughJacks

docs: add HughJacks as a contributor for code
…dd-jackeddielove

docs: add jackeddielove as a contributor for bug, and doc
"Fix typo in directionalLight reference (main branch)" - processing#7743
Fix: keyTyped() can now accept the same char consecutively
Consistent `movedX` and `movedY` behaviour across zoom levels
…dd-clairep94

docs: add clairep94 as a contributor for code, and bug
ksen0 and others added 25 commits August 21, 2025 22:37
mouse offscreen behaviors bugfix
…dd-MissTipo

docs: add MissTipo as a contributor for blog, code, and 4 more
Replaced redundant else if statement with else statement
…_yarn/sha.js-2.4.12

Bump sha.js from 2.4.11 to 2.4.12
…_yarn/cipher-base-1.0.6

Bump cipher-base from 1.0.4 to 1.0.6
…dd-kangjung

docs: add kangjung as a contributor for translation
…dd-AlzaAlzaki76

docs: add AlzaAlzaki76 as a contributor for doc
…dd-hana-cho

docs: add hana-cho as a contributor for translation
Copy link

welcome bot commented Sep 3, 2025

🎉 Thanks for opening this pull request! For guidance on contributing, check out our contributor guidelines and other resources for contributors!
🤔 Please ensure that your PR links to an issue, which has been approved for work by a maintainer; otherwise, there might already be someone working on it, or still ongoing discussion about implementation. You are welcome to join the discussion in an Issue if you're not sure!
🌸 Once your PR is merged, be sure to add yourself to the list of contributors on the readme page !

Thank You!

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.

Hi @Nitin2332 thanks so much for your work on this. Your work seems awesome, but the only problem here is that the changes which you have done does not point to 2.0 version of p5.js

For that, you just need to re-target your PR in dev-2.0 branch of p5.js.

Simply you can just close this PR and open a new one in dev-2.0 branch with the same changes. That should work and make your tests pass as well. Thanks.

@Nitin2332 Nitin2332 changed the base branch from main to dev-2.0 September 4, 2025 02:10
@Nitin2332 Nitin2332 closed this Sep 4, 2025
@Nitin2332 Nitin2332 deleted the fix/textwidth-spaces branch September 4, 2025 02:22
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.

[p5.js 2.0 Bug Report]: textWidth ignores leading and trailing spaces