RectGroup.js revision 2f9140ce9f71cf8cccd9d8eebe770f6825e36f5b
/**
* Abstract class for creating groups of rects with the same styles and dimensions.
*
* @module graphics
* @class GroupRect
* @constructor
*/
{
};
/**
* Updates the rect.
*
* @method _draw
* @private
*/
{
}
});