gsk: Mark mask nodes as 'supports transforms'
Just like blur nodes, the renderer can handle these without creating an extra offscreen.
This commit is contained in:
@@ -315,6 +315,7 @@ node_supports_transform (const GskRenderNode *node)
|
||||
case GSK_CAIRO_NODE:
|
||||
case GSK_BLEND_NODE:
|
||||
case GSK_BLUR_NODE:
|
||||
case GSK_MASK_NODE:
|
||||
return TRUE;
|
||||
|
||||
case GSK_SHADOW_NODE:
|
||||
|
||||
Reference in New Issue
Block a user