summaryrefslogtreecommitdiff
path: root/src/attributes/shape.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/attributes/shape.rs')
-rw-r--r--src/attributes/shape.rs6
1 files changed, 3 insertions, 3 deletions
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(),