aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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})