summaryrefslogtreecommitdiff
path: root/tikzit/src/common/RectangleShape.m
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/common/RectangleShape.m')
-rw-r--r--tikzit/src/common/RectangleShape.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/tikzit/src/common/RectangleShape.m b/tikzit/src/common/RectangleShape.m
index 0b3baa0..e332d40 100644
--- a/tikzit/src/common/RectangleShape.m
+++ b/tikzit/src/common/RectangleShape.m
@@ -45,6 +45,8 @@
e3 = [Edge edgeWithSource:n3 andTarget:n0];
paths = [[NSSet alloc] initWithObjects:[NSArray arrayWithObjects:e0,e1,e2,e3,nil],nil];
+
+ styleTikz = @"rectangle";
return self;
}