My WebGL canvas
is set up to load two images as textures. To avoid distortion, I resize the canvas to match the image size for each texture.
However, I'm running into an issue where the second texture appears distorted despite the resizing efforts. You can view the problem in action on this fiddle.