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
|
||||
if j >= len(points) {
|
||||
/*if !closed {
|
||||
break
|
||||
}*/
|
||||
j %= len(points)
|
||||
closing = true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue