Sign in
android
/
platform
/
external
/
rust
/
crates
/
plotters-svg
/
9c768f1849f9bdd1cc51f7d2e60e2dba30a8ee36
/
.
/
src
/
lib.rs
blob: 243117f304586cd478901798fec1872ec8ecdedd [
file
] [
log
] [
blame
]
/*!
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
;