data SVGNode : Typeel : (s : String) -> List (SVGAttribute s) -> SVGNodecircle : List (SVGAttribute "circle") -> SVGNodeellipse : List (SVGAttribute "ellipse") -> SVGNodeg : List (SVGAttribute "g") -> List SVGNode -> SVGNodeimage : List (SVGAttribute "image") -> SVGNodeline : List (SVGAttribute "line") -> SVGNodemask : List (SVGAttribute "mask") -> List SVGNode -> SVGNoderect : List (SVGAttribute "rect") -> SVGNodepath : List (SVGAttribute "path") -> SVGNodepolygon : List (SVGAttribute "polygon") -> SVGNodepolyline : List (SVGAttribute "polyline") -> SVGNodesvg : List (SVGAttribute "svg") -> List SVGNode -> SVGNodesymbol : List (SVGAttribute "symbol") -> List SVGNode -> SVGNodetext1 : List (SVGAttribute "text") -> String -> SVGNodetext : List (SVGAttribute "text") -> List SVGNode -> SVGNodetspan : List (SVGAttribute "tspan") -> List SVGNode -> SVGNodeuse : List (SVGAttribute "use") -> SVGNodeview : List (SVGAttribute "view") -> SVGNodeescape : String -> Stringrender : SVGNode -> StringrenderMany : List SVGNode -> String