aboutsummaryrefslogtreecommitdiff
path: root/marks.go
diff options
context:
space:
mode:
Diffstat (limited to 'marks.go')
-rw-r--r--marks.go2
1 files changed, 1 insertions, 1 deletions
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})