Hello! In Canvas Y axis goes from top to bottom. W...
# compose
p
Hello! In Canvas Y axis goes from top to bottom. What transformation should I use to treat y coordinate as -y, in other words change direction of Y axis from bottom to top keeping X axis direction from left to right?
e
Copy code
scale(scaleX = 1f, scaleY = -1f)