19 lines
847 B
XML
19 lines
847 B
XML
<svg viewBox="176.213 124.901 61.875 61.016" width="63.875" height="61.016" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Definition des Clipping-Pfads -->
|
|
<defs>
|
|
<clipPath id="clip-path">
|
|
<!-- Clipping-Pfad definiert die Fläche links von der schrägen Linie -->
|
|
<path d="M 178.213 124.901 L 240.088 185.917 L 178.213 185.917 Z" />
|
|
</clipPath>
|
|
</defs>
|
|
|
|
<!-- Fülle den Bereich links von der Linie mit Weiß -->
|
|
<rect x="178.213" y="124.901" width="61.875" height="61.016" fill="white" clip-path="url(#clip-path)" />
|
|
|
|
<!-- Zusätzliches Rechteck für den nahtlosen Übergang -->
|
|
<rect x="176.213" y="124.901" width="2" height="61.016" fill="white"/>
|
|
|
|
<!-- Zeichne den ursprünglichen Pfad -->
|
|
<path d="M 240.088 185.917 L 178.213 124.901 L 240.088 185.917 Z" fill="none" stroke="#0D0C0C" stroke-width="2"/>
|
|
</svg>
|