javascript - How to flip a path drawn on HTML canvas -
I am trying to draw a drawing drawn on When you flip the canvas, the path is pulled out of the canvas area, you can also translate the canvas To do: Like. canvas . Please see the code. Please note that 'L' is coming in code if I code
ctx.scale (1, -1); is denied anything, so nothing is provided.
ctx.translate (0, canvas.height);
Comments
Post a Comment