diff --git a/truetype/face.go b/truetype/face.go index 10f125f..0bf79c7 100644 --- a/truetype/face.go +++ b/truetype/face.go @@ -491,7 +491,6 @@ func (a *face) drawContour(ps []Point, dx, dy fixed.Int26_6) { if a.stroke == 0 { a.r.AddPath(path) } else { - path.Add1(start) a.r.AddStroke(path, a.stroke, raster.RoundCapper, raster.RoundJoiner) } }