Skip to content

Latest commit

 

History

History
330 lines (287 loc) · 11.5 KB

shapes.md

File metadata and controls

330 lines (287 loc) · 11.5 KB

Resulting shapes:

<style> svg { width: 100%; height: 100px; background-color: white; border: solid white; border-width: 7px; overflow: visible; } svg > g { fill: white; stroke: black; } svg > g > text { fill: black; stroke: none; text-anchor: middle; font-size: 12px; } </style>

Only shapes with at least 10% are drawn for each element. With the exception that at least two shapes for each element are drawn.

Some element specifications do not imply a shape and are not drawn. This includes '2d', 'isometric', '3d', 'numbered', 'with hashes' and '"tx"'.

License: All of the following svg images may be used for any (lawful) purpose without mentioning the original author.

nodes

  1. circle (41/87) 47.1 %
  2. pc (20/87) 23.0 %
  3. 2d (13/87) 14.9 %
  4. rectangle (12/87) 13.8 %
  5. smart phone (12/87) 13.8 %
  6. rounded corners (9/87) 10.3 %
1. circle 2. pc 4. rectangle 5. phone 5. rounded

node links

  1. line (60/68) 88.2 %
  2. circle (8/68) 11.8 %
1. line 2. circle

blocks

  1. 2d (46/81) 56.8 %
  2. cube (32/81) 39.5 %
  3. rectangle (28/81) 34.6 %
  4. isometric (19/81) 23.5 %
  5. 3d (15/81) 18.5 %
  6. numbered (15/81) 18.5 %
  7. with hashes (10/81) 12.3 %
2. cube 3. rectangle

links

  1. direct block contact (23/55) 41.8 %
  2. line (20/55) 36.4 %
  3. arrow (13/55) 23.6 %
1. contact 2. line 3. arrow

transactions

  1. rectangle (16/42) 38.1 %
  2. ‘tx’ (13/42) 31.0 %
  3. coin (6/42) 14.3 %
1. rectangle $ 3. coin

Additional shapes consided:

octagon hexagon pentagon

blockchain

  1. rectangle (18/39) 46.2 %
  2. circle (6/39) 15.4 %
  3. rounded corners (4/39) 10.3 %
  4. wavy bottom (4/39) 10.3 %
  5. wavy top (4/39) 10.3 %
1. rectangle 2. circle 3. rounded 4. wavy top 4. wavy b.

Additional shape considered:

icon

smart contracts

  1. rectangle (11/37) 29.7 %
  2. document icon (7/37) 18.9 %
1. rect. 2. document

actors

  1. user icon (21/26) 80.8 %
  2. stick figure (3/26) 11.5 %

Decorators for roles?

1. user 2. stick figure

block verification

  1. checkmark (20/21) 95.2 %
  2. color scale (1/21) 4.8 %
✅ 1. checkmark 2. color

wallet

  1. wallet icon (11/16) 68.8 %
  2. rectangle (2/16) 12.5 %
1. wallet 2. rectangle

miners

  1. rectangle (5/10) 50.0 %
  2. rounded corners (4/10) 40.0 %
  3. pickaxe (2/10) 20.0 %

Pickaxe as modifier for a node

1. rectangle 2. rounded 2. pickaxe