Newer
Older
pixi.js / src / pixi / filters / MaskFilter.js
@Dr. Kibitz Dr. Kibitz on 1 Oct 2013 184 bytes Squashed commit of the following (jshint):
/**
 * @author Mat Groves http://matgroves.com/ @Doormat23
 */



PIXI.MaskFilter = function(graphics)
{
    // the graphics data that will be used for filtering
    this.graphics;
}