Newer
Older
pixi.js / src / pixi / filters / MaskFilter.js
@Mat Groves Mat Groves on 1 Jul 2013 178 bytes Maskin added to pixi.js
/**
 * @author Mat Groves http://matgroves.com/ @Doormat23
 */



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