Using a canvas element inside a foreignobjectelement #1404
Unanswered
madamedefarge
asked this question in
General
Replies: 1 comment
-
Hi @madamedefarge, I think a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use a canvas element inside a node? I want to be able to recreate something like this but within a glsp node;-
This is my first attempt at it;-
My problem is that I cannot work out where to do the canvas drawing calls. I can see that the render method is creating a fresh canvas every time that it's called. Is this even possible or should I use a UIExtension instead?
Beta Was this translation helpful? Give feedback.
All reactions