There was always this nice default, that if you hook up an empty rectangle to the bounds of a Skia renderer it would be placed in the center of the screen, like so:
This is in 7.0-0407
Now in the stable doing the same has shifted the anchor to the top left and also the size is different:
This is in 7.0 stable.
What has changed there?
Is there an easy way to get back that behavior, because getting the screen size, then calculating the offsets yourself is suprisingly difficult, because I seem to remember you have to consider the UI zoom setting in display settings and so on.
skia-place-renderer-in-center.vl (11.8 KB)

