diff options
author | jaseg <git@jaseg.de> | 2023-03-22 12:12:27 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-03-22 12:12:52 +0100 |
commit | b1324e9a537266ca83bb18ef48fb272134134e92 (patch) | |
tree | 7ca03c5cc56e5567cec2a5e14aba65a4a0ebc46a /gerbolyze | |
parent | 89fa6fbf83c4be8e2394b456166c228c58428ea6 (diff) | |
download | gerbolyze-b1324e9a537266ca83bb18ef48fb272134134e92.tar.gz gerbolyze-b1324e9a537266ca83bb18ef48fb272134134e92.tar.bz2 gerbolyze-b1324e9a537266ca83bb18ef48fb272134134e92.zip |
protoboard: small formatting fix
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()) |