fixup! feat(core): introduce new drawing library

matejcik/lifetimehell
cepetr 2 weeks ago
parent 7c14d61693
commit bb8cb433f5

@ -67,7 +67,7 @@ pub trait BasicCanvas {
self.fill_rect(vp.clip.translate(-vp.origin), color, 255);
}
/// Draws a bitmap of bitmap into to the rectangle.
/// Draws a bitmap into to the rectangle.
fn draw_bitmap(&mut self, r: Rect, bitmap: BitmapView);
}

Loading…
Cancel
Save