Rectangle with rounded corner
<svg width="300" height="200" xmlns="http://www.w3.org/2000/svg">
<rect width="300" height="200"
fill="blue"
rx="20"
ry="40"
/>
</svg>
rx
ry
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
<svg width="300" height="200" xmlns="http://www.w3.org/2000/svg">
<rect width="300" height="200"
fill="blue"
rx="20"
ry="40"
/>
</svg>
rx
ry