summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-09-24 05:57:31 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-09-24 06:27:08 +0000
commite528af13b7eb1f728b6abef6839ea92a6bbdf16b (patch)
tree832521f9a599e5dd6580805a3aaa83de22987214
parent3f4750f0b9c7464a47429e9ed18387eddfd78256 (diff)
downloadbips-e528af13b7eb1f728b6abef6839ea92a6bbdf16b.tar.xz
bip-0002: Replace Status chart with SVG
-rw-r--r--bip-0002.mediawiki2
-rw-r--r--bip-0002/process.pngbin0 -> 15586 bytes
-rw-r--r--bip-0002/process.svg52
3 files changed, 53 insertions, 1 deletions
diff --git a/bip-0002.mediawiki b/bip-0002.mediawiki
index 899bc72..7c0c557 100644
--- a/bip-0002.mediawiki
+++ b/bip-0002.mediawiki
@@ -173,7 +173,7 @@ There are three kinds of BIP:
The possible paths of the status of BIPs are as follows:
-<img src="bip-0001/process.png"></img>
+<img src="bip-0002/process.png"></img>
Champions of a BIP may decide on their own to change the status between Draft, Deferred, or Withdrawn.
The BIP editor may also change the status to Deferred when no progress is being made on the BIP.
diff --git a/bip-0002/process.png b/bip-0002/process.png
new file mode 100644
index 0000000..6b1925e
--- /dev/null
+++ b/bip-0002/process.png
Binary files differ
diff --git a/bip-0002/process.svg b/bip-0002/process.svg
new file mode 100644
index 0000000..bb61e8e
--- /dev/null
+++ b/bip-0002/process.svg
@@ -0,0 +1,52 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 526 206" width="526" height="206">
+ <defs>
+ <style type="text/css"><![CDATA[
+ rect {
+ fill: white;
+ stroke: black;
+ stroke-width: 1;
+ }
+ text {
+ fill: black;
+ }
+ svg>path {
+ stroke: black;
+ stroke-width: 2;
+ fill: none;
+ marker-end: url(#arrow);
+ }
+ ]]></style>
+ <marker id="arrow" markerWidth="13" markerHeight="13" refX="8" refY="6" orient="auto">
+ <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"/>
+ <rect x="200" y="8" width="128" height="32"/>
+ <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>
+ <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"/>
+
+ <rect x="392" y="166" width="128" height="32"/>
+ <text x="456" y="190" font-size="20" text-anchor="middle">Active</text>
+</svg>