summaryrefslogtreecommitdiff
path: root/tikzit/src/common/test/common.m
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-17 18:39:31 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-17 18:39:31 +0000
commitf90dd4ffc4b679e61a2a8cf43853b7d3c72c3e83 (patch)
tree15842d8311e621dc2776a77c9740bd72784f13f1 /tikzit/src/common/test/common.m
parent18871fdd7bbfb43eb0971ee358554f321f789eee (diff)
Calculate the head and tail of edges to be just where they contact the node (ie: behave more like tikz).
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@388 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
Diffstat (limited to 'tikzit/src/common/test/common.m')
-rw-r--r--tikzit/src/common/test/common.m4
1 files changed, 3 insertions, 1 deletions
diff --git a/tikzit/src/common/test/common.m b/tikzit/src/common/test/common.m
index ee6cb5f..c9ac980 100644
--- a/tikzit/src/common/test/common.m
+++ b/tikzit/src/common/test/common.m
@@ -23,10 +23,12 @@
#import "test/test.h"
void testParser();
void testColor();
+void testMaths();
void testCommon() {
startTestBlock(@"common");
testParser();
testColor();
+ testMaths();
endTestBlock(@"common");
-} \ No newline at end of file
+}