Skip to content

clutter/actor: Set a minimun guessed scale

Joan Torres requested to merge (removed):fix-clutter-set-max-scale into main

When running headlessly it fails guessing the scale to -1.0f making the assertion g_assert (guessed_scale >= 0.5) fail.

Setting the min guessed scale to 0.5 fixes it.

Merge request reports