Comment recadrer le fichier SVG en HTML / CSS

J'ai le fichier HTML suivant (mypage.html). Un SVG fichier
est jointe à l'image.

<!doctype html>
<html>


<body>

    <!-- Display legend -->
    <div>
        <center> <img src="circos-table-image-medium.svg" height=3500; width=3500; /> </center>
    </div>


</body>
</html>

La page qu'il génère ressemble à ceci:

Comment recadrer le fichier SVG en HTML /CSS

Avis il y a un grand espace blanc autour du cercle.
Comment puis-je plante dans le code html ou CSS?

source d'informationauteur neversaint | 2016-06-02