Hi 👋 😄 Does anyone know if it is possible to do a linear transformation on the canvas in jetpack compose? So what I mean is mapping each point (u, v) on for instance an arch to (x, y) based on a function f so that f(u, v) = (x, y). Is that possible? 🙂 Is there any good docs on how to do that if it is possible? 🙂
a
Afzal Najam
10/20/2022, 9:03 PM
You might find this helpful. It’s a timer where the tick marks form a circle. Implemented following Leland’s