We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f195ea commit 561ba27Copy full SHA for 561ba27
plotters/src/lib.rs
@@ -753,8 +753,8 @@ pub fn register_font(
753
Since Plotters 0.3, all drawing backends are independent crate from the main Plotters crate.
754
Use the following link to find the backend code:
755
756
- - [Bitmap Backend](https://github.com/plotters-rs/plotters-bitmap.git)
757
- - [SVG Backend](https://github.com/plotters-rs/plotters-svg.git)
+ - [Bitmap Backend](https://github.com/plotters-rs/plotters/tree/master/plotters-bitmap)
+ - [SVG Backend](https://github.com/plotters-rs/plotters/tree/master/plotters-svg)
758
- [HTML5 Canvas Backend](https://github.com/plotters-rs/plotters-canvas.git)
759
- [GTK/Cairo Backend](https://github.com/plotters-rs/plotters-cairo.git)
760
0 commit comments