Skip to content

Blend nodes might have NULL top/bottom nodes

Emmanuele Bassi requested to merge ebassi/for-master into master

We have code in place to handle a NULL node in the state when dealing with blend nodes, but we don't always check for NULL, which leads to warnings in the CSS Blend modes demo.

Merge request reports