mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
docs: Add :keep-aspect-ratio behaviour to the notes
This commit is contained in:
parent
92b1a33eb3
commit
06ecaa98f1
8
README
8
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
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user