Sign in
android
/
platform
/
external
/
rust
/
crates
/
plotters-svg
/
139275b1ec416077cffb0dc8f462be1fc6c07435
/
.
/
src
/
lib.rs
blob: d4bdbe7d3a37f0430bb4cd20ea83237098224548 [
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
;