From 859d57e497c726ef39f283e49387d43aa474d7ac Mon Sep 17 00:00:00 2001 From: seancarroll Date: Tue, 12 Jan 2021 23:29:39 -0600 Subject: support subgraphs --- src/attributes/shape.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/attributes/shape.rs') diff --git a/src/attributes/shape.rs b/src/attributes/shape.rs index be37ccc..3c7469e 100644 --- a/src/attributes/shape.rs +++ b/src/attributes/shape.rs @@ -91,9 +91,9 @@ impl<'a> DotString<'a> for Shape { Shape::Invtriangle => "invtriangle".into(), Shape::Invtrapezium => "invtrapezium".into(), Shape::Invhouse => "invhouse".into(), - Shape::Mdiamond => "mdiamond".into(), - Shape::Msquare => "msquare".into(), - Shape::Mcircle => "mcircle".into(), + Shape::Mdiamond => "Mdiamond".into(), + Shape::Msquare => "Msquare".into(), + Shape::Mcircle => "Mcircle".into(), Shape::Record => "record".into(), Shape::Rect => "rect".into(), Shape::Rectangle => "rectangle".into(), -- cgit v1.2.3