<style>
svg {
height: 100%;
width: 100%;
border: 1px solid red;
}
g {
transition: transform 2s ease-in-out;
will-change: transform;
}
</style>
<svg xmlns="http://www.w3.org/2000/svg">
</svg>
<script src="../../../../dist/js/experiments/svg/svg.js"></script>