diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2016-09-24 06:19:36 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-09-24 06:27:08 +0000 |
commit | be3260ecd58228a6c1a4ddb80f8f5eaece20cc69 (patch) | |
tree | a557da4c12d2d3590343d16ee723f0f6dfc4e221 | |
parent | 0ee015209f0615bc8074de81ebfae4cbd054f4ac (diff) |
bip-0002: Graph: Collapse Active into Final box
-rw-r--r-- | bip-0002/process.png | bin | 15586 -> 15691 bytes | |||
-rw-r--r-- | bip-0002/process.svg | 5 |
2 files changed, 1 insertions, 4 deletions
diff --git a/bip-0002/process.png b/bip-0002/process.png Binary files differindex 6b1925e..2f86230 100644 --- a/bip-0002/process.png +++ b/bip-0002/process.png diff --git a/bip-0002/process.svg b/bip-0002/process.svg index bb61e8e..b8c8a4c 100644 --- a/bip-0002/process.svg +++ b/bip-0002/process.svg @@ -28,7 +28,7 @@ <text x="264" y="32" font-size="20" text-anchor="middle">Accepted</text> <path d="M328,24 L392,24"/> <rect x="392" y="8" width="128" height="32"/> - <text x="456" y="32" font-size="20" text-anchor="middle">Final</text> + <text x="456" y="32" font-size="20" text-anchor="middle">Final/Active</text> <path d="M456,40 L456,80"/> <rect x="392" y="80" width="128" height="32"/> <text x="456" y="104" font-size="20" text-anchor="middle">Replaced</text> @@ -46,7 +46,4 @@ <rect x="8" y="166" width="128" height="32"/> <text x="72" y="190" font-size="20" text-anchor="middle">Deferred</text> <path d="M56,166 L56,40"/> - - <rect x="392" y="166" width="128" height="32"/> - <text x="456" y="190" font-size="20" text-anchor="middle">Active</text> </svg> |