mirror of
https://github.com/konvajs/konva.git
synced 2026-01-18 19:51:21 +08:00
changed Gauss to Blur
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Test.Modules.LABEL = {
|
||||
'*add label': function(containerId) {
|
||||
'add label': function(containerId) {
|
||||
var stage = new Kinetic.Stage({
|
||||
container: containerId,
|
||||
width: 578,
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user