Skip to content

Commit b6fbb27

Browse files
authored
Update LineJoinMode.yaml
Added figures from the UIStroke class page, as images are referenced in the table although none exist Changed reference to the "Applying Strokes Article" to reference the UIStroke class page (said article does not exist).
1 parent 5721568 commit b6fbb27

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

content/en-us/reference/engine/enums/LineJoinMode.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,21 @@ description: |
77
This enum is used by `Class.UIStroke.LineJoinMode` to determine how corners
88
are interpreted.
99
10-
See also:
10+
<figure>
11+
<img src="../../../assets/ui/ui-objects/UIStroke-LineJoinMode-Round.png" width="376" />
12+
<figcaption><code>LineJoinMode</code> = <code>Enum.LineJoinMode.Round|Round</code></figcaption>
13+
</figure>
14+
<figure>
15+
<img src="../../../assets/ui/ui-objects/UIStroke-LineJoinMode-Bevel.png" width="376" />
16+
<figcaption><code>LineJoinMode</code> = <code>Enum.LineJoinMode.Bevel|Bevel</code></figcaption>
17+
</figure>
18+
<figure>
19+
<img src="../../../assets/ui/ui-objects/UIStroke-LineJoinMode-Miter.png" width="376" />
20+
<figcaption><code>LineJoinMode</code> = <code>Enum.LineJoinMode.Miter|Miter</code></figcaption>
21+
</figure>
1122
1223
For a more detailed walkthrough of the UIStroke object, take a look at the
13-
Applying Strokes article.
24+
[UIStroke class](Class.UIStroke).
1425
code_samples:
1526
tags: []
1627
deprecation_message: ''

0 commit comments

Comments
 (0)