mirror of
https://github.com/konvajs/konva.git
synced 2026-01-09 11:34:38 +08:00
fixed pixel ratio issue with buffer canvas usage
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
that._animationLoop();
|
||||
}
|
||||
};
|
||||
RAF = (function() {
|
||||
var RAF = (function() {
|
||||
return window.requestAnimationFrame
|
||||
|| window.webkitRequestAnimationFrame
|
||||
|| window.mozRequestAnimationFrame
|
||||
|
||||
Reference in New Issue
Block a user