fix comment
This commit is contained in:
parent
a6ceba03c8
commit
51ba099819
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ type Flattener interface {
|
||||||
MoveTo(x, y float64)
|
MoveTo(x, y float64)
|
||||||
// LineTo Draw a line from the current position to the point (x, y)
|
// LineTo Draw a line from the current position to the point (x, y)
|
||||||
LineTo(x, y float64)
|
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()
|
LineJoin()
|
||||||
// Close add the most recent starting point to close the path to create a polygon
|
// Close add the most recent starting point to close the path to create a polygon
|
||||||
Close()
|
Close()
|
||||||
|
|
Loading…
Reference in a new issue