Interactive online courses HTML Academy
2026-03-09 14:11 Diff

The stroke-linejoin attribute controls the appearance of the stroke in the places where the lines bend.

Similar to the previous assignment, we added an “imaginary” bright line to the examples. So, here are the possible values of stroke-linejoin:

1. miter is the default value. The stroke where the line bends does not change in any way.

2. round, the stroke in the place where the line bends, is evenly rounded.

3. bevel, the stroke where the line bends, behaves like a folded ribbon.

In CSS, the appearance of strokes where lines bend can be controlled using the similar property stroke-linejoin.