Source
factory SvgSvgElement() { final el = new SvgElement.tag("svg"); // The SVG spec requires the version attribute to match the spec version el.attributes['version'] = "1.1"; return el; }
factory SvgSvgElement() { final el = new SvgElement.tag("svg"); // The SVG spec requires the version attribute to match the spec version el.attributes['version'] = "1.1"; return el; }