HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>The stroke-linejoin attribute controls the appearance of the stroke in the places where the lines bend.</p>
1 <p>The stroke-linejoin attribute controls the appearance of the stroke in the places where the lines bend.</p>
2 <p>Similar to the<a>previous assignment</a>, we added an “imaginary” bright line to the examples. So, here are the possible values of stroke-linejoin:</p>
2 <p>Similar to the<a>previous assignment</a>, we added an “imaginary” bright line to the examples. So, here are the possible values of stroke-linejoin:</p>
3 <p>1. miter is the default value. The stroke where the line bends does not change in any way.</p>
3 <p>1. miter is the default value. The stroke where the line bends does not change in any way.</p>
4 <p>2. round, the stroke in the place where the line bends, is evenly rounded.</p>
4 <p>2. round, the stroke in the place where the line bends, is evenly rounded.</p>
5 <p>3. bevel, the stroke where the line bends, behaves like a folded ribbon.</p>
5 <p>3. bevel, the stroke where the line bends, behaves like a folded ribbon.</p>
6 <p>In CSS, the appearance of strokes where lines bend can be controlled using the similar property stroke-linejoin.</p>
6 <p>In CSS, the appearance of strokes where lines bend can be controlled using the similar property stroke-linejoin.</p>