From 06ecaa98f1f993239eebb7b74b3fa2ab5929a622 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 16 Aug 2010 16:33:32 +0100 Subject: [PATCH] docs: Add :keep-aspect-ratio behaviour to the notes --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index 447027f7f..49a9b0218 100644 --- a/README +++ b/README @@ -296,6 +296,14 @@ Release Notes for Clutter 1.4 The value will be unset when using the set_from_*_data() family of functions. +• If both the :sync-size and the :keep-aspect-ratio properties of a + ClutterTexture are set to TRUE, then the texture actor will update its + ClutterActor:request-mode property depending on the orientation of the + image data - height-for-width for landscape, and width-for-height for + portrait. Square image data will default to height-for-width, like all + actors. You can still explicitly override the :request-mode value, or + you can unset the :sync-size property to control the size yourself. + Release Notes for Clutter 1.2 -------------------------------------------------------------------------------