SVG Element not scaling properly when dynamically added using Javascript
问题 I am trying to add SVG controls in a Bootstrap Grid using Javascript. I am able to add the SVG using Javascript, but the scaling/resize of the page does not behave as if it would have been built with static HTML. When clicking on the "Add Page" button, a new set of SVG controls are added to a Bootstrap Grid. The SVG controls are not scaling. The row does not expand. If I build the same page using static HTML, the SVG controls scale as expected. What am I doing wrong? Why the SVG controls