Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt for MCUs 1.8
-
-
0
-
QUL Sprint 2.5/2021
Description
Shape {
x:10
y:10
width: 200
height: 200
ShapePath {
strokeColor: "red"
strokeWidth: 16
startX: 0
startY: 0
PathLine
}
}
above code will show nothing. Change startX or startY to 1 will get the drawing