Skip to content

Conversation

@jasonren0403
Copy link
Contributor

Description

Motivation

Additional details

Related issues and pull requests

fixes #30083

@jasonren0403 jasonren0403 requested a review from a team as a code owner November 20, 2025 01:46
@github-actions github-actions bot added the l10n-zh Issues related to Chinese content. label Nov 20, 2025
…dex.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

github-actions bot commented Nov 20, 2025

Preview URLs

(comment last updated: 2025-11-21 02:29:45)


- points
- : 点集数列。每个数字用空白、逗号、终止命令符或者换行符分隔开。每个点必须包含 2 个数字,一个是 x 坐标,一个是 y 坐标。所以点列表 (0,0), (1,1) 和 (2,2) 可以写成这样:“0 0, 1 1, 2 2”
- : 点列表。每个数字必须用空格、逗号、换行符或回车符分隔,允许额外添加空白字符。每个点必须包含两个数字,一个是 x 坐标,一个是 y 坐标。所以点列表 `(0,0)``(1,1)``(2,2)` 可以写成 `0, 0 1, 1 2, 2`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line feed 即指代“换行符”(回车是“carriage return”),EOL是可以指代CR+LF/LF/CR,line feed仅指代LF(LF是缩写版本)。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- : 点列表。每个数字必须用空格、逗号、换行符或回车符分隔,允许额外添加空白字符。每个点必须包含两个数字,一个是 x 坐标,一个是 y 坐标。所以点列表 `(0,0)``(1,1)``(2,2)` 可以写成 `0, 0 1, 1 2, 2`
- : 点列表。每个数字必须用空格、逗号或换行符分隔,允许额外添加空白字符。每个点必须包含两个数字,一个是 x 坐标,一个是 y 坐标。所以点列表 `(0,0)``(1,1)``(2,2)` 可以写成 `0, 0 1, 1 2, 2`

- points
- : 点集数列。每个数字用空白符、逗号、终止命令或者换行符分隔开。每个点必须包含 2 个数字,一个是 x 坐标,一个是 y 坐标。所以点列表 (0,0), (1,1) 和 (2,2) 可以写成这样:“0 0, 1 1, 2 2”。路径绘制完后闭合图形,所以最终的直线将从位置 (2,2) 连接到位置 (0,0)。
- `points`
- : 点列表。每个数字必须用空格、逗号、换行符或回车符分隔,允许额外添加空白字符。每个点必须包含两个数字,一个是 x 坐标,一个是 y 坐标。所以点列表 `(0,0)``(1,1)``(2,2)` 可以写成 `0, 0 1, 1 2, 2`。路径绘制完后闭合图形,所以最终的直线将从 `(2,2)` 连接到 `(0,0)`
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- : 点列表。每个数字必须用空格、逗号、换行符或回车符分隔,允许额外添加空白字符。每个点必须包含两个数字,一个是 x 坐标,一个是 y 坐标。所以点列表 `(0,0)``(1,1)``(2,2)` 可以写成 `0, 0 1, 1 2, 2`。路径绘制完后闭合图形,所以最终的直线将从 `(2,2)` 连接到 `(0,0)`
- : 点列表。每个数字必须用空格、逗号或换行符分隔,允许额外添加空白字符。每个点必须包含两个数字,一个是 x 坐标,一个是 y 坐标。所以点列表 `(0,0)``(1,1)``(2,2)` 可以写成 `0, 0 1, 1 2, 2`。路径绘制完后闭合图形,所以最终的直线将从 `(2,2)` 连接到 `(0,0)`

@jasonren0403 jasonren0403 requested a review from yin1999 November 21, 2025 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

l10n-zh Issues related to Chinese content.

Projects

Status: Review requested

Development

Successfully merging this pull request may close these issues.

Polyline Polygon 的 points 属性文字描述不准确

2 participants