tbe icon indicating copy to clipboard operation
tbe copied to clipboard

Incorrect scale of some object images

Open Wuzzy2 opened this issue 4 years ago • 4 comments

Some objects have a weird scale and appear distorted. Those appear either larger or smaller or they are oddly stretched.

This can be sen in various levels.

Afftected objects: VolleyBall, Goal, LeftRamp, RightRamp, Scenery (grass, borwn pit), ToyChest, IBeam, possibly others.

Version: f56fb9d37cc15dde7b19f914637afaa3221e46d8 in master branch. This is after the revert to the old UI.

Wuzzy2 avatar Jan 13 '20 12:01 Wuzzy2

Let's use the old-ui and new-ui labels from now on

amarsman avatar Jan 13 '20 12:01 amarsman

More affected objects: BirchBar, ColaCrate.

Wuzzy2 avatar Jan 13 '20 14:01 Wuzzy2

It seems the game forcefully attempts to preserve the aspect ratio of the orginal SVG file. Because the aspect ratio of all images is the same as the original image.

Maybe this is related to a Qt update …

Wuzzy2 avatar Jan 14 '20 23:01 Wuzzy2

OK, this really seems to be related to a Qt update. On my system, it now affects the stable version 0.9.3.1 as well. But I know for certain this version did NOT have this problem in the past. So very likely it changed after I updated Qt …

Time to dig into the Qt docs, I guess …

Wuzzy2 avatar Jan 15 '20 15:01 Wuzzy2