move image words
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 10 Jun 2021 21:22:30 +0000 (22:22 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 10 Jun 2021 21:22:30 +0000 (22:22 +0100)
src/spec/ifaceprint.py

index b4a499bbf0c02933b458e3c5e05a0909725b538b..75e8476c9371d50738c7814aa1f3f144c34cd2de 100644 (file)
@@ -44,7 +44,7 @@ def create_sv(fname, pins):
                          (woffs-scale*4.5, ht-scale*0.5),
                          stroke=svgwrite.rgb(16, 255, 16, '%'),
                          stroke_width=scale/10.0))
-        dwg.add(dwg.text(pin.upper(), insert=(woffs-scale*12, ht),
+        dwg.add(dwg.text(pin.upper(), insert=(woffs-scale*14, ht),
                          fill='black'))
         dwg.add(dwg.text("W%d" % (i+1), insert=(woffs-scale*1.5, ht),
                             fill='black'))