projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78d30c5
)
move image words
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 10 Jun 2021 21:22:30 +0000
(22:22 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 10 Jun 2021 21:22:30 +0000
(22:22 +0100)
src/spec/ifaceprint.py
patch
|
blob
|
history
diff --git
a/src/spec/ifaceprint.py
b/src/spec/ifaceprint.py
index b4a499bbf0c02933b458e3c5e05a0909725b538b..75e8476c9371d50738c7814aa1f3f144c34cd2de 100644
(file)
--- 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*1
2
, ht),
+ dwg.add(dwg.text(pin.upper(), insert=(woffs-scale*1
4
, ht),
fill='black'))
dwg.add(dwg.text("W%d" % (i+1), insert=(woffs-scale*1.5, ht),
fill='black'))