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

Docs: Improve ShapePath page. #26401

Merged
merged 1 commit into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/api/ar/extras/core/ShapePath.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1>[name]</h1>

<p class="desc">
يتم استخدام هذه الفئة لتحويل سلسلة من الأشكال إلى مصفوفة من
[page:Path]s، على سبيل المثال شكل SVG إلى مسار (انظر المثال أدناه).
[page:Path]s، على سبيل المثال شكل SVG إلى مسار.
</p>

<h2>المنشئ (Constructor)</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/en/extras/core/ShapePath.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1>[name]</h1>

<p class="desc">
This class is used to convert a series of shapes to an array of
[page:Path]s, for example an SVG shape to a path (see the example below).
[page:Path]s, for example an SVG shape to a path.
</p>

<h2>Constructor</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/it/extras/core/ShapePath.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1>[name]</h1>

<p class="desc">
Questa classe viene utilizzata per convertire una serie di forme in un array di [page:Path], ad esempio una
forma SVG in un path (vedere l'esempio seguente).
forma SVG in un path.
</p>

<h2>Costruttore</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/zh/extras/core/ShapePath.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h1>形状路径([name])</h1>

<p class="desc">
该类用于转换一系列的形状为一个[page:Path]数组,例如转换SVG中的Path为three.js中的Path(请参阅下方的example)
该类用于转换一系列的形状为一个[page:Path]数组,例如转换SVG中的Path为three.js中的Path。
</p>

<h2>构造函数</h2>
Expand Down