Re: [css-houdini-drafts] `[css-paint-api]` Any way to pass JS Object/Var to the paint class or Set property as return value? (#881)

Can you explain what your use-case is?

In general, the idea of the Paint API is that it creates a static image efficiently, and independently of any other code on the webpage.  If you need to get information back out of your drawing code, it might be better to do the drawing with a regular canvas.

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/881#issuecomment-488733055 using your GitHub account

Received on Thursday, 2 May 2019 16:06:39 UTC