rm
This commit is contained in:
parent
3faba86b95
commit
3a289a6172
1 changed files with 0 additions and 4 deletions
|
@ -1971,14 +1971,10 @@ proc fillShapes(
|
||||||
rightBottom.x = right.solveX(rightBottom.y)
|
rightBottom.x = right.solveX(rightBottom.y)
|
||||||
|
|
||||||
let
|
let
|
||||||
# leftMinX = min(leftTop.x, leftBottom.x)
|
|
||||||
leftMaxX = max(leftTop.x, leftBottom.x)
|
leftMaxX = max(leftTop.x, leftBottom.x)
|
||||||
rightMinX = min(rightTop.x, rightBottom.x)
|
rightMinX = min(rightTop.x, rightBottom.x)
|
||||||
# rightMaxX = max(rightTop.x, rightBottom.x)
|
|
||||||
# leftCoverBegin = leftMinX.trunc
|
|
||||||
leftCoverEnd = leftMaxX.ceil.int
|
leftCoverEnd = leftMaxX.ceil.int
|
||||||
rightCoverBegin = rightMinX.trunc.int
|
rightCoverBegin = rightMinX.trunc.int
|
||||||
# rightCoverEnd = rightMaxX.ceil
|
|
||||||
|
|
||||||
if leftCoverEnd < rightCoverBegin:
|
if leftCoverEnd < rightCoverBegin:
|
||||||
# Only take this shortcut if the partial coverage areas on the
|
# Only take this shortcut if the partial coverage areas on the
|
||||||
|
|
Loading…
Reference in a new issue