Reads, blog drafts

This commit is contained in:
Pascal Engélibert 2025-12-21 18:54:05 +01:00
commit e92401bb76
12 changed files with 932 additions and 13 deletions

View file

@ -0,0 +1,70 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="288" height="128" viewBox="0 0 288 128">
<!-- Generated by https://txmn.tk/blog/flash-filesystem-encryption/graph.py -->
<!-- Image released under license CC0 (public domain) -->
<title>ECB</title>
<style>
text.t {
color: #000;
fill: #000;
text-anchor: middle;
dominant-baseline: central;
font-size: 16px;
font-family: "Libertinus Sans";
}
circle, line, rect, path.s {
stroke: #000;
stroke-width: 2px;
fill: none;
}
path.f {
stroke: none;
fill: #000;
}
@media (prefers-color-scheme: dark) {
text.t {
color: #ddd;
fill: #ddd;
}
circle, line, rect, path.s {
stroke: #ddd;
}
path.f {
fill: #ddd;
}
}
</style>
<text class="t" x="64" y="16">P</text>
<text class="t" x="16" y="64">K</text>
<rect x="48" y="48" width="32" height="32"/>
<text class="t" x="64" y="64">E</text>
<text class="t" x="64" y="112">C</text>
<line x1="64" y1="28" x2="64.0" y2="40.0"/>
<path class="f" transform="translate(64,48) rotate(90.0)" d="M0 0l-8 0l-4 6l12 -6l-12 -6l4 6z"/>
<line x1="28" y1="64" x2="40.0" y2="64.0"/>
<path class="f" transform="translate(48,64) rotate(0.0)" d="M0 0l-8 0l-4 6l12 -6l-12 -6l4 6z"/>
<line x1="64" y1="80" x2="64.0" y2="92.0"/>
<path class="f" transform="translate(64,100) rotate(90.0)" d="M0 0l-8 0l-4 6l12 -6l-12 -6l4 6z"/>
<text class="t" x="160" y="16">P</text>
<text class="t" x="112" y="64">K</text>
<rect x="144" y="48" width="32" height="32"/>
<text class="t" x="160" y="64">E</text>
<text class="t" x="160" y="112">C</text>
<line x1="160" y1="28" x2="160.0" y2="40.0"/>
<path class="f" transform="translate(160,48) rotate(90.0)" d="M0 0l-8 0l-4 6l12 -6l-12 -6l4 6z"/>
<line x1="124" y1="64" x2="136.0" y2="64.0"/>
<path class="f" transform="translate(144,64) rotate(0.0)" d="M0 0l-8 0l-4 6l12 -6l-12 -6l4 6z"/>
<line x1="160" y1="80" x2="160.0" y2="92.0"/>
<path class="f" transform="translate(160,100) rotate(90.0)" d="M0 0l-8 0l-4 6l12 -6l-12 -6l4 6z"/>
<text class="t" x="256" y="16">P</text>
<text class="t" x="208" y="64">K</text>
<rect x="240" y="48" width="32" height="32"/>
<text class="t" x="256" y="64">E</text>
<text class="t" x="256" y="112">C</text>
<line x1="256" y1="28" x2="256.0" y2="40.0"/>
<path class="f" transform="translate(256,48) rotate(90.0)" d="M0 0l-8 0l-4 6l12 -6l-12 -6l4 6z"/>
<line x1="220" y1="64" x2="232.0" y2="64.0"/>
<path class="f" transform="translate(240,64) rotate(0.0)" d="M0 0l-8 0l-4 6l12 -6l-12 -6l4 6z"/>
<line x1="256" y1="80" x2="256.0" y2="92.0"/>
<path class="f" transform="translate(256,100) rotate(90.0)" d="M0 0l-8 0l-4 6l12 -6l-12 -6l4 6z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB