mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-28 01:04:43 +00:00
Update group.js
This commit is contained in:
parent
64531a3905
commit
9ebd84bd39
1 changed files with 4 additions and 4 deletions
|
|
@ -157,8 +157,8 @@
|
|||
'type': 'group',
|
||||
'originX': 'left',
|
||||
'originY': 'top',
|
||||
'left': 90,
|
||||
'top': 130,
|
||||
'left': 50,
|
||||
'top': 100,
|
||||
'width': 80,
|
||||
'height': 60,
|
||||
'fill': 'rgb(0,0,0)',
|
||||
|
|
@ -197,8 +197,8 @@ test('toObject without default values', function() {
|
|||
|
||||
var expectedObject = {
|
||||
'type': 'group',
|
||||
'left': 90,
|
||||
'top': 130,
|
||||
'left': 50,
|
||||
'top': 100,
|
||||
'width': 80,
|
||||
'height': 60,
|
||||
'objects': clone.objects
|
||||
|
|
|
|||
Loading…
Reference in a new issue