A mask that uses the stencil buffer to clip the rendering of a container.
This is useful for complex masks that cannot be achieved with simple shapes.
It is more performant than using a Graphics mask, but requires WebGL support.
It is also useful for masking with Container objects that have complex shapes.
A mask that uses the stencil buffer to clip the rendering of a container. This is useful for complex masks that cannot be achieved with simple shapes. It is more performant than using a
Graphics
mask, but requires WebGL support. It is also useful for masking withContainer
objects that have complex shapes.