From 51ba099819af77d10a7d49c0e339c8cc6d661b5e Mon Sep 17 00:00:00 2001 From: llgcode Date: Mon, 17 Oct 2016 10:46:10 +0200 Subject: [PATCH] fix comment --- draw2dbase/flattener.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draw2dbase/flattener.go b/draw2dbase/flattener.go index 986c7ab..c62d1bc 100644 --- a/draw2dbase/flattener.go +++ b/draw2dbase/flattener.go @@ -19,7 +19,7 @@ type Flattener interface { MoveTo(x, y float64) // LineTo Draw a line from the current position to the point (x, y) LineTo(x, y float64) - // LineJoin add the most recent starting point to close the path to create a polygon + // LineJoin use Round, Bevel or miter to join points LineJoin() // Close add the most recent starting point to close the path to create a polygon Close()