<!DOCTYPE html>
<style>
rect {
outline: 5px solid blue;
outline-offset: 10px;
}
</style>
<svg width="600">
<rect x="25" y="25" width="100" height="100" fill="green"/>
</svg>
<!DOCTYPE html>
<style>
rect {
outline: 5px solid blue;
outline-offset: 10px;
}
</style>
<svg width="600">
<rect x="25" y="25" width="100" height="100" fill="green"/>
</svg>