Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
plotters-svg 0.3.1 - Docs.rs
[go: Go Back, main page]

plotters-svg 0.3.1

Plotters SVG backend
Documentation
1
2
3
4
5
6
7
8
9
10
/*!
   The Plotters SVG backend.

   The plotters bitmap backend allows you to render images by Plotters into SVG vector graphs.

   See the documentation for [SVGBackend](struct.SVGBackend.html) for more details.
*/
mod svg;

pub use svg::SVGBackend;