init: legacy 2018

This commit is contained in:
2026-03-24 00:13:05 +03:00
commit 97e7fba07e
20 changed files with 837 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="924px" height="200px" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
viewBox="0 0 711 154" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
<![CDATA[
.str {stroke:black;stroke-width:1}
.letter_L {fill:green}
.letter_P {fill:#9900CC}
.letter_N {fill:#FF6600}
.fil1 {fill:#333333}
.fil2 {fill:red}
.fil3 {fill:white}
.fil4 {fill:black}
]]>
</style>
<pattern id="symbol-N" patternUnits="userSpaceOnUse" x="558" y="0" width="154" height="154">
<image x="0" y="0" width="154" height="154" xlink:href="https://lpon.ru/static/img/Led-Zeppelin-I-200x200.jpg"/>
</pattern>
<pattern id="symbol-P" patternUnits="userSpaceOnUse" x="194" y="0" width="154" height="154">
<image x="0" y="0" width="154" height="154" xlink:href="https://lpon.ru/static/img/Massive-Attack-Heligoland-200x200.jpg"/>
</pattern>
<pattern id="symbol-L" patternUnits="userSpaceOnUse" x="0" y="0" width="154" height="154">
<image x="0" y="0" width="154" height="154" xlink:href="https://lpon.ru/static/img/The-Who-My-Generation-200x200.jpg"/>
</pattern>
</defs>
<g id="Layer_x0020_1">
<polygon class="letter_L str" style="fill:url(#symbol-L)" points="0,154 0,0 95,0 95,95 154,95 154,154 "/>
<path class="letter_P str" style="fill:url(#symbol-P)" d="M194 0l95 0c32,0 59,26 59,59 0,32 -26,59 -59,59l0 36 -95 0 0 -154zm95 61c-1,0 -3,-1 -3,-3 0,-1 1,-3 3,-3 1,0 3,1 3,3 0,1 -1,3 -3,3z"/>
<polygon class="letter_N str" style="fill:url(#symbol-N)" points="558,0 616,0 653,29 653,0 711,0 711,154 653,154 616,124 616,154 558,154 "/>
<g id="vinyl-disk">
<circle class="fil1" cx="451" cy="77" r="75"/>
<circle class="fil4" cx="451" cy="77" r="71"/>
<circle class="fil1" cx="451" cy="77" r="33"/>
<circle class="fil2" cx="451" cy="77" r="25"/>
<circle class="fil3" cx="451" cy="77" r="3"/>
<!-- path class="fil4" d="M451 42c19,0 34,15 34,34 0,19 -15,34 -34,34 -19,0 -34,-15 -34,-34 0,-19 15,-34 34,-34zm0 -38c40,0 73,33 73,73 0,40 -33,73 -73,73 -40,0 -73,-33 -73,-73 0,-40 33,-73 73,-73z"/ -->
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB