Add images

This commit is contained in:
pietervdvn 2021-09-03 17:32:07 +02:00
parent c15541eddb
commit 76efc0ad9c
3 changed files with 52 additions and 0 deletions

View file

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg
version="1.0"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="44"
height="44">
<defs>
<rect id="alive" x="0" y="0" width="14" height="14" fill="black" stroke="#c0c0c0" stroke-width="2"/>
<rect id="dead" x="0" y="0" width="14" height="14" fill="white" stroke="#c0c0c0" stroke-width="2"/>
</defs>
<g transform="translate(1,1)">
<use xlink:href="#alive" transform="translate(0,0)"/>
<use xlink:href="#alive" transform="translate(14,0)"/>
<use xlink:href="#alive" transform="translate(28,0)"/>
<use xlink:href="#alive" transform="translate(0,14)"/>
<use xlink:href="#dead" transform="translate(14,14)"/>
<use xlink:href="#dead" transform="translate(28,14)"/>
<use xlink:href="#dead" transform="translate(0,28)"/>
<use xlink:href="#alive" transform="translate(14,28)"/>
<use xlink:href="#dead" transform="translate(28,28)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

View file

@ -0,0 +1,22 @@
[
{
"path": "glider.svg",
"license": "CC0",
"authors": [
"Bryan.burgers"
],
"sources": [
"https://upload.wikimedia.org/wikipedia/commons/0/02/Game_of_life_glider.svg"
]
},
{
"path": "led.png",
"license": "CC0",
"authors": [
"Tommaso.sansone91"
],
"sources": [
"https://upload.wikimedia.org/wikipedia/commons/2/2a/Led_light_bulb_-_led_lamp_2.png"
]
}
]