I have a Shape:
struct MyShape: Shape { func path(in rect: CGRect) -> Path { Path { path in path.move(to: CGPoint(x: 100, y: 100))