Please check this video. ( Note: My video recorder did not record the zoom-setting window in the url bar for the browser. So I did open it to set page at 25% but it’s invisible in the recording)
When any Openfl app is zoomed to 25% , it starts clipping inside the stage. And it happens even when resizing code is added at onResize event’s method.
Also if you notice there are some break points where it starts showing the app at 25% zoom too. But mostly it’s clipped.
The problem is not about scaling or width/height. This problem is sort of an invisible mask over the app. That clips the view. And any type of scaling or increase/decrease in width and height does not work. As everything hides behind the mask. Only happens at 25% zoom on medium size monitor. (100% to 33% works fine )
I am testing on 25% zoom because same issue is occurring on high resolution monitor at 100%. So I think this issue is somewhere related.
Chiming in as an OpenFL committer. Just because the zoom value is different does not necessarily mean that your issue isn’t caused by the same bug that rainy is fixing in the PR. Both 500% and 25% are at the extremes of the zoom ranges, so it’s possible that they’re both affected by a badly calculated clipping rectangle.