vector: Fix comments

This commit is contained in:
Hajime Hoshi 2019-12-26 16:35:07 +09:00
parent 9ed8279fc8
commit 90fa30378c

View File

@ -32,7 +32,7 @@ func init() {
emptyImage.Fill(color.White)
}
// Path represents a collection of paths.
// Path represents a collection of path segments.
type Path struct {
segs [][]math.Segment
cur math.Point