x4js 2.0.26 → 2.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -607,6 +607,8 @@ export class SvgGroup extends SvgItem {
607
607
  icon.setAttr( 'y', num(y)+'' );
608
608
  icon.setAttr( 'width', num(w)+'' );
609
609
  icon.setAttr( 'height', num(h)+'' );
610
+ icon.setStyle( 'width', num(w)+'px' );
611
+ icon.setStyle( 'height', num(h)+'px' );
610
612
  return this.append( icon );
611
613
  }
612
614