mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-10 14:54:42 +00:00
Fix text unit test
This commit is contained in:
parent
4e74f4d7ab
commit
5a3d59c3a7
1 changed files with 2 additions and 3 deletions
|
|
@ -16,7 +16,7 @@
|
|||
'height': 52,
|
||||
'fill': 'rgb(0,0,0)',
|
||||
'overlayFill': null,
|
||||
'stroke': null,
|
||||
'stroke': '',
|
||||
'strokeWidth': 1,
|
||||
'strokeDashArray': null,
|
||||
'scaleX': 1,
|
||||
|
|
@ -43,7 +43,6 @@
|
|||
'textShadow': '',
|
||||
'textAlign': 'left',
|
||||
'path': null,
|
||||
'strokeStyle': '',
|
||||
'backgroundColor': '',
|
||||
'textBackgroundColor': '',
|
||||
'useNative': true
|
||||
|
|
@ -218,4 +217,4 @@
|
|||
equal('foobar', text.get('fontFamily'));
|
||||
});
|
||||
|
||||
})();
|
||||
})();
|
||||
|
|
|
|||
Loading…
Reference in a new issue