qt5-cadaques
qt5-cadaques copied to clipboard
The code of transform.qml have some problems
back-link: ch07/index.html#transformation
The code "ctx.rect(-20, -20, 40, 40);ctx.translate(120,60)" draws a rectangle in a wrong place,and it doesn't look like the picture below the code.On my win7 system,it look like this as follow picture:
Also it doesn't exsist two different color at the same time.It seems the first "ctx.stroke()" doesn't work.Is it a Qt5.2's bug?