go/src/cmd/vendor/github.com/google/pprof/internal/driver/svg.go

var viewBox

var graphID

var svgClose

// massageSVG enhances the SVG output from DOT to provide better
// panning inside a web browser. It uses the svgpan library, which is
// embedded into the svgpan.JSSource variable.
func massageSVG(svg string) string {}