We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63248e commit ffc5bd3Copy full SHA for ffc5bd3
1 file changed
plotters/src/lib.rs
@@ -754,8 +754,8 @@ pub fn register_font(
754
Since Plotters 0.3, all drawing backends are independent crate from the main Plotters crate.
755
Use the following link to find the backend code:
756
757
- - [Bitmap Backend](https://github.com/plotters-rs/plotters-bitmap.git)
758
- - [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)
759
- [HTML5 Canvas Backend](https://github.com/plotters-rs/plotters-canvas.git)
760
- [GTK/Cairo Backend](https://github.com/plotters-rs/plotters-cairo.git)
761
0 commit comments