We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0faace + fe863d1 commit 93679f4Copy full SHA for 93679f4
src/data/reference/zh-Hans.json
@@ -660,11 +660,11 @@
660
"y2": "数字:第一个控制点的 y 坐标",
661
"x3": "数字:第二个控制点的 x 坐标",
662
"y3": "数字:第二个控制点的 y 坐标",
663
- "x4": "数字:第一个锚点的 x 坐标",
664
- "y4": "数字:第二个锚点的 x 坐标",
665
- "z2": "Number: z-coordinate for the first control point (for WebGL mode)",
666
- "z3": "Number: z-coordinate for the second control point (for WebGL mode)",
667
- "z4": "Number: z-coordinate for the anchor point (for WebGL mode)"
+ "x4": "数字:锚点的 x 坐标",
+ "y4": "数字:锚点的 y 坐标",
+ "z2": "数字:第一个控制点的 z 坐标(适用于WebGL模式)",
+ "z3": "数字:第二个控制点的 z 坐标(适用于WebGL模式)",
+ "z4": "数字:锚点的 z 坐标(适用于WebGL模式)"
668
}
669
},
670
"curveVertex": {
0 commit comments