Files
Brick-Monorail/assets/examples/R35.svg
2024-11-30 15:08:08 +01:00

55 lines
3.1 KiB
XML

<svg version="1.1"
viewBox="0 0 43 43"
width="430" height="430"
xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="studs-bg" width="1" height="1" patternUnits="userSpaceOnUse">
<circle cx="0.5" cy="0.5" r="0.3" fill="white" opacity="0.05" />
</pattern>
<pattern id="studs-fg" width="1" height="1" patternUnits="userSpaceOnUse">
<mask id="studs-mask">
<rect width="1" height="1" fill="white" />
<circle cx="0.5" cy="0.5" r="0.3" fill="black" />
</mask>
<rect width="1" height="1" fill="#F2CD37" mask="url(#studs-mask)" />
</pattern>
<marker
id="marker"
viewBox="0 0 4 4"
refX="2"
refY="2"
markerWidth="1"
markerHeight="1"
orient="auto-start-reverse">
<rect x="1.9" y="0" width="0.1" height="4" fill="#6D6E5C" />
<circle cx="2" cy="2" r="0.5" fill="#6D6E5C" />
<circle cx="2" cy="2" r="0.3" fill="#F2CD37" />
</marker>
</defs>
<rect width="100%" height="100%" fill="#6D6E5C" rx="0.5" />
<path d="M13 38 l 0 2" stroke-width="4" stroke="#9BA19D" fill="none" marker-start="url(#marker)" marker-end="url(#marker)" />
<path d="M13 38 a 25 25 0 0 1 5 -15" stroke-width="4" stroke="#9BA19D" fill="none" opacity="0.5" marker-start="url(#marker)" marker-end="url(#marker)" />
<path d="M18 23 a 25 25 0 0 1 5 -5" stroke-width="4" stroke="#9BA19D" fill="none" opacity="0.5" marker-start="url(#marker)" marker-end="url(#marker)" />
<path d="M23 18 a 25 25 0 0 1 15 -5" stroke-width="4" stroke="#9BA19D" fill="none" opacity="0.5" marker-start="url(#marker)" marker-end="url(#marker)" />
<path d="M38 13 l 2 0" stroke-width="4" stroke="#9BA19D" fill="none" marker-start="url(#marker)" marker-end="url(#marker)" />
<path d="M3 35 l 0 5" stroke-width="4" stroke="#9BA19D" fill="none" marker-start="url(#marker)" marker-end="url(#marker)" />
<path d="M3 35 a 25 25 0 0 1 5 -15" stroke-width="4" stroke="#9BA19D" fill="none" marker-start="url(#marker)" marker-end="url(#marker)" />
<path d="M8 20 l 3 -4" stroke-width="4" stroke="#9BA19D" fill="none" marker-start="url(#marker)" marker-end="url(#marker)" />
<path d="M11 16 a 25 25 0 0 1 5 -5" stroke-width="4" stroke="#9BA19D" fill="none" marker-start="url(#marker)" marker-end="url(#marker)" />
<path d="M16 11 l 4 -3" stroke-width="4" stroke="#9BA19D" fill="none" marker-start="url(#marker)" marker-end="url(#marker)" />
<path d="M20 8 a 25 25 0 0 1 15 -5" stroke-width="4" stroke="#9BA19D" fill="none" marker-start="url(#marker)" marker-end="url(#marker)" />
<path d="M35 3 l 5 0" stroke-width="4" stroke="#9BA19D" fill="none" marker-start="url(#marker)" marker-end="url(#marker)" />
<path d="M3.5 41.5 l 34 0" stroke-width="1" stroke="url(#studs-fg)" fill="none" stroke-linecap="round" />
<path d="M41.5 37.5 l 0 -34" stroke-width="1" stroke="url(#studs-fg)" fill="none" stroke-linecap="round" />
<rect x="34" y="36" width="4" height="2" fill="#F2CD37" rx="0.1" />
<text x="36" y="37.1" font-size="1.4" font-family="sans" font-weight="bold" text-anchor="middle" dominant-baseline="middle" fill="#05131D">R35</text>
<rect width="100%" height="100%" fill="url(#studs-bg)" />
</svg>