Copies another name object to this instance.
name
@override Path copy(Curve source){ assert(source is Path); super.copy(source); currentPoint.setFrom(source.currentPoint); return this; }