Qml, anchors and rotating
-
if i have the rettangle on the left, how does it become if i rotate it about -90°? as the rettangle on the right?
!http://img534.imageshack.us/img534/4960/immaginetud.png!
http://imageshack.us/photo/my-images/534/immaginetud.png/()[EDIT: fixed image link, Volker]
-
Item rorates clockwise around transformOrigin. So -90 will be 90 degrees counterclockwise
-
Yes, scaling is ignored. Note that positioning will (also) depend on the transformOrigin.