What would it entail to do rich text rendering w/o html2canvas? #1057
Unanswered
dustinknopoff
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Using several text elements can be very hard. Can you just store your quill editor somewhere offscreen? Like in the invisible area of the page? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The docs showcase rich text editing by taking an image of a Quill editor every time the text changes. Unfortunately, for my use case this won't be possible (the editor will only be shown once a user double clicks on a text object on the canvas) but the docs mention having several
Konva.Text
instances as an alternative. Does anyone know, at a high level, what would this entail?Especially with line wrapping and having a
Transformer
treat it all as a single element my initial attempt didn't go very well. :(Beta Was this translation helpful? Give feedback.
All reactions