Remove final Add1
This commit is contained in:
parent
711d61e914
commit
34accd1e1b
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue