Re: [css-houdini-drafts] [css-paint-api] Cycle possible using inputProperties() (#877)

@stephenmcgruer I still think you're drawing a too broad trait. A paint() should be able to use another paint() as an input, the only think it should not be able to take as an input is itself. If you have `blur` painter, and a `conic gradient` painter, you should be able to use the blur painter on top of the conic gradient painter.

Maybe something like that instead?
> if any of the <image> values in the styleMap that would be passed to paint() is currently being painted in a worklet, then log an error to the console and put an invalid image in the stylemap in its place.


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

Received on Monday, 29 April 2019 15:04:10 UTC