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

Test text takes correct width #50

Open
sandstone991 opened this issue Jul 9, 2023 · 0 comments
Open

Test text takes correct width #50

sandstone991 opened this issue Jul 9, 2023 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@sandstone991
Copy link
Member

jest-canvas-mock returns the number of characters instead of the actual computed length (please refer here).
We use measureText here to determine the text width

const width = ctx.measureText(lines[largestLineIndex]).width;

we need to mock this method here

//todo mock text measuring function because right now the mock just returns the length of the text

@sandstone991 sandstone991 added good first issue Good for newcomers help wanted Extra attention is needed labels Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant