diff --git a/klayout/EBeam/pymacros/pcells_EBeam_Beta/spiral.py b/klayout/EBeam/pymacros/pcells_EBeam_Beta/spiral.py index 74869c68..9106fb93 100644 --- a/klayout/EBeam/pymacros/pcells_EBeam_Beta/spiral.py +++ b/klayout/EBeam/pymacros/pcells_EBeam_Beta/spiral.py @@ -178,7 +178,7 @@ def produce_impl(self): else: x = (2*b + a * (turn+1) * 2 * pi)/dbu t = Trans(Trans.R0, x,0) - pin = Path([Point(0,pin_length/2), Point(0,-pin_length/2)], w) + pin = Path([Point(0,-pin_length/2), Point(0,pin_length/2)], w) pin_t = pin.transformed(t) shapes(LayerPinRecN).insert(pin_t) text = Text ("pin1", t)