1/*!
2 The Plotters SVG backend.
34 The plotters bitmap backend allows you to render images by Plotters into SVG vector graphs.
56 See the documentation for [SVGBackend](struct.SVGBackend.html) for more details.
7*/
8mod svg;
910pub use svg::SVGBackend;