mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-04 11:54:47 +00:00
Disable clipping in demo.
This commit is contained in:
parent
a29aa82518
commit
cf1c1b2808
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue