File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,9 +113,9 @@ impl Rect {
113
113
114
114
/// The abstraction of a drawing area. Plotters uses drawing area as the fundamental abstraction for the
115
115
/// high level drawing API. The major functionality provided by the drawing area is
116
- /// 1. Layout specification - Split the parent drawing area into sub-drawing-areas
117
- /// 2. Coordinate Translation - Allows guest coordinate system attached and used for drawing.
118
- /// 3. Element based drawing - drawing area provides the environment the element can be drawn onto it.
116
+ /// 1. Layout specification - Split the parent drawing area into sub-drawing-areas
117
+ /// 2. Coordinate Translation - Allows guest coordinate system attached and used for drawing.
118
+ /// 3. Element based drawing - drawing area provides the environment the element can be drawn onto it.
119
119
pub struct DrawingArea < DB : DrawingBackend , CT : CoordTranslate > {
120
120
backend : Rc < RefCell < DB > > ,
121
121
rect : Rect ,
You can’t perform that action at this time.
0 commit comments