Skip to content

Commit d48f945

Browse files
authored
Update LineJoinMode.yaml (#1074)
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). This documentation error was brought to my attention by [@xaxa](https://devforum.roblox.com/u/xaxa) in [this devforum post](https://devforum.roblox.com/t/enumlinejoinmode-documentation-appears-to-be-outdated/3603081). ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate. ---------
1 parent 5721568 commit d48f945

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,32 @@ description: |
77
This enum is used by `Class.UIStroke.LineJoinMode` to determine how corners
88
are interpreted.
99
10-
See also:
11-
12-
For a more detailed walkthrough of the UIStroke object, take a look at the
13-
Applying Strokes article.
10+
For a more detailed walkthrough of the `Class.UIStroke` object, see [here](../../../ui/appearance-modifiers.md#stroke).
1411
code_samples:
1512
tags: []
1613
deprecation_message: ''
1714
items:
1815
- name: Round
1916
summary: |
20-
The corners are rounded (see image above).
17+
The corners are rounded.
18+
19+
<img src="/assets/ui/ui-objects/UIStroke-LineJoinMode-Round.png" width="376" />
2120
value: 0
2221
tags: []
2322
deprecation_message: ''
2423
- name: Bevel
2524
summary: |
26-
The corners are beveled (see image above).
25+
The corners are beveled.
26+
27+
<img src="/assets/ui/ui-objects/UIStroke-LineJoinMode-Bevel.png" width="376" />
2728
value: 1
2829
tags: []
2930
deprecation_message: ''
3031
- name: Miter
3132
summary: |
32-
The corners are mitered (see image above).
33+
The corners are mitered.
34+
35+
<img src="/assets/ui/ui-objects/UIStroke-LineJoinMode-Miter.png" width="376" />
3336
value: 2
3437
tags: []
3538
deprecation_message: ''

0 commit comments

Comments
 (0)