SVG FTW
Aug 21, 20262 min read1 read
Spätestens seit den Statistiken ist es wohl offensichtlich, dass ich einen kleinen Faible für SVG entwickelt habe.
Den Gedanken, im HTML‑Code eine Skizze unterbringen zu können, ohne eine externe Datei zu benutzen, finde ich beinahe erregend.
<!-- Feature Branch nach oben, wird wieder gemergt -->
<path d="M190 45 c14 0 20 -27 40 -27 h200 c20 0 26 27 40 27" stroke="var(--ink)" stroke-width="2"/>
<!-- Feature Branch nach unten, läuft offen aus -->
<path d="M330 45 c14 0 20 27 40 27 h150" stroke="var(--ink-soft)" stroke-width="2"/>
<path d="M524 72 h44" stroke="var(--ink-soft)" stroke-width="2" stroke-dasharray="1 9" opacity="0.9"/>
<!-- Main Branch -->
<path d="M100 45 h520" stroke="var(--ink-soft)" stroke-width="2" opacity="0.9"/> Wie auch auf der Tag-Seite für meine GitHub-Projekte, auf der ich den Git-Graphen von oben schnell einfügen konnte.
Did you enjoy this article?
Recommend it — Standard Reader surfaces well-loved writing to more readers across the network.