diff options
Diffstat (limited to 'gerbolyze')
-rw-r--r-- | gerbolyze/protoboard.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gerbolyze/protoboard.py b/gerbolyze/protoboard.py index 42bfb9d..c9c8d00 100644 --- a/gerbolyze/protoboard.py +++ b/gerbolyze/protoboard.py @@ -54,9 +54,9 @@ class ManhattanPattern(Pattern): def content(self): return textwrap.dedent(''' <rect x="0" y="0" width="0.5" height="0.5" style="fill: black; stroke: white; stroke-width: 0.01mm"/> - <rect x="0" y="0.5" width="0.5" height="0.5" style="fill: black; stroke: white; stroke-width: 0.01mm"/> - <rect x="0.5" y="0" width="0.5" height="0.5" style="fill: black; stroke: white; stroke-width: 0.01mm"/> - <rect x="0.5" y="0.5" width="0.5" height="0.5" style="fill: black; stroke: white; stroke-width: 0.01mm"/> + <rect x="0" y="0.5" width="0.5" height="0.5" style="fill: black; stroke: white; stroke-width: 0.01mm"/> + <rect x="0.5" y="0" width="0.5" height="0.5" style="fill: black; stroke: white; stroke-width: 0.01mm"/> + <rect x="0.5" y="0.5" width="0.5" height="0.5" style="fill: black; stroke: white; stroke-width: 0.01mm"/> <rect x="0.3" y="0.3" width="0.4" height="0.4" style="fill: black; stroke: white; stroke-width: 0.01mm" transform="rotate(45 0.5 0.5)"/> '''.strip()) |