Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zh-cn]: update the translation of CanvasRendingContext2D.lineJoin property #21959

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tianyeeT
Copy link
Contributor

…property

Description

Motivation

Additional details

Related issues and pull requests

@tianyeeT tianyeeT requested a review from a team as a code owner June 26, 2024 14:13
@tianyeeT tianyeeT requested review from t7yang and removed request for a team June 26, 2024 14:13
@github-actions github-actions bot added the l10n-zh Issues related to Chinese content. label Jun 26, 2024
Copy link
Contributor

github-actions bot commented Jun 26, 2024

Preview URLs

Flaws (1)

URL: /zh-CN/docs/Web/API/CanvasRenderingContext2D/lineJoin
Title: CanvasRenderingContext2D:lineJoin 属性
Flaw count: 1

  • translation_differences:
    • Differences in the important macros (3 in common of 7 possible)

(comment last updated: 2024-07-06 00:40:43)

Co-authored-by: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com>

此属性有 3 个值: `round`, `bevel` and `miter`。默认值是 `miter`。注意:如果 2 个相连部分在同一方向,那么 lineJoin 不会产生任何效果,因为在那种情况下不会出现连接区域
此属性有 3 个值: `round``bevel` `miter`。默认值是 `miter`。
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
此属性有 3 个值: `round``bevel``miter`。默认值是 `miter`
此属性有 3 个值: `"round"``"bevel"``"miter"`。默认值是 `"miter"`
- : 在相连部分的末端填充一个额外的以三角形为底的区域,每个部分都有各自独立的矩形拐角。
- `miter`
- `"miter"`
- : 通过延伸相连部分的外边缘,使其相交于一点,形成一个额外的菱形区域。这个设置可以通过 {{domxref("CanvasRenderingContext2D.miterLimit", "miterLimit")}} 属性看到效果。
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- : 通过延伸相连部分的外边缘,使其相交于一点,形成一个额外的菱形区域。这个设置可以通过 {{domxref("CanvasRenderingContext2D.miterLimit", "miterLimit")}} 属性看到效果
- : 通过延伸相连部分的外边缘,使其相交于一点,形成一个额外的菱形区域。这个设置受到 {{domxref("CanvasRenderingContext2D.miterLimit", "miterLimit")}} 属性的影响。默认值
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.
3 participants