render the shape
ctx.save(); this._renderTransform(ctx); this._renderShape(ctx); this._renderFill(ctx, true); this._renderStroke(ctx, true); ctx.restore();