SVGPathMobject.copyFrom constructor

SVGPathMobject.copyFrom(
  1. SVGPathMobject mob
)

Implementation

SVGPathMobject.copyFrom(SVGPathMobject mob)
    : pathString = mob.pathString,
      currentPathStart = mob.currentPathStart,
      super.copyFrom(mob);