## Description of bug / unexpected behavior <!-- Add a clear and concise description of the problem you encountered. --> See - #1837 - #2534 https://user-images.githubusercontent.com/70682032/127563382-1b2abfe7-6f0b-4728-a8aa-936af0a4a750.mp4 ## Expected behavior <!-- Add a clear and concise description of what you expected to happen. --> No warping ## How to reproduce the issue ```py class a(Scene): def construct(self): a = ImageMobject("day_texture.png") self.add(a) self.interactive_embed() ``` ## Additional media files 