After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 706311 - scale-x/y/z properties specify the lower bound at 0
scale-x/y/z properties specify the lower bound at 0
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: ClutterActor
unspecified
Other Windows
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-08-19 14:08 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2014-02-10 18:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
actor: Extend :scale-[xyz] factors in the negative range (1.85 KB, patch)
2014-02-10 18:36 UTC, Emmanuele Bassi (:ebassi)
committed Details | Review

Description Jasper St. Pierre (not reading bugmail) 2013-08-19 14:08:14 UTC
In reality, it's nice to have a lower bound below that so you can do easy mirroring/flipping of actors. The set_scale() method works fine for this.
Comment 1 Emmanuele Bassi (:ebassi) 2014-02-10 18:36:41 UTC
Created attachment 268709 [details] [review]
actor: Extend :scale-[xyz] factors in the negative range

The corresponding methods accept negative values already.
Comment 2 Emmanuele Bassi (:ebassi) 2014-02-10 18:38:17 UTC
Attachment 268709 [details] pushed as f73b4d3 - actor: Extend :scale-[xyz] factors in the negative range