mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
fixed up all of the data url isseus in the unit test suite
This commit is contained in:
@@ -97,7 +97,10 @@
|
||||
*/
|
||||
applyFilter: function(filter, config, callback) {
|
||||
var image = this.getImage(),
|
||||
canvas = new Kinetic.Canvas(image.width, image.height),
|
||||
canvas = new Kinetic.Canvas({
|
||||
width: image.width,
|
||||
height: image.height
|
||||
}),
|
||||
context = canvas.getContext(),
|
||||
that = this;
|
||||
|
||||
|
Reference in New Issue
Block a user