We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
最小复现 demo 如下:
const text = new Text({ style: { text: '这', fontSize: 100, }, }); text.getComputedLength(); // 0
The text was updated successfully, but these errors were encountered:
fix: update geometry before getting computed length #1651
6ab849a
fix: update geometry before getting computed length #1651 (#1652)
c6f01de
Release (#1655)
494aedc
* fix: update geometry before getting computed length #1651 (#1652) * chore: commit changeset (#1653) * chore: commit changeset * fix: set default fill & stroke to 'none' in rough.js * chore: commit changeset * chore(release): bump version (#1654) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
No branches or pull requests
最小复现 demo 如下:
The text was updated successfully, but these errors were encountered: