Documentation ¶ Overview ¶ Package svg provides common SVG elements and attributes. See https://developer.mozilla.org/en-US/docs/Web/SVG/Element for an overview. Index ¶ func ClipRule(v string) g.Node func D(v string) g.Node func Fill(v string) g.Node func FillRule(v string) g.Node func Path(children ...g.Node) g.Node func SVG(children ...g.Node) g.Node func Stroke(v string) g.Node func ViewBox(v string) g.Node Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ClipRule ¶ func ClipRule(v string) g.Node func D ¶ func D(v string) g.Node func Fill ¶ func Fill(v string) g.Node func FillRule ¶ func FillRule(v string) g.Node func Path ¶ func Path(children ...g.Node) g.Node func SVG ¶ func SVG(children ...g.Node) g.Node func Stroke ¶ func Stroke(v string) g.Node func ViewBox ¶ func ViewBox(v string) g.Node Types ¶ This section is empty. Source Files ¶ View all Source files attributes.go elements.go Click to show internal directories. Click to hide internal directories.