From bc4ede954dea7b58e27a56a4062ff76108f4b504 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Wed, 27 Mar 2024 21:24:25 +0900 Subject: [PATCH] corrected a wrong Trim Multiple Shapes values. --- docs/schema/constants/trim-multiple-shapes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/schema/constants/trim-multiple-shapes.json b/docs/schema/constants/trim-multiple-shapes.json index b523c219..304e615a 100644 --- a/docs/schema/constants/trim-multiple-shapes.json +++ b/docs/schema/constants/trim-multiple-shapes.json @@ -5,11 +5,11 @@ "description": "How to handle multiple shapes in trim path", "oneOf": [ { - "title": "Individually", + "title": "Simultaneously", "const": 1 }, { - "title": "Simultaneously", + "title": "Individually", "const": 2 } ]