From 57d345a0d27f5897651ae5f6131a5b27b46a288d Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 11 May 2015 20:23:09 +0200 Subject: Add marks type --- marks.go | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'marks.go') 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}) -- cgit v1.2.3