Re: [Interest] Transparent rectangle with radius in one side

2021-10-04 Thread Murat ŞEKER via Interest
Sorry for the formatting. Rich formatting ruined it. Here we go again : Hello, We have a Quick scene where we draw a lot of semi-transparent rectangles and those rectangles are rounded in one side. As a representative : Rectangle { id: clipper width: 100 height: 100 opacity: 0.5

[Interest] Transparent rectangle with radius in one side

2021-10-04 Thread Murat ŞEKER via Interest
Hello, We have a Quick scene where we draw a lot of semi-transparent rectangles and those rectangles are rounded in one side. As a representative : Rectangle {    id: clipper    width: 100    height: 100    opacity: 0.5    clip: true     Rectangle {        id: clipped        radius: 20.0