about summary refs log tree commit diff stats
path: root/el/simple.go
diff options
context:
space:
mode:
Diffstat (limited to 'el/simple.go')
-rw-r--r--el/simple.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/el/simple.go b/el/simple.go
index 2fb4c3e..1ebf33f 100644
--- a/el/simple.go
+++ b/el/simple.go
@@ -216,6 +216,10 @@ func Summary(children ...g.Node) g.NodeFunc {
 	return g.El("summary", children...)
 }
 
+func SVG(children ...g.Node) g.NodeFunc {
+	return g.El("svg", children...)
+}
+
 func Table(children ...g.Node) g.NodeFunc {
 	return g.El("table", children...)
 }