aboutsummaryrefslogtreecommitdiff
path: root/marks.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-05-11 20:23:09 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-05-11 20:23:09 +0200
commit57d345a0d27f5897651ae5f6131a5b27b46a288d (patch)
tree95447fc264f8cd56358d309682e83076c681a1ec /marks.go
parent01f75e799973ab2dc7e23d78c8232bba948eff71 (diff)
Add marks type
Diffstat (limited to 'marks.go')
-rw-r--r--marks.go20
1 files changed, 20 insertions, 0 deletions
diff --git a/marks.go b/marks.go
index 75d56d6..916381e 100644
--- a/marks.go
+++ b/marks.go
@@ -10,6 +10,26 @@ package main
+- -+
*/
+/*
+ Type1
+
+ | |
+ -+ +-
+
+
+ -+
+ |
+
+ Type2
+
+ +- -+
+ | |
+
+
+ |
+ +-
+*/
+
func (c Cutter) DrawMarks(offset, size Point, length int) {
c.Move(Point{600, 3800})
c.Draw(Point{200, 3800})