Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.12.3
-
Fix Version/s: 5.13.2, 5.14.0 RC1
-
Component/s: Quick: Graphical Effects
-
Environment:Raspberry Pi 3, Buildroot 2019.05-rc3, Linaro(6.4.1-2018.05), ARM(Cortex-A7)
-
Platform/s:
-
Commits:edf36111860c78cd30b00e8fa9f8e4fbf8967cd1 (qt/qtdeclarative/5.13)
Description
If "QT_QUICK_BACKEND=openvg" is set and rotate animation by X and Y axis, Rectangle will be reversed Y-axis, looked to anchor bottom-left.
Z-axis rotation is animated as expected. Also "QT_QUICK_BACKEND=openvg" isn't set, it works normally.
Please check with sample for more detail.