So, I create a resizable window, and try and make a circle fit inside it. At first I tried to re-scale the circle manually in relation to the window size, but this resulted in some odd behavior. I soon discovered that the circle was already re-sizing itself? I had anticipated that a "re-sizable" window would mean the raw pixel area of the window would change and all user code would have to do the scaling, but the circle seems to scale with it already?