Answers for "change view port of svg with javascript"

0

change view port of svg with javascript

shape = document.getElementsByTagName("svg")[0];
shape.setAttribute("viewBox", "-250 -250 500 750");
Posted by: Guest on February-10-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language