diff --git a/Widgets/NShapedRectangle.qml b/Widgets/NShapedRectangle.qml index 7ffacade..36f76192 100644 --- a/Widgets/NShapedRectangle.qml +++ b/Widgets/NShapedRectangle.qml @@ -62,6 +62,10 @@ Item { anchors.rightMargin: -root.rightPadding visible: root.hasInvertedCorners + antialiasing: true + renderTarget: Canvas.FramebufferObject + smooth: true + onPaint: { var ctx = getContext("2d") ctx.reset()