<!doctype html><style>
* {
outline: 1px solid black;
}
body {
height: 128px;
width: 128px;
}
svg {
width: auto;
height: auto;
display: block;
}
</style><body><svg width="64" height="64" viewBox="0 0 10 10" ><rect x="0" y="0" width="10" height="10" fill="green"></rect></svg>