Can removeAttribute delete multiple attributes at the same time? For example, height and width attributes.
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="800"></svg>
Just call it twice
Just call it twice