Skip to content

Commit

Permalink
Patched interpreter to 4×5cm shape based on a recommendation by Rick …
Browse files Browse the repository at this point in the history
…Hindriks
  • Loading branch information
Ghostbird committed May 11, 2014
1 parent 827cc02 commit a343039
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions shapes/Tombstone/interpreter.shape
Expand Up @@ -4,17 +4,17 @@
<description>Interpreter</description>
<icon>interpreter.png</icon>
<default-width>4cm</default-width>
<default-height>8cm</default-height>
<default-height>5cm</default-height>
<connections>
<point x="4" y="0"/>
<point x="4" y="16"/>
<point x="4" y="14"/>
<point x="4" y="8" main="yes"/>
<point x="4" y="10"/>
<point x="4" y="8"/>
<point x="4" y="5" main="yes"/>
</connections>
<textbox x1="1" y1="1" x2="7" y2="3" resize="no"/>
<svg:svg width="8" height="16">
<svg:path
d="M 0,0 L 8,0 8,16 0,16 z"
<svg:svg width="8" height="8">
<svg:path
d="M 0,0 L 8,0 8,10 0,10 z"
style="fill: default"/>
</svg:svg>
</shape>

0 comments on commit a343039

Please sign in to comment.