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

Correct typo in stroke-linejoin svg attribute page #37112

Merged
merged 4 commits into from
Feb 17, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Correct typo
farskid authored Dec 5, 2024
commit 230a3fc5474568c208aa946cd7a18b230b3a354d
2 changes: 1 addition & 1 deletion files/en-us/web/svg/attribute/stroke-linejoin/index.md
Original file line number Diff line number Diff line change
@@ -135,7 +135,7 @@ svg {
### arcs

> [!NOTE]
> The `arcs` value as been introduced in SVG2 and it isn't widely supported yet, see [Browser compatibility](#browser_compatibility) below for details.
> The `arcs` value has been introduced in SVG2 and it isn't widely supported yet, see [Browser compatibility](#browser_compatibility) below for details.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
> The `arcs` value has been introduced in SVG2 and it isn't widely supported yet, see [Browser compatibility](#browser_compatibility) below for details.
> The `arcs` value was introduced in SVG2 and isn't widely supported.


The `arcs` value indicates that an arcs corner is to be used to join path segments. The arcs shape is formed by extending the outer edges of the stroke at the join point with arcs that have the same curvature as the outer edges at the join point.