Is there a way to set the origin to lower-left of the canvas? I tried scaling by −1 but after that everything is upside down. I need to make something like a coordinate sy
One of the easiest and correct ways is to use ctx.transform() method documentation is here