aboutsummaryrefslogtreecommitdiff
path: root/misc.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc.go')
-rw-r--r--misc.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc.go b/misc.go
index e40830b..e499aae 100644
--- a/misc.go
+++ b/misc.go
@@ -22,4 +22,8 @@ func (c Cutter) DrawCircles() {
Polar{100 * i, 0},
Polar{100 * i, 3600})
}
+ c.Move(Point{0, 1000})
+ c.Draw(Point{2000, 1000})
+ c.Move(Point{1000, 0})
+ c.Draw(Point{1000, 2000})
}