Fix Travis

This commit is contained in:
Andrea Bogazzi 2015-01-20 11:03:11 +01:00
parent 498913ff8c
commit 2f6021faea
2 changed files with 4 additions and 3 deletions

View file

@ -30,7 +30,7 @@
"license": "MIT",
"scripts": {
"build": "node build.js modules=ALL exclude=json,cufon,gestures",
"test": "node test.js && iojs test.js && jshint src"
"test": "node test.js && jshint src"
},
"dependencies": {
"canvas": "1.1.x",
@ -40,7 +40,7 @@
"devDependencies": {
"execSync": "1.0.x",
"uglify-js": "2.4.x",
"jscs": "1.9.x",
"jscs": "1.7.x",
"jshint": "2.5.x",
"qunit": "0.7.2",
"istanbul": "0.3.x"

View file

@ -130,7 +130,8 @@
'\t<feGaussianBlur in="' + mode + '" stdDeviation="' +
toFixed(this.blur ? this.blur / 2 : 0, 3) +
'" result="blurOut"></feGaussianBlur>\n' +
'\t<feColorMatrix result="matrixOut" in="blurOut" type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.30 0" /></feColorMatrix >\n' +
'\t<feColorMatrix result="matrixOut" in="blurOut" type="matrix" ' +
'values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.30 0" /></feColorMatrix >\n' +
'\t<feOffset dx="' + this.offsetX + '" dy="' + this.offsetY + '"></feOffset>\n' +
'\t<feMerge>\n' +
'\t\t<feMergeNode></feMergeNode>\n' +