Documentation
¶
Overview ¶
Package render provides rendering functionality for dependency graphs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GeneratePNGGraph ¶
GeneratePNGGraph generates a PNG graph by first creating SVG and providing conversion instructions.
Types ¶
type SVG ¶
type SVG struct {
XMLName xml.Name `xml:"svg"`
Width string `xml:"width,attr"`
Height string `xml:"height,attr"`
ViewBox string `xml:"viewBox,attr"`
Xmlns string `xml:"xmlns,attr"`
Style string `xml:"style"`
Defs Defs `xml:"defs"`
Content string `xml:",innerxml"`
}
SVG represents the SVG document structure.
Click to show internal directories.
Click to hide internal directories.