Fabric.js : Text with pattern render very slow in Firefox browser #9931
Unanswered
niketaOptimumnbrew
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Yes the patterns in text hit a very slow path. Can you show how your code is generating the text? how the pattern is configured? there are some options that are slower than others |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I'm using fabric.js version 5.3.0.
browser : Firefox
I'm adding pattern on text and rendering it on canvas with shadow property.
when I type text that time up to 7-8 line working prefect but above that text render very slow and also browser get's lacking.
I have debug the text case and verify that it only happen when text with pattern have shadow.
Any idea why it's happening ?
Beta Was this translation helpful? Give feedback.
All reactions