Disable clipping in demo.

This commit is contained in:
kangax 2011-04-11 15:21:07 -04:00
parent a29aa82518
commit cf1c1b2808

View file

@ -23,9 +23,11 @@
}
var canvas = global.canvas = new fabric.Element('canvas', {
/*
clipTo: function(canvas) {
canvas.arc(this.width / 2, this.height / 2, 200, 0, Math.PI * 2, true);
}
*/
});
var fpsEl = document.getElementById('fps').firstChild;