I want to draw an arrow using the canvas tag, javascript. I\'ve made it using the quadratic function, but I\'m having problems to calculate the angle of rotation of the arro
You can push your matrix, rotate it, draw your arrow and then pop the matrix.