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 3004d3d commit c76ef24Copy full SHA for c76ef24
src/element/image.rs
@@ -4,10 +4,10 @@ use image::{DynamicImage, GenericImageView};
4
use super::{Drawable, PointCollection};
5
use plotters_backend::{BackendCoord, DrawingBackend, DrawingErrorKind};
6
7
-use plotters_bitmap::bitmap_pixel::PixelFormat;
+use plotters_bitmap::bitmap_pixel::{PixelFormat, RGBPixel};
8
9
#[cfg(all(not(target_arch = "wasm32"), feature = "image"))]
10
-use plotters_bitmap::bitmap_pixel::{BGRXPixel, RGBPixel};
+use plotters_bitmap::bitmap_pixel::{BGRXPixel};
11
12
use plotters_bitmap::BitMapBackend;
13
0 commit comments