From 2ee090748a209a621460e8616105bfdb9c8e853e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 12 Oct 2019 11:37:21 +0300 Subject: Change: finished steps are now octagons, circles were too big --- src/map.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map.rs b/src/map.rs index be81216..ff7e4f9 100644 --- a/src/map.rs +++ b/src/map.rs @@ -191,7 +191,7 @@ impl Roadmap { fn get_status_shape(step: &Step) -> &str { match step.status() { Status::Blocked => "rectangle", - Status::Finished => "circle", + Status::Finished => "octagon", Status::Ready => "ellipse", Status::Next => "ellipse", Status::Goal => "diamond", -- cgit v1.2.1