clipping regions now work correctly when device pixel ratio != 1

This commit is contained in:
Eric Rowell
2013-08-25 22:26:42 -07:00
parent bf39df54b0
commit 6663ec0652
5 changed files with 55 additions and 16 deletions

View File

@@ -56,6 +56,8 @@ module.exports = function(grunt) {
'tests/js/unit/layerTests.js',
'tests/js/unit/shapeTests.js',
'tests/js/unit/ddTests.js',
'tests/js/unit/canvasTests.js',
'tests/js/unit/shapes/rectTests.js',
'tests/js/unit/shapes/circleTests.js',
'tests/js/unit/shapes/ellipseTests.js',