Skip to content

Commit

Permalink
Make Path2D#into_outline public
Browse files Browse the repository at this point in the history
  • Loading branch information
inferiorhumanorgans committed Mar 2, 2020
1 parent 0f35d9c commit c8496a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canvas/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ impl Path2D {
}
}

fn into_outline(mut self) -> Outline {
pub fn into_outline(mut self) -> Outline {
self.flush_current_contour();
self.outline
}
Expand Down

0 comments on commit c8496a1

Please sign in to comment.