media badges, libass wasm, static assets

This commit is contained in:
2026-03-22 19:46:38 +02:00
parent c9d5470950
commit 4e2e3626cc
26 changed files with 1062 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="1000px" height="1000px" version="1.1" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="scroll-behavior: auto !important;">
<defs>
<rect id="small" width="150" height="150" x="0" y="0" fill="#000" stroke-width="13" stroke="#000"/>
</defs>
<g id="foreground">
<rect id="big" fill-opacity="0" stroke-width="13" stroke="#000" width="750" height="750" x="125" y="125"/>
<use xlink:href="#small" transform="translate(50,50)"/>
<use xlink:href="#small" transform="translate(800,50)"/>
<use xlink:href="#small" transform="translate(50,800)"/>
<use xlink:href="#small" transform="translate(800,800)"/>
<use xlink:href="#small" transform="translate(425,50)"/>
<use xlink:href="#small" fill-opacity="0" transform="translate(425,425)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 898 B