Remove final Add1

This commit is contained in:
Taco de Wolff 2017-05-21 20:53:25 +02:00
parent 711d61e914
commit 34accd1e1b

View file

@ -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)
}
}