summaryrefslogtreecommitdiff
path: root/chip_design/solution-to-latex.py
diff options
context:
space:
mode:
Diffstat (limited to 'chip_design/solution-to-latex.py')
-rwxr-xr-xchip_design/solution-to-latex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip_design/solution-to-latex.py b/chip_design/solution-to-latex.py
index aec9948..2028b1b 100755
--- a/chip_design/solution-to-latex.py
+++ b/chip_design/solution-to-latex.py
@@ -71,7 +71,7 @@ def print_boxes():
attrs = ','.join(attrs)
# For easier detection, reduce box dimension (add margin)
- margin = 0.1
+ margin = 0.01
x += margin
y += margin
x2 -= margin