0 added
0 removed
Original
2026-01-01
Modified
2026-03-09
1
<p>The rounding of rectangle corners can be controlled using the parameters rx andry. The rx attribute sets rounding along the horizontal axis, andry is used to specify it for the vertical one. If the ry attribute is not specified, it will be equal to rx.</p>
1
<p>The rounding of rectangle corners can be controlled using the parameters rx andry. The rx attribute sets rounding along the horizontal axis, andry is used to specify it for the vertical one. If the ry attribute is not specified, it will be equal to rx.</p>
2
<p>Code example:</p>
2
<p>Code example:</p>
3
<rect width="50%" height="100" rx="50" ry="20"/>
3
<rect width="50%" height="100" rx="50" ry="20"/>