From ada83ffff5ace5e829688bc12987508ed11938f4 Mon Sep 17 00:00:00 2001 From: kangax Date: Thu, 6 Sep 2012 12:06:40 -0400 Subject: [PATCH] Change unstable image test once again --- test/unit/image.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/image.js b/test/unit/image.js index dd230006..4870dd59 100644 --- a/test/unit/image.js +++ b/test/unit/image.js @@ -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,