From: Luke Kenneth Casson Leighton Date: Thu, 10 Jun 2021 21:22:30 +0000 (+0100) Subject: move image words X-Git-Url: https://git.libre-soc.org/?p=pinmux.git;a=commitdiff_plain;h=d4be8db6442e6db7c461c661f58dcae86a1c3c62 move image words --- diff --git a/src/spec/ifaceprint.py b/src/spec/ifaceprint.py index b4a499b..75e8476 100644 --- a/src/spec/ifaceprint.py +++ b/src/spec/ifaceprint.py @@ -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'))