CGPathAddRect(path, nil, CGRectMake(0, 0, width, 100000)) not workking in Swift3 tried to port it with: path.move(to: CGPoint(x: 0, y: 0)) but I believe I am missing the rect