diff --git a/Sources/SwiftSVG/Group.swift b/Sources/SwiftSVG/Group.swift
index df3efbb..7813c42 100644
--- a/Sources/SwiftSVG/Group.swift
+++ b/Sources/SwiftSVG/Group.swift
@@ -23,7 +23,9 @@ public struct Group: Container, Element {
// CoreAttributes
public var id: String?
-
+ public var title: String?
+ public var desc: String?
+
// PresentationAttributes
public var fillColor: String?
public var fillOpacity: Double?
@@ -50,6 +52,8 @@ public struct Group: Container, Element {
case rectangles = "rect"
case texts = "text"
case id
+ case title
+ case desc
case fillColor = "fill"
case fillOpacity = "fill-opacity"
case fillRule = "fill-rule"
@@ -68,7 +72,19 @@ public struct Group: Container, Element {
// MARK: - CustomStringConvertible
public var description: String {
- return "