Skip to content

Commit a343039

Browse files
committed
Patched interpreter to 4×5cm shape based on a recommendation by Rick Hindriks
1 parent 827cc02 commit a343039

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

shapes/Tombstone/interpreter.shape

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
<description>Interpreter</description>
55
<icon>interpreter.png</icon>
66
<default-width>4cm</default-width>
7-
<default-height>8cm</default-height>
7+
<default-height>5cm</default-height>
88
<connections>
99
<point x="4" y="0"/>
10-
<point x="4" y="16"/>
11-
<point x="4" y="14"/>
12-
<point x="4" y="8" main="yes"/>
10+
<point x="4" y="10"/>
11+
<point x="4" y="8"/>
12+
<point x="4" y="5" main="yes"/>
1313
</connections>
1414
<textbox x1="1" y1="1" x2="7" y2="3" resize="no"/>
15-
<svg:svg width="8" height="16">
16-
<svg:path
17-
d="M 0,0 L 8,0 8,16 0,16 z"
15+
<svg:svg width="8" height="8">
16+
<svg:path
17+
d="M 0,0 L 8,0 8,10 0,10 z"
1818
style="fill: default"/>
1919
</svg:svg>
2020
</shape>

0 commit comments

Comments
 (0)