i\'am try in swiftUI to draw a line between to CGPoint(x:0, y:0), CGPoint(x:100, y:100)
struct Line : Shape { func path(in rect: CGRect) -> Path {