remove commented code
This commit is contained in:
parent
bdbba8f3c1
commit
a403cfe50b
|
@ -537,9 +537,6 @@ func (imd *IMDraw) polyline(thickness float64, closed bool) {
|
||||||
|
|
||||||
closing := false
|
closing := false
|
||||||
if j >= len(points) {
|
if j >= len(points) {
|
||||||
/*if !closed {
|
|
||||||
break
|
|
||||||
}*/
|
|
||||||
j %= len(points)
|
j %= len(points)
|
||||||
closing = true
|
closing = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue