Small tool for radius visualization (#23)

* Updated them for a consistent style (all with background)

* Added small website tool for previsualization. Fixes #1
This commit is contained in:
Francisco Presencia
2017-04-18 09:37:01 +02:00
committed by Terence Eden
parent e9e1d099a5
commit ba8b9a73ac
7 changed files with 97 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<rect fill="#fff" height="512" rx="15%" width="512"/>
<g fill="#134563">
<rect fill="#134563" height="512" rx="15%" width="512"/>
<g fill="#fff">
<path d="m370.4 229.6h-24v-51.2a90.8 90.8 0 0 0 -90.4-90.4 90.8 90.8 0 0 0 -90.4 90.4v51.2h-24v-51.2a114.4 114.4 0 1 1 228.8 0z"/>
<path d="m358.4 447.2h-204.8a39 39 0 0 1 -38.4-38.4v-153.6a39 39 0 0 1 38.4-38.4h204.8a39 39 0 0 1 38.4 38.4v153.6a38.4 38.4 0 0 1 -38.4 38.4zm-204.8-204.8c-7.2 0-12.8 5.6-12.8 12.8v153.6c0 7.2 5.6 12.8 12.8 12.8h204.8c7.2 0 12.8-5.6 12.8-12.8v-153.6c0-7.2-5.6-12.8-12.8-12.8z"/>
<path d="m281.6 293.6a25.3 25.3 0 0 1 -25.6 25.6 25.3 25.3 0 0 1 -25.6-25.6 25.3 25.3 0 0 1 25.6-25.6c14.4 0 25.6 12 25.6 25.6"/>

Before

Width:  |  Height:  |  Size: 738 B

After

Width:  |  Height:  |  Size: 738 B