Add logo to readme

This commit is contained in:
Sasha Koshka 2024-01-25 07:42:32 +00:00
parent dae023b2af
commit f083d016b4
2 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,7 @@
# FSPL # FSPL
<img src="assets/fspl.svg" width=256 alt="FSPL logo.">
Freestanding programming language: a high-ish-level language that has absolutely Freestanding programming language: a high-ish-level language that has absolutely
no need for any runtime support, designed to work well in scenarios where no need for any runtime support, designed to work well in scenarios where
dragging along a language runtime is either not possible or simply unwanted. dragging along a language runtime is either not possible or simply unwanted.

View File

@ -15,7 +15,7 @@
xmlns:svg="http://www.w3.org/2000/svg"> xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview <sodipodi:namedview
id="namedview1" id="namedview1"
pagecolor="#000000" pagecolor="#FF0000"
bordercolor="#ffffff" bordercolor="#ffffff"
borderopacity="1" borderopacity="1"
inkscape:showpageshadow="false" inkscape:showpageshadow="false"
@ -93,29 +93,29 @@
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer1"> id="layer1">
<path <path
style="fill:none;stroke:#000000;stroke-width:48;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill" style="fill:none;stroke:#FF0000;stroke-width:48;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill"
d="M 592.50809,272 H 369.86667 A 33.866667,33.866667 135 0 0 336,305.86667 v 28.26666 96 96 A 33.866667,33.866667 45 0 0 369.86667,560 H 654.13333 A 33.866667,33.866667 45 0 1 688,593.86667 v 28.26666 96 A 33.866667,33.866667 135 0 1 654.13333,752 H 336" d="M 592.50809,272 H 369.86667 A 33.866667,33.866667 135 0 0 336,305.86667 v 28.26666 96 96 A 33.866667,33.866667 45 0 0 369.86667,560 H 654.13333 A 33.866667,33.866667 45 0 1 688,593.86667 v 28.26666 96 A 33.866667,33.866667 135 0 1 654.13333,752 H 336"
id="path1" id="path1"
inkscape:path-effect="#path-effect5" inkscape:path-effect="#path-effect5"
inkscape:original-d="M 592.50809,272 H 336 v 96 96 96 h 352 v 96 96 H 336" inkscape:original-d="M 592.50809,272 H 336 v 96 96 96 h 352 v 96 96 H 336"
sodipodi:nodetypes="ccccccccc" /> sodipodi:nodetypes="ccccccccc" />
<path <path
style="fill:none;stroke:#000000;stroke-width:48;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stroke-linejoin:miter" style="fill:none;stroke:#FF0000;stroke-width:48;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stroke-linejoin:miter"
d="M 336.03852,368.00001 H 495.98905" d="M 336.03852,368.00001 H 495.98905"
id="path2" /> id="path2" />
<path <path
style="fill:none;stroke:#000000;stroke-width:48;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill" style="fill:none;stroke:#FF0000;stroke-width:48;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill"
d="M 336.02172,464 H 623.97828" d="M 336.02172,464 H 623.97828"
id="path3" /> id="path3" />
<path <path
style="fill:none;stroke:#000000;stroke-width:48;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill" style="fill:none;stroke:#FF0000;stroke-width:48;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill"
d="M 688,656 H 369.86667 A 33.866667,33.866667 135 0 0 336,689.86667 V 814.13333 A 33.866667,33.866667 45 0 0 369.86667,848 h 257.05452" d="M 688,656 H 369.86667 A 33.866667,33.866667 135 0 0 336,689.86667 V 814.13333 A 33.866667,33.866667 45 0 0 369.86667,848 h 257.05452"
id="path4" id="path4"
inkscape:path-effect="#path-effect6" inkscape:path-effect="#path-effect6"
inkscape:original-d="M 688,656 H 336 v 192 h 290.92119" inkscape:original-d="M 688,656 H 336 v 192 h 290.92119"
sodipodi:nodetypes="cccc" /> sodipodi:nodetypes="cccc" />
<path <path
style="fill:none;stroke:#000000;stroke-width:48;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stroke-linejoin:miter" style="fill:none;stroke:#FF0000;stroke-width:48;stroke-linecap:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill;stroke-linejoin:miter"
d="M 560.08272,176 H 463.94476" d="M 560.08272,176 H 463.94476"
id="path5" /> id="path5" />
</g> </g>

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB