aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/painterpathquickshape/TextShape.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/painterpathquickshape/TextShape.qml')
-rw-r--r--tests/manual/painterpathquickshape/TextShape.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/painterpathquickshape/TextShape.qml b/tests/manual/painterpathquickshape/TextShape.qml
index fa595d3390..f9cabf1ecd 100644
--- a/tests/manual/painterpathquickshape/TextShape.qml
+++ b/tests/manual/painterpathquickshape/TextShape.qml
@@ -7,7 +7,7 @@ import QtQuick.Controls
import QtQuick.Dialogs
ControlledShape {
- fillRule: ShapePath.OddEvenFill
+ fillRule: ShapePath.WindingFill
delegate: [
PathText {
text: "foobar"