Fix bad spacing of the rightmost power lines (just a sign error).

This commit is contained in:
Jean-Paul Chaput 2021-04-17 12:54:49 +02:00
parent aeb9d7d4e5
commit b0cfe8fc82
1 changed files with 1 additions and 1 deletions

View File

@ -1289,7 +1289,7 @@ class Corona ( object ):
stripeSpecs.append( [ xcore + offset + i*self.supplyRailPitch
, self.supplyRailWidth
] )
stripeSpecs.append( [ xcore + coreAb.getWidth() - 2*capViaWidth + capViaWidth/2 , capViaWidth ] )
stripeSpecs.append( [ xcore + coreAb.getWidth() - 2*capViaWidth - capViaWidth/2 , capViaWidth ] )
stripeSpecs.append( [ xcore + coreAb.getWidth() - capViaWidth/2 , capViaWidth ] )
trace( 550, '\ticoreAb={}\n'.format(icore.getAbutmentBox()) )