Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have a rectangle as shown below:
Rectangle{ width: 100 height: 2 rotation: 27 }
and it looks like:
Why the edges look like not smooth, how can I get smooth edges. Why rotation causes this ?
I have just seen the answer on SO. the answer is using the property:
antialiasing: true
@Yunus - you can also add smooth: true but smooth and antialiasing can cause poor/slow performance.
smooth: true
smooth
antialiasing