Source file src/cmd/vendor/github.com/google/pprof/third_party/svgpan/svgpan.go

     1  // SVG pan and zoom library.
     2  // See copyright notice in string constant below.
     3  
     4  package svgpan
     5  
     6  import _ "embed"
     7  
     8  // https://github.com/aleofreddi/svgpan
     9  
    10  //go:embed svgpan.js
    11  var JSSource string
    12  

View as plain text