Bring IMG_WIDTH/IMG_HEIGHT back.

This commit is contained in:
kangax 2012-08-14 16:13:30 +02:00
parent 7151dc211c
commit 98614842e7

View file

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