mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-16 09:43:11 +00:00
Change unstable image test once again
This commit is contained in:
parent
06b0746258
commit
ada83ffff5
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue