To construct an SVG object, you must provide the id attribute of an SVG tag located in the HTML of the web page.
The id attribute of the SVG tag on a web page to render to.
Calling this method will clear and repaint the SVG tag with whatever argument is given. The elements drawn will automatically be scaled and repositioned to be centered and fill the SVG tag's space on the web page.
The Group or Shape you want to render to the screen.
Generated using TypeDoc
Wrapper class used to render introcs SVG Graphics classes to an SVG tag in an HTML document.