@@ -502,8 +502,8 @@ class ObjectGroup extends Layer {
502
502
'type' : type.name.toExport (),
503
503
'x' : x.toExport (),
504
504
'y' : y.toExport (),
505
- 'color' : color. toExport () ,
506
- 'tintcolor' : tintColor? . toExport () ,
505
+ 'color' : color,
506
+ 'tintcolor' : tintColor,
507
507
'opacity' : opacity.toExport (),
508
508
'visible' : (visible ? 1 : 0 ).toExport (),
509
509
'offsetx' : offsetX.toExport (),
@@ -574,7 +574,7 @@ class ImageLayer extends Layer {
574
574
'type' : type.name.toExport (),
575
575
'x' : x.toExport (),
576
576
'y' : y.toExport (),
577
- 'tintcolor' : tintColor? . toExport () ,
577
+ 'tintcolor' : tintColor,
578
578
'opacity' : opacity.toExport (),
579
579
'visible' : (visible ? 1 : 0 ).toExport (),
580
580
'offsetx' : offsetX.toExport (),
@@ -623,7 +623,7 @@ class Group extends Layer {
623
623
'name' : name.toExport (),
624
624
'class' : class_? .toExport (),
625
625
'type' : type.name.toExport (),
626
- 'tintcolor' : tintColor? . toExport () ,
626
+ 'tintcolor' : tintColor,
627
627
'opacity' : opacity.toExport (),
628
628
'visible' : (visible ? 1 : 0 ).toExport (),
629
629
'offsetx' : offsetX.toExport (),
0 commit comments