Rename current Path to path::Builder
This commit is contained in:
parent
64097983f1
commit
74dd79e97f
3 changed files with 50 additions and 28 deletions
|
|
@ -33,7 +33,7 @@ impl Frame {
|
|||
Point::new(self.width as f32 / 2.0, self.height as f32 / 2.0)
|
||||
}
|
||||
|
||||
pub fn fill(&mut self, path: Path, fill: Fill) {}
|
||||
pub fn fill(&mut self, path: &Path, fill: Fill) {}
|
||||
|
||||
pub fn stroke(&mut self, path: Path, stroke: Stroke) {}
|
||||
pub fn stroke(&mut self, path: &Path, stroke: Stroke) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue