Files
86-DOS-0.11/.progress/asm.svg
T
Yufeng Gao 794721d467 Finished ASM source reconstruction
Finished the source code reconstruction of the assembler - all labels given meaningful names.
2026-01-22 00:08:42 +10:00

24 lines
946 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="87" height="20">
<linearGradient id="b" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<mask id="anybadge_4">
<rect width="87" height="20" rx="3" fill="#fff"/>
</mask>
<g mask="url(#anybadge_4)">
<path fill="#555" d="M0 0h34v20H0z"/>
<path fill="#4C1" d="M34 0h53v20H34z"/>
<path fill="url(#b)" d="M0 0h87v20H0z"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="18.0" y="15" fill="#010101" fill-opacity=".3">ASM</text>
<text x="17.0" y="14">ASM</text>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="61.5" y="15" fill="#010101" fill-opacity=".3">100.0%</text>
<text x="60.5" y="14">100.0%</text>
</g>
</svg>