NShapedRect: antilias + smooth, like other canvas

This commit is contained in:
ItsLemmy
2025-11-01 11:41:23 -04:00
parent f3ee7d71e8
commit ab2ade0d8b

View File

@@ -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()