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

Improve text measuring performance in Edge #88

Closed
HackbrettXXX opened this issue Jun 5, 2019 · 0 comments
Closed

Improve text measuring performance in Edge #88

HackbrettXXX opened this issue Jun 5, 2019 · 0 comments
Assignees

Comments

@HackbrettXXX
Copy link
Member

The svg text measuring is slow in Edge, because inserting the svg element into the DOM causes a complete style recalculation of the whole document:
image

We can probably reuse the svg element for multiple text measures.

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

No branches or pull requests

1 participant