• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*!
2    The Plotters SVG backend.
3 
4    The plotters bitmap backend allows you to render images by Plotters into SVG vector graphs.
5 
6    See the documentation for [SVGBackend](struct.SVGBackend.html) for more details.
7 */
8 mod svg;
9 
10 pub use svg::SVGBackend;
11