comlib/templates/svg.html

17 lines
1.7 KiB
HTML
Raw Normal View History

2024-09-01 17:30:27 +00:00
<svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" version="1.1" preserveAspectRatio="xMidYMid meet" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 600 900" style="fill: currentColor; position: absolute">
<rect y="5" width="590px" x="5" height="890px" style="fill: rgb(209 213 219);"></rect>
<polygon points="360,895 510,895 595,810 595,660" fill="#5BCEFA" />
<polygon points="390,895 480,895 595,780 595,690" fill="#F5A9B8" />
<polygon points="420,895 450,895 595,750 595,720" fill="#FFF" />
<text y="935" x="-212" font-size="19" font-weight="bold" fill="black" transform="rotate(-45)" font-family="sans" style="text-anchor:middle">Trans rights</text>
<text y="955" x="-212" font-size="19" font-weight="bold" fill="black" transform="rotate(-45)" font-family="sans" style="text-anchor:middle">are human rights</text>
<polygon points="5,130 5,200 330,5 220,5" fill="red"></polygon>
<text y="150" x="-20" transform="rotate(-31)" fill="#e5d579" font-weight="bold" font-size="20" font-family="sans">Comrades Library</text>
<rect y="5" width="590px" style="fill: none; stroke-width:5; stroke: currentColor" x="5" height="890px" />
<text font-family="serif" font-weight="bold">
{% set name = this.title.split("? ")[0] %}
<tspan y="200" x="580" font-size="{{ 62 - name|length }}" style="text-anchor:end;font-variant-caps: small-caps;">{{ name }}</tspan>
<tspan y="240" x="575" font-size="25" style="text-anchor:end;font-style:italic;">{{ this.author }}</tspan>
</text>
</svg>