SVGMobject.copyFrom constructor

SVGMobject.copyFrom(
  1. SVGMobject mob
)

Implementation

SVGMobject.copyFrom(SVGMobject mob)
    : content = mob.content,
      height = mob.height,
      width = mob.width,
      shouldCenter = mob.shouldCenter,
      unpackGroups = mob.unpackGroups,
      super.copyFrom(mob);