[decentral_messaging] central

This commit is contained in:
Martin/Geno 2018-12-18 23:13:16 +01:00
parent fc7fde2afe
commit 795416853b
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
2 changed files with 26 additions and 0 deletions

View File

@ -22,6 +22,14 @@ outputs:
- Ausblick
- Alternativen
---
## Dezentralität
- vs. **Zentralität**
Leider von den meisten Messenger verwendet
<img src="./img/central.svg" style="border: none; background:transparent;" />
---
## Dezentralität

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="200" width="185">
<circle cx="62" cy="50" r="15" fill="white" />
<circle cx="125" cy="50" r="15" fill="white" />
<circle cx="25" cy="100" r="15" fill="white" />
<circle cx="62" cy="150" r="15" fill="white" />
<circle cx="125" cy="150" r="15" fill="white" />
<circle cx="162" cy="100" r="15" fill="white" />
<rect x="80" y="85" width="30" height="30" fill="white" />
<line x1="62" y1="50" x2="95" y2="100" stroke="white"/>
<line x1="125" y1="50" x2="92" y2="100" stroke="white"/>
<line x1="25" y1="100" x2="95" y2="100" stroke="white"/>
<line x1="62" y1="150" x2="95" y2="100" stroke="white"/>
<line x1="125" y1="150" x2="95" y2="100" stroke="white"/>
<line x1="162" y1="100" x2="95" y2="100" stroke="white"/>
</svg>

After

Width:  |  Height:  |  Size: 910 B