diff options
author | azuchi <azuchi@haw.co.jp> | 2017-05-01 11:18:30 +0900 |
---|---|---|
committer | azuchi <azuchi@haw.co.jp> | 2017-05-01 11:18:30 +0900 |
commit | ec8f4b003b7b65797f3eec6488dccde9d88a4bd6 (patch) | |
tree | 9081eec94fb3a7462c7cee37484a1ae4aa80e66a /bip-0002 | |
parent | a301db099d615f20e624bcd19a3f92329285f9ce (diff) |
Add obsolete status to process image
Diffstat (limited to 'bip-0002')
-rw-r--r-- | bip-0002/process.png | bin | 15714 -> 10389 bytes | |||
-rw-r--r-- | bip-0002/process.svg | 14 |
2 files changed, 9 insertions, 5 deletions
diff --git a/bip-0002/process.png b/bip-0002/process.png Binary files differindex a834947..b532799 100644 --- a/bip-0002/process.png +++ b/bip-0002/process.png diff --git a/bip-0002/process.svg b/bip-0002/process.svg index efaa02b..7bfbe7a 100644 --- a/bip-0002/process.svg +++ b/bip-0002/process.svg @@ -1,4 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 526 206" width="526" height="206"> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 720 206" width="720" height="206"> <defs> <style type="text/css"><![CDATA[ rect { @@ -20,7 +20,7 @@ <path d="M0,2 L0,11 L8,6 L0,2" style="fill: black;" /> </marker> </defs> - + <rect x="8" y="8" width="128" height="32"/> <text x="72" y="32" font-size="20" text-anchor="middle">Draft</text> <path d="M136,24 L200,24"/> @@ -32,18 +32,22 @@ <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> - + <path d="M120,40 L120,72 L200,72"/> <rect x="200" y="56" width="128" height="32"/> <text x="264" y="80" font-size="20" text-anchor="middle">Rejected</text> <path d="M328,32 L360,32 L360,72 L328,72" stroke-dasharray="4, 2"/> - + <path d="M88,40 L88,120 L200,120"/> <rect x="200" y="104" width="128" height="32"/> <text x="264" y="128" font-size="20" text-anchor="middle">Withdrawn</text> - + <path d="M24,40 L24,166"/> <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"/> + + <path d="M520,24 L584,24"/> + <rect x="584" y="8" width="128" height="32"/> + <text x="648" y="32" font-size="20" text-anchor="middle">Obsolete</text> </svg> |