| Name | Type | Description | 
|---|---|---|
| renderer | PIXI.CanvasRenderer | The canvas renderer. | 
Methods
- 
    
    
    Destroys this canvas mask manager. 
- 
    
    
    Restores the current drawing context to the state it was before the mask was applied. Name Type Description rendererPIXI.CanvasRenderer The renderer context to use. 
- 
    
    
    This method adds it to the current stack of masks. Name Type Description maskDataobject the maskData that will be pushed 
- 
    
    
    Renders a PIXI.Graphics shape. Name Type Description graphicsPIXI.Graphics The object to render.