in SAM2-Demo/Views/ImageView.swift [144:146]
func fromSize(_ size: CGSize) -> CGPoint { CGPoint(x: x / size.width, y: y / size.height) }