This commit is contained in:
a.kalmakhanov 2022-10-22 20:51:20 +09:00
parent 5247ce10ab
commit d6d00827aa

View File

@ -87,7 +87,6 @@ fun App() {
centerCoordinates = pointTwo, centerCoordinates = pointTwo,
) )
draw(position = pointThree) { draw(position = pointThree) {
drawLine(start = Offset(-10f, -10f), end = Offset(10f, 10f), color = Color.Red) drawLine(start = Offset(-10f, -10f), end = Offset(10f, 10f), color = Color.Red)
drawLine(start = Offset(-10f, 10f), end = Offset(10f, -10f), color = Color.Red) drawLine(start = Offset(-10f, 10f), end = Offset(10f, -10f), color = Color.Red)