SVGMobject.copyFrom constructor
SVGMobject.copyFrom(
- 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);