From 1564efa2b87af2045e288df4ec5946be1dab6d64 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 2 May 2015 22:07:32 +0200 Subject: Add points --- marks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'marks.go') diff --git a/marks.go b/marks.go index fd75b29..cd90baf 100644 --- a/marks.go +++ b/marks.go @@ -35,7 +35,7 @@ package main +- -+ */ -func (c Cutter) DrawMarks() (string, error) { +func (c Cutter) DrawMarks(offset, size Point) (string, error) { c.Move(Point{600, 3800}) c.Draw(Point{200, 3800}) c.Draw(Point{200, 3400}) -- cgit v1.2.3