i am working with sprites, and i ran into a little problem, the sprites are different sizes, so when i am drawing on the canvas, it draws below the given point. I have multiple animations ex: Stand, swing, Run. The size of the sprites is constant through the type of animation, (all pictures in Stand are the same size) but they are not the same as other pictures, like Run. I am wondering if there is a way to draw from the bottom left corner of the picture as opposed to top left, because the feet remain at the same location for the most part.