102
SVG g Element
The SVG <g> element groups SVG shapes together. When the SVG shapes are grouped then you can transform the whole group of shapes. This is the advantage of <g> element over nested <svg> element.
Example
Next TopicSVG defs Element