<!DOCTYPE html>
<style>
svg {
overflow: visible;
border-radius: 50px;
}
</style>
<svg width="100" height="100">
<rect width="100" height="100" fill="green"/>
</svg>
<!DOCTYPE html>
<style>
svg {
overflow: visible;
border-radius: 50px;
}
</style>
<svg width="100" height="100">
<rect width="100" height="100" fill="green"/>
</svg>