Change unstable image test once again

This commit is contained in:
kangax 2012-09-06 12:06:40 -04:00
parent 06b0746258
commit ada83ffff5

View file

@ -18,8 +18,8 @@
'type': 'image',
'left': 0,
'top': 0,
'width': IMG_WIDTH, // node-canvas doesn't seem to allow setting width/height on image objects
'height': IMG_HEIGHT,
'width': 0, // node-canvas doesn't seem to allow setting width/height on image objects
'height': 0,
'fill': 'rgb(0,0,0)',
'overlayFill': null,
'stroke': null,