Skip to content

Commit c2f4c65

Browse files
committed
Add ESQ-1 logo in fairly readable SVG notation.
(#14049 (comment))
1 parent 86906d8 commit c2f4c65

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed

src/mame/layout/esq1.lay

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,42 @@ license:CC0-1.0
5353
]]></data></image>
5454
</element>
5555

56+
<element name="esq1_logo">
57+
<image><data><![CDATA[
58+
<svg width="286" height="70">
59+
<g fill="#e2dbce" stroke="none">
60+
<!-- E -->
61+
<path d="
62+
M 0,0 v 20 h 67 v -20 z
63+
m 0,25 v 20 h 67 v -20 z
64+
m 0,25 v 20 h 67 v -20 z"/>
65+
66+
<!-- S -->
67+
<path d="
68+
M 76,0
69+
v 45 h 47 v 5 h -47 v 20 h 67
70+
v -45 h -47 v -5 h 47 v -20 Z" />
71+
72+
<!-- Q -->
73+
<path d="
74+
M 152,0
75+
v 70 h 86 v -20 h -19 V 0 Z
76+
m 20,20 h 27 v 30 h -27 z" />
77+
78+
<!-- 1 -->
79+
<path d="
80+
M 266,0
81+
l -12,20 h 12 v 50 h 20 V 0 Z" />
82+
</g>
83+
84+
<!-- The triangle -->
85+
<path
86+
fill="#36dbe9" stroke="none"
87+
d="m 222,0 h 39 l -19.5,32.5 z"/>
88+
</svg>
89+
]]></data></image>
90+
</element>
91+
5692
<element name="white_key">
5793
<rect state="0"><color red="0.95" green="0.95" blue="0.9"/></rect>
5894
<rect state="1"><color red="0.3" green="0.6" blue="0.8"/></rect>
@@ -167,9 +203,7 @@ license:CC0-1.0
167203
<element name="right_rear_text"><text string="RIGHT"><color red="0.83" green="0.86" blue="0.83" /></text></element>
168204
<element name="audio_out_text"><text string="AUDIO OUT"><color red="0.83" green="0.86" blue="0.83" /></text></element>
169205

170-
171206
<!--<element name="ensoniq_logo"><text string="ensoniq"><color red="0.83" green="0.86" blue="0.83" /></text></element>-->
172-
<element name="esq1_logo"><text string="ESQ 1"><color red="0.83" green="0.86" blue="0.83" /></text></element>
173207
<element name="dwsynth_title"><text string="Digital Wave Synthesizer"><color red="0.83" green="0.86" blue="0.83" /></text></element>
174208
<element name="cartridge_text"><text string="Program Cartridge"><color red="0.83" green="0.86" blue="0.83" /></text></element>
175209
<element name="pitch_text"><text string="PITCH"><color red="0.83" green="0.86" blue="0.83" /></text></element>
@@ -581,7 +615,7 @@ license:CC0-1.0
581615
<element ref="split_layer_text2"><bounds x="1133" y="130" width="18" height="6"/></element>
582616

583617
<element ref="esq1_logo"><bounds x="-410" y="119" width="153" height="40"/></element>
584-
<element ref="dwsynth_title"><bounds x="-412" y="169" width="154" height="12"/></element>
618+
<element ref="dwsynth_title"><bounds x="-412" y="169" width="154" height="16"/></element>
585619
<element ref="volume_title"><bounds x="-62" y="169" width="28" height="8"/></element>
586620
<element ref="banks_title"><bounds x="38" y="169" width="22" height="8"/></element>
587621
<element ref="data_entry_title"><bounds x="130" y="169" width="41" height="8"/></element>

0 commit comments

Comments
 (0)