Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.0.1
-
Fix Version/s: 5.1.0
-
Component/s: QML: Declarative and Javascript Engine
-
Labels:None
-
Environment:Windows 7
-
Commits:98023c7eba3205b85b2ad0c107ce72072a2b0bba
Description
If you translate the canvas context for example by (0, 20) and then draw a text at (0, 0) and draw a circle at (0, 0), the text is actually painted at (0, 40), the circle at (0, 20).
The same behavior can be reproduced by rotating the context.