changed Gauss to Blur

This commit is contained in:
Eric Rowell
2013-03-19 09:03:18 -07:00
parent 4036aa5fc7
commit f3dd9286a9
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
Test.Modules.LABEL = {
'*add label': function(containerId) {
'add label': function(containerId) {
var stage = new Kinetic.Stage({
container: containerId,
width: 578,

View File

@@ -319,7 +319,7 @@ Test.Modules.IMAGE = {
test(darth.getWidth() === 438, 'image width should be 438');
test(darth.getHeight() === 300, 'image height should be 300');
darth.applyFilter(Kinetic.Filters.Gauss, {
darth.applyFilter(Kinetic.Filters.Blur, {
radius: 10
}, function() {
layer.draw();