Source: Stencil.js

"use strict";

/**
 * A stencil can be used to set the drawing region.
 *
 * Stencils are treated as objects their shaphe is used to filter other objects shape.
 *
 * @class
 */
function Stencil()
{
	//TODO <ADD CODE HERE>
}

export {Stencil}