From 23d784959cce41ece1ef0f1ee3c143a54d72f029 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 6 May 2015 21:31:31 +0200 Subject: whitespaces --- testpattern.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testpattern.go') diff --git a/testpattern.go b/testpattern.go index 342f45b..a8aa637 100644 --- a/testpattern.go +++ b/testpattern.go @@ -14,14 +14,18 @@ func (c Cutter) TestPattern() { Point{637, 439}, Point{637, 510}) c.Bezier(1, Point{637, 510}, Point{637, 580}, Point{580, 637}, Point{510, 637}) + c.Move(Point{764, 764}) c.Draw(Point{256, 764}) c.Draw(Point{256, 256}) c.Draw(Point{764, 256}) c.Draw(Point{764, 764}) + c.Move(Point{2, 510}) c.Draw(Point{1018, 510}) + c.Move(Point{510, 1018}) c.Draw(Point{510, 2}) + c.Move(Origin) } -- cgit v1.2.3