Last active
July 10, 2017 06:30
-
-
Save CyberShadow/11329584 to your computer and use it in GitHub Desktop.
Drowning
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph { | |
"start" [label="There is nothing. | |
(10 seconds)"]; | |
"age0" [label="You are not. | |
(5 seconds)"]; | |
"age1" [label="You are starting to become. | |
(3 seconds)"]; | |
"age2" [label="You are. | |
(3 seconds)"]; | |
"age3" [label="You are born. | |
(3 seconds)"]; | |
"age4" [label="You are a toddler. | |
(3 seconds)"]; | |
"age5" [label="You are a child. | |
(3 seconds)"]; | |
"age6" [label="You are a teenager. | |
(3 seconds)"]; | |
"age7" [label="You are a human. | |
(3 seconds)"]; | |
"age8" [label="You are troubled. | |
(3 seconds)"]; | |
"age9" [label="You are bitter. | |
(3 seconds)"]; | |
"age10" [label="You are starting to accept. | |
(0.8 seconds)"]; | |
"age11" [label="You are dead. | |
(60 seconds)"]; | |
"age12" [label="You are forgotten. | |
(300 seconds)"]; | |
"age13" [label="There is nothing. | |
(600 seconds)"]; | |
"play" [color=gray][label="You need to play. | |
(2 seconds)"]; | |
"findwork" [label="You need to find a job. | |
(8 seconds)"]; | |
"work" [color=gray][label="You need to go to work. | |
(4 seconds)"]; | |
"relax" [color=gray][label="You need to relax. | |
(8 seconds)"]; | |
"meetfriend" [color=gray][label="You need more friends. | |
(8 seconds)"]; | |
"friend" [color=gray][label="You need to see a friend. | |
(4 seconds)"]; | |
"moveon" [label="You need to move on. | |
(2 seconds)"]; | |
"betterjob" [color=gray][label="You need a better job. | |
(6 seconds)"]; | |
"learn" [color=gray][label="You need learn. | |
(2 seconds)"]; | |
"meetlove" [label="You need to find a lover. | |
(6 seconds)"]; | |
"makelove" [color=gray][label="You need to make love. | |
(4 seconds)"]; | |
"loselover" [label="You need to feel accepted. | |
(2 seconds)"]; | |
"create" [color=gray][label="You need to create. | |
(5 seconds)"]; | |
"fail" [label="You need to fail. | |
(5 seconds)"]; | |
"changeworld" [label="You need to try harder. | |
(10 seconds)"]; | |
"morestuff" [color=gray][label="You need more stuff. | |
(2 seconds)"]; | |
"Hope" [shape=box]; | |
"Body" [shape=box]; | |
"Life" [shape=box]; | |
"Love" [shape=box]; | |
"Knowledge" [shape=box]; | |
"Integrity" [shape=box]; | |
"Experience" [shape=box]; | |
"Loyalty" [shape=box]; | |
"Broken Heart" [shape=box]; | |
"Crushed Dream" [shape=box]; | |
"Lost Ambition" [shape=box]; | |
"Memory" [shape=box]; | |
"Job" [shape=box]; | |
"Money" [shape=box]; | |
"Stress" [shape=box]; | |
"Friend" [shape=box]; | |
"Respect" [shape=box]; | |
"Lover" [shape=box]; | |
"Project" [shape=box]; | |
"Stuff" [shape=box]; | |
start; | |
"start" -> "age0"; | |
age0; | |
"age0" -> "age1"; | |
age0 -> "Hope" [color=green]; | |
age1; | |
"age1" -> "age2"; | |
age1 -> "Body" [color=green]; | |
age2; | |
"age2" -> "learn"; | |
"age2" -> "age3"; | |
age2 -> "Life" [color=green]; | |
age3; | |
"age3" -> "play"; | |
"age3" -> "age4"; | |
age3 -> "Love" [color=green]; | |
age4; | |
"age4" -> "meetfriend"; | |
"age4" -> "age5"; | |
"Knowledge" -> "age4" [color=red label="8"]; | |
age4 -> "Integrity" [color=green]; | |
age5; | |
"age5" -> "findwork"; | |
"age5" -> "meetlove"; | |
"age5" -> "age6"; | |
"Experience" -> "age5" [color=red label="4"]; | |
age5 -> "Loyalty" [color=green]; | |
age6; | |
"age6" -> "morestuff"; | |
"age6" -> "create"; | |
"age6" -> "age7"; | |
"Broken Heart" -> "age6" [color=red label="2"]; | |
age7; | |
"age7" -> "changeworld"; | |
"age7" -> "age8"; | |
"Loyalty" -> "age7" [color=red]; | |
"Crushed Dream" -> "age7" [color=red]; | |
age8; | |
"age8" -> "age9"; | |
"Integrity" -> "age8" [color=red]; | |
"Lost Ambition" -> "age8" [color=red]; | |
"age8" -> "meetfriend" [style=dotted color=red]; | |
"age8" -> "play" [style=dotted color=red]; | |
"age8" -> "meetlove" [style=dotted color=red]; | |
age9; | |
"age9" -> "age10"; | |
"Love" -> "age9" [color=red]; | |
"Memory" -> "age9" [color=red label="10"]; | |
"age9" -> "create" [style=dotted color=red]; | |
"age9" -> "meetlove" [style=dotted color=red]; | |
"age9" -> "makelove" [style=dotted color=red]; | |
"age9" -> "friend" [style=dotted color=red]; | |
"age9" -> "learn" [style=dotted color=red]; | |
age10; | |
"age10" -> "age11"; | |
"Life" -> "age10" [color=red]; | |
age11; | |
"age11" -> "age12"; | |
"Body" -> "age11" [color=red]; | |
age12; | |
"age12" -> "age13"; | |
"Hope" -> "age12" [color=red]; | |
age13; | |
play; | |
play -> "Memory" [color=green]; | |
findwork; | |
"findwork" -> "work"; | |
findwork -> "Job" [color=green]; | |
work; | |
"work" -> "betterjob"; | |
"work" -> "relax"; | |
work -> "Money" [color=green]; | |
work -> "Stress" [color=green]; | |
"Job" -> "work" [style=dotted]; | |
relax; | |
"Stress" -> "relax" [color=red]; | |
"Stress" -> "relax" [style=dotted]; | |
meetfriend; | |
"meetfriend" -> "friend"; | |
meetfriend -> "Friend" [color=green]; | |
friend; | |
"friend" -> "moveon"; | |
friend -> "Memory" [color=green]; | |
"Friend" -> "friend" [style=dotted]; | |
moveon; | |
"Friend" -> "moveon" [color=red]; | |
moveon -> "Experience" [color=green]; | |
betterjob; | |
"Knowledge" -> "betterjob" [color=red label="4"]; | |
betterjob -> "Respect" [color=green]; | |
"Job" -> "betterjob" [style=dotted]; | |
learn; | |
learn -> "Knowledge" [color=green]; | |
meetlove; | |
"meetlove" -> "makelove"; | |
meetlove -> "Lover" [color=green]; | |
makelove; | |
"makelove" -> "loselover"; | |
makelove -> "Memory" [color=green]; | |
"Lover" -> "makelove" [style=dotted]; | |
loselover; | |
"loselover" -> "meetlove"; | |
"Lover" -> "loselover" [color=red]; | |
loselover -> "Broken Heart" [color=green]; | |
loselover -> "Experience" [color=green]; | |
"loselover" -> "makelove" [style=dotted color=red]; | |
create; | |
"create" -> "fail"; | |
"Money" -> "create" [color=red label="4"]; | |
create -> "Project" [color=green]; | |
fail; | |
"Project" -> "fail" [color=red]; | |
fail -> "Crushed Dream" [color=green]; | |
fail -> "Memory" [color=green]; | |
changeworld; | |
"Respect" -> "changeworld" [color=red label="5"]; | |
"Stuff" -> "changeworld" [color=red label="10"]; | |
changeworld -> "Lost Ambition" [color=green]; | |
morestuff; | |
"Money" -> "morestuff" [color=red]; | |
morestuff -> "Stuff" [color=green]; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var assert = require('assert'); | |
function createDuration(a,b,c,ms,e,seconds) { | |
assert(a==0); | |
assert(b==0); | |
assert(c==0); | |
assert(e==0); | |
return seconds + ms/1000; | |
} | |
function newTrig() { return []; } | |
function createX() { return null; } | |
var problems = {}; | |
function addProblem(a, name, problem) { | |
assert(name == problem.name); | |
assert(a==0); | |
problems[name] = problem; | |
} | |
function newProblem(name, text, duration, removes, adds, x1, x2, b, requirements) { | |
return { | |
name : name, | |
text : text, | |
duration : duration, | |
removes : removes, | |
adds : adds, | |
inputs : {}, | |
outputs : {}, | |
requirements : requirements, | |
removeSelf : true, | |
addInput : function(input) { | |
this.inputs[input] = 1; | |
}, | |
addInputN : function(input, n) { | |
this.inputs[input] = n; | |
}, | |
addOutput : function(output) { | |
this.outputs[output] = 1; | |
}, | |
}; | |
} | |
function insertAt(arr, at, val) { | |
assert(at == 0); | |
arr.unshift(val); | |
} | |
var z,y,x,w,v | |
addProblem(0,"start",newProblem("start","There is nothing.",z=createDuration(0,0,0,0,0,10),y=newTrig(),x=newTrig(),w=createX(),v=createX(),true,[])) | |
insertAt(x,0,"age0") | |
addProblem(0,"age0",v=newProblem("age0","You are not.",x=createDuration(0,0,0,0,0,5),v=newTrig(),w=newTrig(),createX(),createX(),true,[])) | |
insertAt(w,0,"age1") | |
v.addOutput("Hope") | |
addProblem(0,"age1",w=newProblem("age1","You are starting to become.",v=createDuration(0,0,0,0,0,3),w=newTrig(),x=newTrig(),createX(),createX(),true,[])) | |
insertAt(x,0,"age2") | |
w.addOutput("Body") | |
addProblem(0,"age2",x=newProblem("age2","You are.",w=createDuration(0,0,0,0,0,3),x=newTrig(),v=newTrig(),createX(),createX(),true,[])) | |
insertAt(v,0,"age3") | |
x.addOutput("Life") | |
insertAt(v,0,"learn") | |
addProblem(0,"age3",x=newProblem("age3","You are born.",v=createDuration(0,0,0,0,0,3),x=newTrig(),w=newTrig(),createX(),createX(),true,[])) | |
insertAt(w,0,"age4") | |
x.addOutput("Love") | |
insertAt(w,0,"play") | |
addProblem(0,"age4",x=newProblem("age4","You are a toddler.",w=createDuration(0,0,0,0,0,3),x=newTrig(),v=newTrig(),createX(),createX(),true,[])) | |
insertAt(v,0,"age5") | |
x.addOutput("Integrity") | |
insertAt(v,0,"meetfriend") | |
x.addInputN("Knowledge",8) | |
addProblem(0,"age5",v=newProblem("age5","You are a child.",x=createDuration(0,0,0,0,0,3),v=newTrig(),w=newTrig(),createX(),createX(),true,[])) | |
insertAt(w,0,"age6") | |
v.addOutput("Loyalty") | |
v.addInputN("Experience",4) | |
insertAt(w,0,"meetlove") | |
insertAt(w,0,"findwork") | |
addProblem(0,"age6",v=newProblem("age6","You are a teenager.",w=createDuration(0,0,0,0,0,3),v=newTrig(),x=newTrig(),createX(),createX(),true,[])) | |
insertAt(x,0,"age7") | |
v.addInputN("Broken Heart",2) | |
insertAt(x,0,"create") | |
insertAt(x,0,"morestuff") | |
addProblem(0,"age7",v=newProblem("age7","You are a human.",x=createDuration(0,0,0,0,0,3),v=newTrig(),w=newTrig(),createX(),createX(),true,[])) | |
insertAt(w,0,"age8") | |
v.addInput("Loyalty") | |
v.addInputN("Crushed Dream",1) | |
insertAt(w,0,"changeworld") | |
addProblem(0,"age8",w=newProblem("age8","You are troubled.",w=createDuration(0,0,0,0,0,3),v=newTrig(),x=newTrig(),createX(),createX(),true,[])) | |
insertAt(x,0,"age9") | |
w.addInput("Integrity") | |
v.push("meetfriend") | |
v.push("play") | |
v.push("meetlove") | |
w.addInput("Lost Ambition") | |
addProblem(0,"age9",w=newProblem("age9","You are bitter.",w=createDuration(0,0,0,0,0,3),v=newTrig(),x=newTrig(),createX(),createX(),true,[])) | |
insertAt(x,0,"age10") | |
w.addInput("Love") | |
v.push("create") | |
v.push("meetlove") | |
v.push("makelove") | |
v.push("friend") | |
v.push("learn") | |
w.addInputN("Memory",10) | |
addProblem(0,"age10",v=newProblem("age10","You are starting to accept.",w=createDuration(0,0,0,800,0,0),v=newTrig(),x=newTrig(),createX(),createX(),true,[])) | |
insertAt(x,0,"age11") | |
v.addInput("Life") | |
v.No=true | |
v.E6=true | |
addProblem(0,"age11",x=newProblem("age11","You are dead.",v=createDuration(0,0,0,0,0,60),x=newTrig(),w=newTrig(),createX(),createX(),true,[])) | |
insertAt(w,0,"age12") | |
x.addInput("Body") | |
addProblem(0,"age12",w=newProblem("age12","You are forgotten.",x=createDuration(0,0,0,0,0,300),w=newTrig(),v=newTrig(),createX(),createX(),true,[])) | |
insertAt(v,0,"age13") | |
w.addInput("Hope") | |
addProblem(0,"age13",newProblem("age13","There is nothing.",w=createDuration(0,0,0,0,0,600),v=newTrig(),x=newTrig(),y=createX(),z=createX(),true,[])) | |
addProblem(0,"play",z=newProblem("play","You need to play.",createDuration(0,0,0,0,0,2),newTrig(),newTrig(),createX(),createX(),true,[])) | |
z.removeSelf=false | |
z.addOutput("Memory") | |
addProblem(0,"findwork",y=newProblem("findwork","You need to find a job.",z=createDuration(0,0,0,0,0,8),y=newTrig(),x=newTrig(),createX(),createX(),true,[])) | |
y.addOutput("Job") | |
insertAt(x,0,"work") | |
addProblem(0,"work",y=newProblem("work","You need to go to work.",x=createDuration(0,0,0,0,0,4),y=newTrig(),z=newTrig(),createX(),createX(),true,v=[])) | |
y.addOutput("Money") | |
y.addOutput("Stress") | |
y.removeSelf=false | |
insertAt(z,0,"relax") | |
insertAt(z,0,"betterjob") | |
v.push("Job") | |
addProblem(0,"relax",z=newProblem("relax","You need to relax.",createDuration(0,0,0,0,0,8),newTrig(),newTrig(),createX(),createX(),true,v=[])) | |
z.removeSelf=false | |
z.addInput("Stress") | |
v.push("Stress") | |
addProblem(0,"meetfriend",z=newProblem("meetfriend","You need more friends.",v=createDuration(0,0,0,0,0,8),z=newTrig(),y=newTrig(),createX(),createX(),true,[])) | |
z.addOutput("Friend") | |
z.removeSelf=false | |
insertAt(y,0,"friend") | |
addProblem(0,"friend",z=newProblem("friend","You need to see a friend.",y=createDuration(0,0,0,0,0,4),z=newTrig(),v=newTrig(),createX(),createX(),true,x=[])) | |
z.removeSelf=false | |
z.addOutput("Memory") | |
insertAt(v,0,"moveon") | |
x.push("Friend") | |
addProblem(0,"moveon",x=newProblem("moveon","You need to move on.",createDuration(0,0,0,0,0,2),newTrig(),newTrig(),createX(),createX(),true,[])) | |
x.addInput("Friend") | |
x.addOutput("Experience") | |
addProblem(0,"betterjob",v=newProblem("betterjob","You need a better job.",createDuration(0,0,0,0,0,6),newTrig(),newTrig(),createX(),createX(),true,x=[])) | |
v.addInputN("Knowledge",4) | |
v.removeSelf=false | |
x.push("Job") | |
v.addOutput("Respect") | |
addProblem(0,"learn",v=newProblem("learn","You need learn.",createDuration(0,0,0,0,0,2),newTrig(),newTrig(),createX(),createX(),true,[])) | |
v.addOutput("Knowledge") | |
v.removeSelf=false | |
addProblem(0,"meetlove",x=newProblem("meetlove","You need to find a lover.",v=createDuration(0,0,0,0,0,6),x=newTrig(),z=newTrig(),createX(),createX(),true,[])) | |
insertAt(z,0,"makelove") | |
x.addOutput("Lover") | |
addProblem(0,"makelove",z=newProblem("makelove","You need to make love.",x=createDuration(0,0,0,0,0,4),z=newTrig(),v=newTrig(),createX(),createX(),true,y=[])) | |
z.removeSelf=false | |
z.addOutput("Memory") | |
insertAt(v,0,"loselover") | |
y.push("Lover") | |
addProblem(0,"loselover",y=newProblem("loselover","You need to feel accepted.",y=createDuration(0,0,0,0,0,2),v=newTrig(),z=newTrig(),createX(),createX(),true,[])) | |
y.addInput("Lover") | |
y.addOutput("Broken Heart") | |
insertAt(z,0,"meetlove") | |
v.push("makelove") | |
y.addOutput("Experience") | |
addProblem(0,"create",v=newProblem("create","You need to create." ,createDuration(0,0,0,0,0, 5),v=newTrig(),z=newTrig(),createX(),createX(),true,[])) | |
v.removeSelf=false | |
v.addOutput("Project") | |
insertAt(z,0,"fail") | |
v.addInputN("Money",4) | |
addProblem(0,"fail",v=newProblem("fail","You need to fail." ,createDuration(0,0,0,0,0, 5), newTrig(),newTrig(),createX(),createX(),true,[])) | |
v.addInput("Project") | |
v.addOutput("Crushed Dream") | |
v.addOutput("Memory") | |
addProblem(0,"changeworld",v=newProblem("changeworld","You need to try harder.",createDuration(0,0,0,0,0,10), newTrig(),newTrig(),createX(),createX(),true,[])) | |
v.addOutput("Lost Ambition") | |
v.addInputN("Respect",5) | |
v.addInputN("Stuff",10) | |
addProblem(0,"morestuff",v=newProblem("morestuff", "You need more stuff." ,createDuration(0,0,0,0,0, 2), newTrig(),newTrig(),createX(),createX(),true,[])) | |
v.addOutput("Stuff") | |
v.addInput("Money") | |
v.removeSelf=false | |
//console.log(JSON.stringify(problems, undefined, "\t")); | |
var things = {}; | |
console.log('digraph {'); | |
for (var pname in problems) { | |
var problem = problems[pname]; | |
var attrs = ''; | |
if (!problem.removeSelf) | |
attrs += '[color=gray]'; | |
console.log('\t"' + pname + '" ' + attrs + '[label="'+problem.text+'\n('+problem.duration+' seconds)"];'); | |
for (var name in problem.inputs) | |
things[name] = true; | |
for (var name in problem.outputs) | |
things[name] = true; | |
} | |
console.log(); | |
for (var thing in things) { | |
console.log('\t"' + thing + '" [shape=box];'); | |
} | |
for (var pname in problems) { | |
console.log('\t' + pname + ';'); | |
var problem = problems[pname]; | |
for (var i in problem.adds) | |
console.log('\t"' + pname + '" -> "' + problem.adds[i] + '";'); | |
for (var name in problem.inputs) | |
console.log('\t"' + name + '" -> "' + pname + '" [color=red' + (problem.inputs[name] == 1 ? '' : ' label="'+problem.inputs[name]+'"') + '];'); | |
for (var name in problem.outputs) | |
console.log('\t' + pname + ' -> "' + name + '" [color=green];'); | |
for (var i in problem.requirements) | |
console.log('\t"' + problem.requirements[i] + '" -> "' + pname + '" [style=dotted];'); | |
for (var i in problem.removes) | |
console.log('\t"' + pname + '" -> "' + problem.removes[i] + '" [style=dotted color=red];'); | |
} | |
console.log(); | |
console.log('}'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" | |
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |
<!-- Generated by graphviz version 2.30.1 (20130214.1330) | |
--> | |
<!-- Title: %3 Pages: 1 --> | |
<svg width="1325pt" height="3182pt" | |
viewBox="0.00 0.00 1325.08 3182.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 3178)"> | |
<title>%3</title> | |
<polygon fill="white" stroke="white" points="-4,5 -4,-3178 1322.08,-3178 1322.08,5 -4,5"/> | |
<!-- start --> | |
<g id="node1" class="node"><title>start</title> | |
<ellipse fill="none" stroke="black" cx="97" cy="-3147" rx="77.1743" ry="26.7407"/> | |
<text text-anchor="middle" x="97" y="-3150.8" font-family="Times New Roman,serif" font-size="14.00">There is nothing.</text> | |
<text text-anchor="middle" x="97" y="-3135.8" font-family="Times New Roman,serif" font-size="14.00">(10 seconds)</text> | |
</g> | |
<!-- age0 --> | |
<g id="node2" class="node"><title>age0</title> | |
<ellipse fill="none" stroke="black" cx="97" cy="-3055" rx="60.2186" ry="26.7407"/> | |
<text text-anchor="middle" x="97" y="-3058.8" font-family="Times New Roman,serif" font-size="14.00">You are not.</text> | |
<text text-anchor="middle" x="97" y="-3043.8" font-family="Times New Roman,serif" font-size="14.00">(5 seconds)</text> | |
</g> | |
<!-- start->age0 --> | |
<g id="edge1" class="edge"><title>start->age0</title> | |
<path fill="none" stroke="black" d="M97,-3119.97C97,-3111.29 97,-3101.47 97,-3092.16"/> | |
<polygon fill="black" stroke="black" points="100.5,-3091.97 97,-3081.97 93.5001,-3091.97 100.5,-3091.97"/> | |
</g> | |
<!-- age1 --> | |
<g id="node3" class="node"><title>age1</title> | |
<ellipse fill="none" stroke="black" cx="204" cy="-2963" rx="121.433" ry="26.7407"/> | |
<text text-anchor="middle" x="204" y="-2966.8" font-family="Times New Roman,serif" font-size="14.00">You are starting to become.</text> | |
<text text-anchor="middle" x="204" y="-2951.8" font-family="Times New Roman,serif" font-size="14.00">(3 seconds)</text> | |
</g> | |
<!-- age0->age1 --> | |
<g id="edge2" class="edge"><title>age0->age1</title> | |
<path fill="none" stroke="black" d="M124.555,-3030.82C137.185,-3020.2 152.36,-3007.44 166.048,-2995.92"/> | |
<polygon fill="black" stroke="black" points="168.505,-2998.43 173.905,-2989.31 164,-2993.07 168.505,-2998.43"/> | |
</g> | |
<!-- Hope --> | |
<g id="node32" class="node"><title>Hope</title> | |
<polygon fill="none" stroke="black" points="81,-2918 27,-2918 27,-2882 81,-2882 81,-2918"/> | |
<text text-anchor="middle" x="54" y="-2896.3" font-family="Times New Roman,serif" font-size="14.00">Hope</text> | |
</g> | |
<!-- age0->Hope --> | |
<g id="edge3" class="edge"><title>age0->Hope</title> | |
<path fill="none" stroke="green" d="M86.424,-3028.45C81.8816,-3016.85 76.7643,-3002.87 73,-2990 67.0217,-2969.56 62.0715,-2945.97 58.7242,-2928.22"/> | |
<polygon fill="green" stroke="green" points="62.1431,-2927.46 56.8976,-2918.25 55.2578,-2928.72 62.1431,-2927.46"/> | |
</g> | |
<!-- age2 --> | |
<g id="node4" class="node"><title>age2</title> | |
<ellipse fill="none" stroke="black" cx="272" cy="-2837" rx="58.5343" ry="26.7407"/> | |
<text text-anchor="middle" x="272" y="-2840.8" font-family="Times New Roman,serif" font-size="14.00">You are.</text> | |
<text text-anchor="middle" x="272" y="-2825.8" font-family="Times New Roman,serif" font-size="14.00">(3 seconds)</text> | |
</g> | |
<!-- age1->age2 --> | |
<g id="edge4" class="edge"><title>age1->age2</title> | |
<path fill="none" stroke="black" d="M218.09,-2936.31C228.278,-2917.73 242.148,-2892.44 253.268,-2872.16"/> | |
<polygon fill="black" stroke="black" points="256.422,-2873.69 258.161,-2863.24 250.284,-2870.32 256.422,-2873.69"/> | |
</g> | |
<!-- Body --> | |
<g id="node33" class="node"><title>Body</title> | |
<polygon fill="none" stroke="black" points="161,-2792 107,-2792 107,-2756 161,-2756 161,-2792"/> | |
<text text-anchor="middle" x="134" y="-2770.3" font-family="Times New Roman,serif" font-size="14.00">Body</text> | |
</g> | |
<!-- age1->Body --> | |
<g id="edge5" class="edge"><title>age1->Body</title> | |
<path fill="none" stroke="green" d="M194.267,-2936C181.035,-2900.65 157.486,-2837.74 144.078,-2801.92"/> | |
<polygon fill="green" stroke="green" points="147.207,-2800.3 140.423,-2792.16 140.651,-2802.75 147.207,-2800.3"/> | |
</g> | |
<!-- learn --> | |
<g id="node24" class="node"><title>learn</title> | |
<ellipse fill="none" stroke="gray" cx="407" cy="-2711" rx="73.3085" ry="26.7407"/> | |
<text text-anchor="middle" x="407" y="-2714.8" font-family="Times New Roman,serif" font-size="14.00">You need learn.</text> | |
<text text-anchor="middle" x="407" y="-2699.8" font-family="Times New Roman,serif" font-size="14.00">(2 seconds)</text> | |
</g> | |
<!-- age2->learn --> | |
<g id="edge6" class="edge"><title>age2->learn</title> | |
<path fill="none" stroke="black" d="M297.392,-2812.68C318.665,-2793.14 349.228,-2765.06 372.679,-2743.52"/> | |
<polygon fill="black" stroke="black" points="375.339,-2745.83 380.336,-2736.49 370.603,-2740.68 375.339,-2745.83"/> | |
</g> | |
<!-- age3 --> | |
<g id="node5" class="node"><title>age3</title> | |
<ellipse fill="none" stroke="black" cx="312" cy="-2585" rx="67.2629" ry="26.7407"/> | |
<text text-anchor="middle" x="312" y="-2588.8" font-family="Times New Roman,serif" font-size="14.00">You are born.</text> | |
<text text-anchor="middle" x="312" y="-2573.8" font-family="Times New Roman,serif" font-size="14.00">(3 seconds)</text> | |
</g> | |
<!-- age2->age3 --> | |
<g id="edge7" class="edge"><title>age2->age3</title> | |
<path fill="none" stroke="black" d="M276.13,-2810.19C283.301,-2765.37 298.069,-2673.07 306.242,-2621.99"/> | |
<polygon fill="black" stroke="black" points="309.709,-2622.47 307.832,-2612.05 302.796,-2621.37 309.709,-2622.47"/> | |
</g> | |
<!-- Life --> | |
<g id="node34" class="node"><title>Life</title> | |
<polygon fill="none" stroke="black" points="246,-2666 192,-2666 192,-2630 246,-2630 246,-2666"/> | |
<text text-anchor="middle" x="219" y="-2644.3" font-family="Times New Roman,serif" font-size="14.00">Life</text> | |
</g> | |
<!-- age2->Life --> | |
<g id="edge8" class="edge"><title>age2->Life</title> | |
<path fill="none" stroke="green" d="M264.631,-2810C254.612,-2774.65 236.782,-2711.74 226.63,-2675.92"/> | |
<polygon fill="green" stroke="green" points="229.957,-2674.82 223.863,-2666.16 223.223,-2676.73 229.957,-2674.82"/> | |
</g> | |
<!-- play --> | |
<g id="node16" class="node"><title>play</title> | |
<ellipse fill="none" stroke="gray" cx="320" cy="-1027" rx="82.0366" ry="26.7407"/> | |
<text text-anchor="middle" x="320" y="-1030.8" font-family="Times New Roman,serif" font-size="14.00">You need to play.</text> | |
<text text-anchor="middle" x="320" y="-1015.8" font-family="Times New Roman,serif" font-size="14.00">(2 seconds)</text> | |
</g> | |
<!-- age3->play --> | |
<g id="edge9" class="edge"><title>age3->play</title> | |
<path fill="none" stroke="black" d="M312.779,-2557.93C313.341,-2536.9 314,-2506.55 314,-2480 314,-2480 314,-2480 314,-1118 314,-1100.27 315.173,-1080.62 316.482,-1064.22"/> | |
<polygon fill="black" stroke="black" points="319.994,-1064.22 317.351,-1053.96 313.019,-1063.63 319.994,-1064.22"/> | |
</g> | |
<!-- age4 --> | |
<g id="node6" class="node"><title>age4</title> | |
<ellipse fill="none" stroke="black" cx="574" cy="-2479" rx="83.1581" ry="26.7407"/> | |
<text text-anchor="middle" x="574" y="-2482.8" font-family="Times New Roman,serif" font-size="14.00">You are a toddler.</text> | |
<text text-anchor="middle" x="574" y="-2467.8" font-family="Times New Roman,serif" font-size="14.00">(3 seconds)</text> | |
</g> | |
<!-- age3->age4 --> | |
<g id="edge10" class="edge"><title>age3->age4</title> | |
<path fill="none" stroke="black" d="M358.538,-2565.53C401.735,-2548.38 466.292,-2522.75 513.478,-2504.02"/> | |
<polygon fill="black" stroke="black" points="514.967,-2507.2 522.97,-2500.26 512.384,-2500.69 514.967,-2507.2"/> | |
</g> | |
<!-- Love --> | |
<g id="node35" class="node"><title>Love</title> | |
<polygon fill="none" stroke="black" points="387,-2434 333,-2434 333,-2398 387,-2398 387,-2434"/> | |
<text text-anchor="middle" x="360" y="-2412.3" font-family="Times New Roman,serif" font-size="14.00">Love</text> | |
</g> | |
<!-- age3->Love --> | |
<g id="edge11" class="edge"><title>age3->Love</title> | |
<path fill="none" stroke="green" d="M321.885,-2558.08C324.009,-2552.17 326.165,-2545.9 328,-2540 338.153,-2507.37 347.733,-2469.2 353.718,-2444.14"/> | |
<polygon fill="green" stroke="green" points="357.16,-2444.79 356.054,-2434.26 350.347,-2443.18 357.16,-2444.79"/> | |
</g> | |
<!-- meetfriend --> | |
<g id="node20" class="node"><title>meetfriend</title> | |
<ellipse fill="none" stroke="gray" cx="673" cy="-2353" rx="105.039" ry="26.7407"/> | |
<text text-anchor="middle" x="673" y="-2356.8" font-family="Times New Roman,serif" font-size="14.00">You need more friends.</text> | |
<text text-anchor="middle" x="673" y="-2341.8" font-family="Times New Roman,serif" font-size="14.00">(8 seconds)</text> | |
</g> | |
<!-- age4->meetfriend --> | |
<g id="edge12" class="edge"><title>age4->meetfriend</title> | |
<path fill="none" stroke="black" d="M594.034,-2452.91C609.098,-2434.04 629.885,-2408 646.351,-2387.38"/> | |
<polygon fill="black" stroke="black" points="649.152,-2389.48 652.656,-2379.48 643.681,-2385.11 649.152,-2389.48"/> | |
</g> | |
<!-- age5 --> | |
<g id="node7" class="node"><title>age5</title> | |
<ellipse fill="none" stroke="black" cx="888" cy="-1867" rx="74.3697" ry="26.7407"/> | |
<text text-anchor="middle" x="888" y="-1870.8" font-family="Times New Roman,serif" font-size="14.00">You are a child.</text> | |
<text text-anchor="middle" x="888" y="-1855.8" font-family="Times New Roman,serif" font-size="14.00">(3 seconds)</text> | |
</g> | |
<!-- age4->age5 --> | |
<g id="edge13" class="edge"><title>age4->age5</title> | |
<path fill="none" stroke="black" d="M646.639,-2465.85C744.075,-2447.45 905,-2408.77 905,-2354 905,-2354 905,-2354 905,-1963 905,-1943.25 901.396,-1921.55 897.507,-1903.88"/> | |
<polygon fill="black" stroke="black" points="900.881,-1902.94 895.21,-1893.99 894.063,-1904.52 900.881,-1902.94"/> | |
</g> | |
<!-- Integrity --> | |
<g id="node37" class="node"><title>Integrity</title> | |
<polygon fill="none" stroke="black" points="571,-2308 509,-2308 509,-2272 571,-2272 571,-2308"/> | |
<text text-anchor="middle" x="540" y="-2286.3" font-family="Times New Roman,serif" font-size="14.00">Integrity</text> | |
</g> | |
<!-- age4->Integrity --> | |
<g id="edge15" class="edge"><title>age4->Integrity</title> | |
<path fill="none" stroke="green" d="M569.272,-2452C562.873,-2416.8 551.506,-2354.28 544.979,-2318.38"/> | |
<polygon fill="green" stroke="green" points="548.352,-2317.37 543.12,-2308.16 541.465,-2318.62 548.352,-2317.37"/> | |
</g> | |
<!-- findwork --> | |
<g id="node17" class="node"><title>findwork</title> | |
<ellipse fill="none" stroke="black" cx="1005" cy="-1775" rx="103.357" ry="26.7407"/> | |
<text text-anchor="middle" x="1005" y="-1778.8" font-family="Times New Roman,serif" font-size="14.00">You need to find a job.</text> | |
<text text-anchor="middle" x="1005" y="-1763.8" font-family="Times New Roman,serif" font-size="14.00">(8 seconds)</text> | |
</g> | |
<!-- age5->findwork --> | |
<g id="edge16" class="edge"><title>age5->findwork</title> | |
<path fill="none" stroke="black" d="M918.74,-1842.35C932.793,-1831.54 949.629,-1818.59 964.681,-1807.01"/> | |
<polygon fill="black" stroke="black" points="967.039,-1809.62 972.831,-1800.75 962.771,-1804.07 967.039,-1809.62"/> | |
</g> | |
<!-- meetlove --> | |
<g id="node25" class="node"><title>meetlove</title> | |
<ellipse fill="none" stroke="black" cx="679" cy="-935" rx="109.964" ry="26.7407"/> | |
<text text-anchor="middle" x="679" y="-938.8" font-family="Times New Roman,serif" font-size="14.00">You need to find a lover.</text> | |
<text text-anchor="middle" x="679" y="-923.8" font-family="Times New Roman,serif" font-size="14.00">(6 seconds)</text> | |
</g> | |
<!-- age5->meetlove --> | |
<g id="edge17" class="edge"><title>age5->meetlove</title> | |
<path fill="none" stroke="black" d="M880.053,-1840.28C875.231,-1822.42 870,-1797.99 870,-1776 870,-1776 870,-1776 870,-1436 870,-1321.99 871.281,-1286.81 822,-1184 784.16,-1105.05 730.69,-1017.33 701.015,-970.292"/> | |
<polygon fill="black" stroke="black" points="703.892,-968.293 695.585,-961.717 697.978,-972.038 703.892,-968.293"/> | |
</g> | |
<!-- age6 --> | |
<g id="node8" class="node"><title>age6</title> | |
<ellipse fill="none" stroke="black" cx="1026" cy="-465" rx="87.5215" ry="26.7407"/> | |
<text text-anchor="middle" x="1026" y="-468.8" font-family="Times New Roman,serif" font-size="14.00">You are a teenager.</text> | |
<text text-anchor="middle" x="1026" y="-453.8" font-family="Times New Roman,serif" font-size="14.00">(3 seconds)</text> | |
</g> | |
<!-- age5->age6 --> | |
<g id="edge18" class="edge"><title>age5->age6</title> | |
<path fill="none" stroke="black" d="M959.896,-1860.08C1008.51,-1852.91 1071.83,-1837.05 1117,-1802 1130.78,-1791.3 1274,-1547.45 1274,-1530 1274,-1530 1274,-1530 1274,-789 1274,-657.202 1142.49,-546.073 1071,-495.402"/> | |
<polygon fill="black" stroke="black" points="1072.79,-492.386 1062.59,-489.525 1068.78,-498.123 1072.79,-492.386"/> | |
</g> | |
<!-- Loyalty --> | |
<g id="node39" class="node"><title>Loyalty</title> | |
<polygon fill="none" stroke="black" points="854.25,-1730 795.75,-1730 795.75,-1694 854.25,-1694 854.25,-1730"/> | |
<text text-anchor="middle" x="825" y="-1708.3" font-family="Times New Roman,serif" font-size="14.00">Loyalty</text> | |
</g> | |
<!-- age5->Loyalty --> | |
<g id="edge20" class="edge"><title>age5->Loyalty</title> | |
<path fill="none" stroke="green" d="M867.446,-1840.9C863.238,-1834.95 859.141,-1828.45 856,-1822 843.142,-1795.58 834.736,-1762.89 829.963,-1740.24"/> | |
<polygon fill="green" stroke="green" points="833.367,-1739.41 827.966,-1730.29 826.504,-1740.79 833.367,-1739.41"/> | |
</g> | |
<!-- morestuff --> | |
<g id="node31" class="node"><title>morestuff</title> | |
<ellipse fill="none" stroke="gray" cx="1076" cy="-359" rx="96.2499" ry="26.7407"/> | |
<text text-anchor="middle" x="1076" y="-362.8" font-family="Times New Roman,serif" font-size="14.00">You need more stuff.</text> | |
<text text-anchor="middle" x="1076" y="-347.8" font-family="Times New Roman,serif" font-size="14.00">(2 seconds)</text> | |
</g> | |
<!-- age6->morestuff --> | |
<g id="edge21" class="edge"><title>age6->morestuff</title> | |
<path fill="none" stroke="black" d="M1038.36,-438.292C1044.67,-425.167 1052.44,-409.009 1059.28,-394.787"/> | |
<polygon fill="black" stroke="black" points="1062.43,-396.302 1063.61,-385.773 1056.12,-393.269 1062.43,-396.302"/> | |
</g> | |
<!-- create --> | |
<g id="node28" class="node"><title>create</title> | |
<ellipse fill="none" stroke="gray" cx="835" cy="-359" rx="89.1432" ry="26.7407"/> | |
<text text-anchor="middle" x="835" y="-362.8" font-family="Times New Roman,serif" font-size="14.00">You need to create.</text> | |
<text text-anchor="middle" x="835" y="-347.8" font-family="Times New Roman,serif" font-size="14.00">(5 seconds)</text> | |
</g> | |
<!-- age6->create --> | |
<g id="edge22" class="edge"><title>age6->create</title> | |
<path fill="none" stroke="black" d="M980.495,-441.938C966.746,-435.088 951.674,-427.391 938,-420 919.707,-410.112 899.905,-398.742 882.598,-388.577"/> | |
<polygon fill="black" stroke="black" points="884.187,-385.451 873.796,-383.385 880.631,-391.48 884.187,-385.451"/> | |
</g> | |
<!-- age7 --> | |
<g id="node9" class="node"><title>age7</title> | |
<ellipse fill="none" stroke="black" cx="808" cy="-27" rx="80.9767" ry="26.7407"/> | |
<text text-anchor="middle" x="808" y="-30.8" font-family="Times New Roman,serif" font-size="14.00">You are a human.</text> | |
<text text-anchor="middle" x="808" y="-15.8" font-family="Times New Roman,serif" font-size="14.00">(3 seconds)</text> | |
</g> | |
<!-- age6->age7 --> | |
<g id="edge23" class="edge"><title>age6->age7</title> | |
<path fill="none" stroke="black" d="M995.474,-439.621C975.09,-420.426 952,-391.688 952,-360 952,-360 952,-360 952,-109 952,-75.0614 921.239,-55.1918 888.152,-43.636"/> | |
<polygon fill="black" stroke="black" points="888.905,-40.2009 878.313,-40.4514 886.749,-46.8608 888.905,-40.2009"/> | |
</g> | |
<!-- changeworld --> | |
<g id="node30" class="node"><title>changeworld</title> | |
<ellipse fill="none" stroke="black" cx="1142" cy="-1285" rx="103.417" ry="26.7407"/> | |
<text text-anchor="middle" x="1142" y="-1288.8" font-family="Times New Roman,serif" font-size="14.00">You need to try harder.</text> | |
<text text-anchor="middle" x="1142" y="-1273.8" font-family="Times New Roman,serif" font-size="14.00">(10 seconds)</text> | |
</g> | |
<!-- age7->changeworld --> | |
<g id="edge25" class="edge"><title>age7->changeworld</title> | |
<path fill="none" stroke="black" d="M885.87,-34.8369C1009.78,-46.779 1238,-73.581 1238,-109 1238,-600 1238,-600 1238,-600 1238,-684.005 1236,-704.995 1236,-789 1236,-1203 1236,-1203 1236,-1203 1236,-1225.42 1220.47,-1242.99 1202.03,-1255.96"/> | |
<polygon fill="black" stroke="black" points="1199.86,-1253.2 1193.4,-1261.6 1203.69,-1259.06 1199.86,-1253.2"/> | |
</g> | |
<!-- age8 --> | |
<g id="node10" class="node"><title>age8</title> | |
<ellipse fill="none" stroke="black" cx="540" cy="-1119" rx="80.9767" ry="26.7407"/> | |
<text text-anchor="middle" x="540" y="-1122.8" font-family="Times New Roman,serif" font-size="14.00">You are troubled.</text> | |
<text text-anchor="middle" x="540" y="-1107.8" font-family="Times New Roman,serif" font-size="14.00">(3 seconds)</text> | |
</g> | |
<!-- age7->age8 --> | |
<g id="edge26" class="edge"><title>age7->age8</title> | |
<path fill="none" stroke="black" d="M726.822,-28.9096C613.867,-32.4133 423,-47.4414 423,-109 423,-890 423,-890 423,-890 423,-963.799 409.953,-991.377 449,-1054 458.226,-1068.8 472.263,-1081.12 486.569,-1090.87"/> | |
<polygon fill="black" stroke="black" points="484.691,-1093.82 494.989,-1096.31 488.491,-1087.94 484.691,-1093.82"/> | |
</g> | |
<!-- age9 --> | |
<g id="node11" class="node"><title>age9</title> | |
<ellipse fill="none" stroke="black" cx="527" cy="-1027" rx="68.3838" ry="26.7407"/> | |
<text text-anchor="middle" x="527" y="-1030.8" font-family="Times New Roman,serif" font-size="14.00">You are bitter.</text> | |
<text text-anchor="middle" x="527" y="-1015.8" font-family="Times New Roman,serif" font-size="14.00">(3 seconds)</text> | |
</g> | |
<!-- age8->age9 --> | |
<g id="edge29" class="edge"><title>age8->age9</title> | |
<path fill="none" stroke="black" d="M536.24,-1091.97C534.987,-1083.29 533.567,-1073.47 532.224,-1064.16"/> | |
<polygon fill="black" stroke="black" points="535.645,-1063.37 530.752,-1053.97 528.717,-1064.37 535.645,-1063.37"/> | |
</g> | |
<!-- age8->meetfriend --> | |
<g id="edge32" class="edge"><title>age8->meetfriend</title> | |
<path fill="none" stroke="red" stroke-dasharray="1,5" d="M564,-1144.81C576,-1159.83 588,-1180.08 588,-1201 588,-2237 588,-2237 588,-2237 588,-2269.79 610.623,-2299.35 632.527,-2320.29"/> | |
<polygon fill="red" stroke="red" points="630.16,-2322.87 639.893,-2327.06 634.894,-2317.72 630.16,-2322.87"/> | |
</g> | |
<!-- age8->play --> | |
<g id="edge33" class="edge"><title>age8->play</title> | |
<path fill="none" stroke="red" stroke-dasharray="1,5" d="M490.353,-1097.69C457.455,-1084.23 414.124,-1066.51 379.397,-1052.3"/> | |
<polygon fill="red" stroke="red" points="380.427,-1048.94 369.846,-1048.39 377.776,-1055.42 380.427,-1048.94"/> | |
</g> | |
<!-- age8->meetlove --> | |
<g id="edge34" class="edge"><title>age8->meetlove</title> | |
<path fill="none" stroke="red" stroke-dasharray="1,5" d="M567.202,-1093.37C579.122,-1081.95 592.893,-1067.85 604,-1054 625.138,-1027.63 645.465,-995.049 659.613,-970.805"/> | |
<polygon fill="red" stroke="red" points="662.755,-972.363 664.721,-961.952 656.692,-968.864 662.755,-972.363"/> | |
</g> | |
<!-- age10 --> | |
<g id="node12" class="node"><title>age10</title> | |
<ellipse fill="none" stroke="black" cx="241" cy="-935" rx="115.448" ry="26.7407"/> | |
<text text-anchor="middle" x="241" y="-938.8" font-family="Times New Roman,serif" font-size="14.00">You are starting to accept.</text> | |
<text text-anchor="middle" x="241" y="-923.8" font-family="Times New Roman,serif" font-size="14.00">(0.8 seconds)</text> | |
</g> | |
<!-- age9->age10 --> | |
<g id="edge35" class="edge"><title>age9->age10</title> | |
<path fill="none" stroke="black" d="M474.876,-1009.6C430.845,-995.742 367.188,-975.71 317.4,-960.042"/> | |
<polygon fill="black" stroke="black" points="318.227,-956.633 307.637,-956.97 316.126,-963.31 318.227,-956.633"/> | |
</g> | |
<!-- age9->create --> | |
<g id="edge38" class="edge"><title>age9->create</title> | |
<path fill="none" stroke="red" stroke-dasharray="1,5" d="M497.09,-1002.58C479.627,-986.105 461,-962.352 461,-936 461,-936 461,-936 461,-690 461,-546.513 610.884,-589.668 716,-492 749.739,-460.651 784.59,-420.984 807.786,-393.356"/> | |
<polygon fill="red" stroke="red" points="810.584,-395.466 814.302,-385.545 805.209,-390.982 810.584,-395.466"/> | |
</g> | |
<!-- age9->meetlove --> | |
<g id="edge39" class="edge"><title>age9->meetlove</title> | |
<path fill="none" stroke="red" stroke-dasharray="1,5" d="M563.795,-1004.21C583.564,-992.508 608.206,-977.918 629.62,-965.238"/> | |
<polygon fill="red" stroke="red" points="631.445,-968.225 638.267,-960.118 627.879,-962.202 631.445,-968.225"/> | |
</g> | |
<!-- makelove --> | |
<g id="node26" class="node"><title>makelove</title> | |
<ellipse fill="none" stroke="gray" cx="632" cy="-737" rx="105.039" ry="26.7407"/> | |
<text text-anchor="middle" x="632" y="-740.8" font-family="Times New Roman,serif" font-size="14.00">You need to make love.</text> | |
<text text-anchor="middle" x="632" y="-725.8" font-family="Times New Roman,serif" font-size="14.00">(4 seconds)</text> | |
</g> | |
<!-- age9->makelove --> | |
<g id="edge40" class="edge"><title>age9->makelove</title> | |
<path fill="none" stroke="red" stroke-dasharray="1,5" d="M533.271,-999.923C539.308,-975.814 549.108,-939.121 560,-908 576.623,-860.503 599.938,-807.324 615.484,-773.297"/> | |
<polygon fill="red" stroke="red" points="618.851,-774.352 619.846,-763.804 612.49,-771.429 618.851,-774.352"/> | |
</g> | |
<!-- friend --> | |
<g id="node21" class="node"><title>friend</title> | |
<ellipse fill="none" stroke="gray" cx="728" cy="-2153" rx="111.024" ry="26.7407"/> | |
<text text-anchor="middle" x="728" y="-2156.8" font-family="Times New Roman,serif" font-size="14.00">You need to see a friend.</text> | |
<text text-anchor="middle" x="728" y="-2141.8" font-family="Times New Roman,serif" font-size="14.00">(4 seconds)</text> | |
</g> | |
<!-- age9->friend --> | |
<g id="edge41" class="edge"><title>age9->friend</title> | |
<path fill="none" stroke="red" stroke-dasharray="1,5" d="M579.801,-1044.14C612.773,-1057.86 649,-1081.28 649,-1118 649,-2062 649,-2062 649,-2062 649,-2085.44 664.32,-2105.69 681.467,-2121.01"/> | |
<polygon fill="red" stroke="red" points="679.518,-2123.94 689.426,-2127.7 684.021,-2118.58 679.518,-2123.94"/> | |
</g> | |
<!-- age9->learn --> | |
<g id="edge42" class="edge"><title>age9->learn</title> | |
<path fill="none" stroke="red" stroke-dasharray="1,5" d="M474.715,-1044.53C442.378,-1058.38 407,-1081.8 407,-1118 407,-2586 407,-2586 407,-2586 407,-2615.57 407,-2649.12 407,-2673.85"/> | |
<polygon fill="red" stroke="red" points="403.5,-2673.87 407,-2683.87 410.5,-2673.87 403.5,-2673.87"/> | |
</g> | |
<!-- age11 --> | |
<g id="node13" class="node"><title>age11</title> | |
<ellipse fill="none" stroke="black" cx="149" cy="-843" rx="67.2629" ry="26.7407"/> | |
<text text-anchor="middle" x="149" y="-846.8" font-family="Times New Roman,serif" font-size="14.00">You are dead.</text> | |
<text text-anchor="middle" x="149" y="-831.8" font-family="Times New Roman,serif" font-size="14.00">(60 seconds)</text> | |
</g> | |
<!-- age10->age11 --> | |
<g id="edge43" class="edge"><title>age10->age11</title> | |
<path fill="none" stroke="black" d="M214.883,-908.45C204.351,-898.148 192.097,-886.16 181.034,-875.338"/> | |
<polygon fill="black" stroke="black" points="183.197,-872.558 173.601,-868.067 178.302,-877.562 183.197,-872.558"/> | |
</g> | |
<!-- age12 --> | |
<g id="node14" class="node"><title>age12</title> | |
<ellipse fill="none" stroke="black" cx="84" cy="-737" rx="84.2187" ry="26.7407"/> | |
<text text-anchor="middle" x="84" y="-740.8" font-family="Times New Roman,serif" font-size="14.00">You are forgotten.</text> | |
<text text-anchor="middle" x="84" y="-725.8" font-family="Times New Roman,serif" font-size="14.00">(300 seconds)</text> | |
</g> | |
<!-- age11->age12 --> | |
<g id="edge45" class="edge"><title>age11->age12</title> | |
<path fill="none" stroke="black" d="M133.265,-816.825C124.927,-803.483 114.56,-786.896 105.491,-772.386"/> | |
<polygon fill="black" stroke="black" points="108.309,-770.291 100.041,-763.666 102.373,-774.001 108.309,-770.291"/> | |
</g> | |
<!-- age13 --> | |
<g id="node15" class="node"><title>age13</title> | |
<ellipse fill="none" stroke="black" cx="84" cy="-645" rx="77.1743" ry="26.7407"/> | |
<text text-anchor="middle" x="84" y="-648.8" font-family="Times New Roman,serif" font-size="14.00">There is nothing.</text> | |
<text text-anchor="middle" x="84" y="-633.8" font-family="Times New Roman,serif" font-size="14.00">(600 seconds)</text> | |
</g> | |
<!-- age12->age13 --> | |
<g id="edge47" class="edge"><title>age12->age13</title> | |
<path fill="none" stroke="black" d="M84,-709.968C84,-701.293 84,-691.466 84,-682.164"/> | |
<polygon fill="black" stroke="black" points="87.5001,-681.973 84,-671.973 80.5001,-681.973 87.5001,-681.973"/> | |
</g> | |
<!-- Memory --> | |
<g id="node43" class="node"><title>Memory</title> | |
<polygon fill="none" stroke="black" points="619,-128 555,-128 555,-92 619,-92 619,-128"/> | |
<text text-anchor="middle" x="587" y="-106.3" font-family="Times New Roman,serif" font-size="14.00">Memory</text> | |
</g> | |
<!-- play->Memory --> | |
<g id="edge49" class="edge"><title>play->Memory</title> | |
<path fill="none" stroke="green" d="M350.217,-1001.76C367.191,-985.275 385,-961.827 385,-936 385,-936 385,-936 385,-411 385,-293.39 408.044,-254.938 485,-166 501.024,-147.481 524.87,-134.139 545.477,-125.237"/> | |
<polygon fill="green" stroke="green" points="547.056,-128.372 554.98,-121.338 544.4,-121.895 547.056,-128.372"/> | |
</g> | |
<!-- work --> | |
<g id="node18" class="node"><title>work</title> | |
<ellipse fill="none" stroke="gray" cx="1008" cy="-1575" rx="109.402" ry="26.7407"/> | |
<text text-anchor="middle" x="1008" y="-1578.8" font-family="Times New Roman,serif" font-size="14.00">You need to go to work.</text> | |
<text text-anchor="middle" x="1008" y="-1563.8" font-family="Times New Roman,serif" font-size="14.00">(4 seconds)</text> | |
</g> | |
<!-- findwork->work --> | |
<g id="edge50" class="edge"><title>findwork->work</title> | |
<path fill="none" stroke="black" d="M1005.39,-1748.11C1005.92,-1713.36 1006.86,-1651.43 1007.45,-1612.1"/> | |
<polygon fill="black" stroke="black" points="1010.96,-1611.94 1007.61,-1601.89 1003.96,-1611.84 1010.96,-1611.94"/> | |
</g> | |
<!-- Job --> | |
<g id="node44" class="node"><title>Job</title> | |
<polygon fill="none" stroke="black" points="1087,-1676 1033,-1676 1033,-1640 1087,-1640 1087,-1676"/> | |
<text text-anchor="middle" x="1060" y="-1654.3" font-family="Times New Roman,serif" font-size="14.00">Job</text> | |
</g> | |
<!-- findwork->Job --> | |
<g id="edge51" class="edge"><title>findwork->Job</title> | |
<path fill="none" stroke="green" d="M1017.34,-1748.19C1026.3,-1729.47 1038.37,-1704.23 1047.39,-1685.38"/> | |
<polygon fill="green" stroke="green" points="1050.63,-1686.7 1051.79,-1676.17 1044.32,-1683.68 1050.63,-1686.7"/> | |
</g> | |
<!-- betterjob --> | |
<g id="node23" class="node"><title>betterjob</title> | |
<ellipse fill="none" stroke="gray" cx="1146" cy="-1483" rx="99.5528" ry="26.7407"/> | |
<text text-anchor="middle" x="1146" y="-1486.8" font-family="Times New Roman,serif" font-size="14.00">You need a better job.</text> | |
<text text-anchor="middle" x="1146" y="-1471.8" font-family="Times New Roman,serif" font-size="14.00">(6 seconds)</text> | |
</g> | |
<!-- work->betterjob --> | |
<g id="edge52" class="edge"><title>work->betterjob</title> | |
<path fill="none" stroke="black" d="M1045.34,-1549.64C1062.36,-1538.55 1082.65,-1525.32 1100.54,-1513.65"/> | |
<polygon fill="black" stroke="black" points="1102.64,-1516.46 1109.1,-1508.06 1098.82,-1510.59 1102.64,-1516.46"/> | |
</g> | |
<!-- relax --> | |
<g id="node19" class="node"><title>relax</title> | |
<ellipse fill="none" stroke="gray" cx="1020" cy="-1391" rx="84.2187" ry="26.7407"/> | |
<text text-anchor="middle" x="1020" y="-1394.8" font-family="Times New Roman,serif" font-size="14.00">You need to relax.</text> | |
<text text-anchor="middle" x="1020" y="-1379.8" font-family="Times New Roman,serif" font-size="14.00">(8 seconds)</text> | |
</g> | |
<!-- work->relax --> | |
<g id="edge53" class="edge"><title>work->relax</title> | |
<path fill="none" stroke="black" d="M1009.72,-1547.92C1011.79,-1516.57 1015.27,-1463.76 1017.6,-1428.4"/> | |
<polygon fill="black" stroke="black" points="1021.12,-1428.24 1018.28,-1418.03 1014.13,-1427.78 1021.12,-1428.24"/> | |
</g> | |
<!-- Money --> | |
<g id="node45" class="node"><title>Money</title> | |
<polygon fill="none" stroke="black" points="920,-483 864,-483 864,-447 920,-447 920,-483"/> | |
<text text-anchor="middle" x="892" y="-461.3" font-family="Times New Roman,serif" font-size="14.00">Money</text> | |
</g> | |
<!-- work->Money --> | |
<g id="edge54" class="edge"><title>work->Money</title> | |
<path fill="none" stroke="green" d="M964.24,-1550.12C949.733,-1539.81 935.207,-1526.33 927,-1510 858.332,-1373.33 917,-1318.95 917,-1166 917,-1166 917,-1166 917,-561 917,-537.291 909.628,-511.318 902.89,-492.531"/> | |
<polygon fill="green" stroke="green" points="906.16,-491.282 899.366,-483.152 899.608,-493.745 906.16,-491.282"/> | |
</g> | |
<!-- Stress --> | |
<g id="node46" class="node"><title>Stress</title> | |
<polygon fill="none" stroke="black" points="990,-1501 936,-1501 936,-1465 990,-1465 990,-1501"/> | |
<text text-anchor="middle" x="963" y="-1479.3" font-family="Times New Roman,serif" font-size="14.00">Stress</text> | |
</g> | |
<!-- work->Stress --> | |
<g id="edge55" class="edge"><title>work->Stress</title> | |
<path fill="none" stroke="green" d="M994.984,-1547.97C989.044,-1536.09 982.025,-1522.05 976.078,-1510.16"/> | |
<polygon fill="green" stroke="green" points="979.182,-1508.54 971.579,-1501.16 972.921,-1511.67 979.182,-1508.54"/> | |
</g> | |
<!-- meetfriend->friend --> | |
<g id="edge59" class="edge"><title>meetfriend->friend</title> | |
<path fill="none" stroke="black" d="M673.85,-2325.9C675.396,-2298.41 679.75,-2254.16 692,-2218 695.374,-2208.04 700.313,-2197.85 705.456,-2188.62"/> | |
<polygon fill="black" stroke="black" points="708.615,-2190.15 710.618,-2179.75 702.564,-2186.63 708.615,-2190.15"/> | |
</g> | |
<!-- Friend --> | |
<g id="node47" class="node"><title>Friend</title> | |
<polygon fill="none" stroke="black" points="755,-2254 701,-2254 701,-2218 755,-2218 755,-2254"/> | |
<text text-anchor="middle" x="728" y="-2232.3" font-family="Times New Roman,serif" font-size="14.00">Friend</text> | |
</g> | |
<!-- meetfriend->Friend --> | |
<g id="edge60" class="edge"><title>meetfriend->Friend</title> | |
<path fill="none" stroke="green" d="M685.343,-2326.19C694.297,-2307.47 706.369,-2282.23 715.385,-2263.38"/> | |
<polygon fill="green" stroke="green" points="718.632,-2264.7 719.789,-2254.17 712.317,-2261.68 718.632,-2264.7"/> | |
</g> | |
<!-- moveon --> | |
<g id="node22" class="node"><title>moveon</title> | |
<ellipse fill="none" stroke="black" cx="777" cy="-2061" rx="100.114" ry="26.7407"/> | |
<text text-anchor="middle" x="777" y="-2064.8" font-family="Times New Roman,serif" font-size="14.00">You need to move on.</text> | |
<text text-anchor="middle" x="777" y="-2049.8" font-family="Times New Roman,serif" font-size="14.00">(2 seconds)</text> | |
</g> | |
<!-- friend->moveon --> | |
<g id="edge61" class="edge"><title>friend->moveon</title> | |
<path fill="none" stroke="black" d="M742.173,-2125.97C747.142,-2116.84 752.805,-2106.44 758.1,-2096.71"/> | |
<polygon fill="black" stroke="black" points="761.32,-2098.12 763.028,-2087.66 755.173,-2094.77 761.32,-2098.12"/> | |
</g> | |
<!-- friend->Memory --> | |
<g id="edge62" class="edge"><title>friend->Memory</title> | |
<path fill="none" stroke="green" d="M814.205,-2136.02C949.89,-2108.38 1198,-2046.67 1198,-1965 1198,-1965 1198,-1965 1198,-1820 1198,-1681.51 1312,-1668.49 1312,-1530 1312,-1530 1312,-1530 1312,-789 1312,-543.885 1358.36,-406.038 1163,-258 1062.29,-181.688 1016.32,-197.677 894,-166 800.789,-141.861 688.943,-124.719 629.325,-116.501"/> | |
<polygon fill="green" stroke="green" points="629.548,-112.999 619.167,-115.118 628.603,-119.935 629.548,-112.999"/> | |
</g> | |
<!-- Experience --> | |
<g id="node38" class="node"><title>Experience</title> | |
<polygon fill="none" stroke="black" points="816,-1982 738,-1982 738,-1946 816,-1946 816,-1982"/> | |
<text text-anchor="middle" x="777" y="-1960.3" font-family="Times New Roman,serif" font-size="14.00">Experience</text> | |
</g> | |
<!-- moveon->Experience --> | |
<g id="edge65" class="edge"><title>moveon->Experience</title> | |
<path fill="none" stroke="green" d="M777,-2034.04C777,-2021.16 777,-2005.61 777,-1992.53"/> | |
<polygon fill="green" stroke="green" points="780.5,-1992.23 777,-1982.23 773.5,-1992.23 780.5,-1992.23"/> | |
</g> | |
<!-- Respect --> | |
<g id="node48" class="node"><title>Respect</title> | |
<polygon fill="none" stroke="black" points="1184,-1409 1122,-1409 1122,-1373 1184,-1373 1184,-1409"/> | |
<text text-anchor="middle" x="1153" y="-1387.3" font-family="Times New Roman,serif" font-size="14.00">Respect</text> | |
</g> | |
<!-- betterjob->Respect --> | |
<g id="edge67" class="edge"><title>betterjob->Respect</title> | |
<path fill="none" stroke="green" d="M1148.02,-1455.97C1148.92,-1444.44 1149.98,-1430.88 1150.88,-1419.22"/> | |
<polygon fill="green" stroke="green" points="1154.38,-1419.4 1151.67,-1409.16 1147.4,-1418.86 1154.38,-1419.4"/> | |
</g> | |
<!-- Knowledge --> | |
<g id="node36" class="node"><title>Knowledge</title> | |
<polygon fill="none" stroke="black" points="614,-2603 534,-2603 534,-2567 614,-2567 614,-2603"/> | |
<text text-anchor="middle" x="574" y="-2581.3" font-family="Times New Roman,serif" font-size="14.00">Knowledge</text> | |
</g> | |
<!-- learn->Knowledge --> | |
<g id="edge69" class="edge"><title>learn->Knowledge</title> | |
<path fill="none" stroke="green" d="M438.411,-2686.68C468.252,-2664.52 512.869,-2631.39 542.68,-2609.26"/> | |
<polygon fill="green" stroke="green" points="545.104,-2611.82 551.046,-2603.04 540.931,-2606.19 545.104,-2611.82"/> | |
</g> | |
<!-- meetlove->makelove --> | |
<g id="edge70" class="edge"><title>meetlove->makelove</title> | |
<path fill="none" stroke="black" d="M665.779,-908.123C660.445,-896.698 654.69,-882.946 651,-870 641.951,-838.255 637.088,-800.926 634.555,-774.081"/> | |
<polygon fill="black" stroke="black" points="638.03,-773.636 633.665,-763.981 631.057,-774.25 638.03,-773.636"/> | |
</g> | |
<!-- Lover --> | |
<g id="node49" class="node"><title>Lover</title> | |
<polygon fill="none" stroke="black" points="714,-861 660,-861 660,-825 714,-825 714,-861"/> | |
<text text-anchor="middle" x="687" y="-839.3" font-family="Times New Roman,serif" font-size="14.00">Lover</text> | |
</g> | |
<!-- meetlove->Lover --> | |
<g id="edge71" class="edge"><title>meetlove->Lover</title> | |
<path fill="none" stroke="green" d="M681.314,-907.968C682.339,-896.442 683.544,-882.882 684.58,-871.221"/> | |
<polygon fill="green" stroke="green" points="688.076,-871.429 685.475,-861.158 681.103,-870.809 688.076,-871.429"/> | |
</g> | |
<!-- loselover --> | |
<g id="node27" class="node"><title>loselover</title> | |
<ellipse fill="none" stroke="black" cx="733" cy="-645" rx="118.13" ry="26.7407"/> | |
<text text-anchor="middle" x="733" y="-648.8" font-family="Times New Roman,serif" font-size="14.00">You need to feel accepted.</text> | |
<text text-anchor="middle" x="733" y="-633.8" font-family="Times New Roman,serif" font-size="14.00">(2 seconds)</text> | |
</g> | |
<!-- makelove->loselover --> | |
<g id="edge72" class="edge"><title>makelove->loselover</title> | |
<path fill="none" stroke="black" d="M654.264,-710.69C665.176,-700.357 678.599,-688.298 691.282,-677.411"/> | |
<polygon fill="black" stroke="black" points="693.698,-679.95 699.053,-670.809 689.166,-674.615 693.698,-679.95"/> | |
</g> | |
<!-- makelove->Memory --> | |
<g id="edge73" class="edge"><title>makelove->Memory</title> | |
<path fill="none" stroke="green" d="M611.344,-710.494C599.514,-693.322 587,-669.584 587,-646 587,-646 587,-646 587,-192 587,-174.062 587,-153.888 587,-138.162"/> | |
<polygon fill="green" stroke="green" points="590.5,-138.066 587,-128.066 583.5,-138.066 590.5,-138.066"/> | |
</g> | |
<!-- loselover->meetlove --> | |
<g id="edge75" class="edge"><title>loselover->meetlove</title> | |
<path fill="none" stroke="black" d="M752.297,-671.969C755.72,-677.664 758.868,-683.839 761,-690 771.761,-721.091 768.904,-731.633 763,-764 753.964,-813.537 746.322,-825.373 723,-870 717.693,-880.156 711.06,-890.622 704.567,-900.073"/> | |
<polygon fill="black" stroke="black" points="701.579,-898.237 698.685,-908.429 707.303,-902.266 701.579,-898.237"/> | |
</g> | |
<!-- Broken Heart --> | |
<g id="node40" class="node"><title>Broken Heart</title> | |
<polygon fill="none" stroke="black" points="875.25,-580 784.75,-580 784.75,-544 875.25,-544 875.25,-580"/> | |
<text text-anchor="middle" x="830" y="-558.3" font-family="Times New Roman,serif" font-size="14.00">Broken Heart</text> | |
</g> | |
<!-- loselover->Broken Heart --> | |
<g id="edge77" class="edge"><title>loselover->Broken Heart</title> | |
<path fill="none" stroke="green" d="M763.16,-618.815C775.36,-608.627 789.376,-596.923 801.413,-586.872"/> | |
<polygon fill="green" stroke="green" points="803.95,-589.313 809.382,-580.217 799.463,-583.94 803.95,-589.313"/> | |
</g> | |
<!-- loselover->Experience --> | |
<g id="edge78" class="edge"><title>loselover->Experience</title> | |
<path fill="none" stroke="green" d="M789.214,-668.792C815.456,-683.496 841,-705.613 841,-736 841,-982 841,-982 841,-982 841,-1114.78 687,-1105.22 687,-1238 687,-1868 687,-1868 687,-1868 687,-1898.86 712.333,-1923.71 736.119,-1940.25"/> | |
<polygon fill="green" stroke="green" points="734.49,-1943.37 744.762,-1945.96 738.349,-1937.53 734.49,-1943.37"/> | |
</g> | |
<!-- loselover->makelove --> | |
<g id="edge79" class="edge"><title>loselover->makelove</title> | |
<path fill="none" stroke="red" stroke-dasharray="1,5" d="M710.53,-671.505C699.579,-681.866 686.136,-693.936 673.456,-704.814"/> | |
<polygon fill="red" stroke="red" points="671.048,-702.267 665.69,-711.407 675.578,-707.604 671.048,-702.267"/> | |
</g> | |
<!-- fail --> | |
<g id="node29" class="node"><title>fail</title> | |
<ellipse fill="none" stroke="black" cx="808" cy="-193" rx="77.1743" ry="26.7407"/> | |
<text text-anchor="middle" x="808" y="-196.8" font-family="Times New Roman,serif" font-size="14.00">You need to fail.</text> | |
<text text-anchor="middle" x="808" y="-181.8" font-family="Times New Roman,serif" font-size="14.00">(5 seconds)</text> | |
</g> | |
<!-- create->fail --> | |
<g id="edge80" class="edge"><title>create->fail</title> | |
<path fill="none" stroke="black" d="M828.211,-331.979C825.372,-320.41 822.223,-306.587 820,-294 816.279,-272.933 813.374,-249.163 811.355,-230.085"/> | |
<polygon fill="black" stroke="black" points="814.824,-229.607 810.324,-220.016 807.861,-230.32 814.824,-229.607"/> | |
</g> | |
<!-- Project --> | |
<g id="node50" class="node"><title>Project</title> | |
<polygon fill="none" stroke="black" points="885,-294 829,-294 829,-258 885,-258 885,-294"/> | |
<text text-anchor="middle" x="857" y="-272.3" font-family="Times New Roman,serif" font-size="14.00">Project</text> | |
</g> | |
<!-- create->Project --> | |
<g id="edge82" class="edge"><title>create->Project</title> | |
<path fill="none" stroke="green" d="M842.082,-331.925C844.528,-322.92 847.271,-312.82 849.732,-303.761"/> | |
<polygon fill="green" stroke="green" points="853.115,-304.656 852.359,-294.088 846.36,-302.821 853.115,-304.656"/> | |
</g> | |
<!-- Crushed Dream --> | |
<g id="node41" class="node"><title>Crushed Dream</title> | |
<polygon fill="none" stroke="black" points="860,-128 756,-128 756,-92 860,-92 860,-128"/> | |
<text text-anchor="middle" x="808" y="-106.3" font-family="Times New Roman,serif" font-size="14.00">Crushed Dream</text> | |
</g> | |
<!-- fail->Crushed Dream --> | |
<g id="edge84" class="edge"><title>fail->Crushed Dream</title> | |
<path fill="none" stroke="green" d="M808,-165.925C808,-157.114 808,-147.254 808,-138.347"/> | |
<polygon fill="green" stroke="green" points="811.5,-138.088 808,-128.088 804.5,-138.088 811.5,-138.088"/> | |
</g> | |
<!-- fail->Memory --> | |
<g id="edge85" class="edge"><title>fail->Memory</title> | |
<path fill="none" stroke="green" d="M756.185,-173.009C717.469,-158.819 665.212,-139.666 629.067,-126.418"/> | |
<polygon fill="green" stroke="green" points="629.918,-123.002 619.324,-122.847 627.509,-129.575 629.918,-123.002"/> | |
</g> | |
<!-- Lost Ambition --> | |
<g id="node42" class="node"><title>Lost Ambition</title> | |
<polygon fill="none" stroke="black" points="813,-1220 715,-1220 715,-1184 813,-1184 813,-1220"/> | |
<text text-anchor="middle" x="764" y="-1198.3" font-family="Times New Roman,serif" font-size="14.00">Lost Ambition</text> | |
</g> | |
<!-- changeworld->Lost Ambition --> | |
<g id="edge88" class="edge"><title>changeworld->Lost Ambition</title> | |
<path fill="none" stroke="green" d="M1063.68,-1267.22C992.143,-1251.89 887.947,-1229.56 823.156,-1215.68"/> | |
<polygon fill="green" stroke="green" points="823.618,-1212.2 813.106,-1213.52 822.151,-1219.04 823.618,-1212.2"/> | |
</g> | |
<!-- Stuff --> | |
<g id="node51" class="node"><title>Stuff</title> | |
<polygon fill="none" stroke="black" points="1154,-294 1100,-294 1100,-258 1154,-258 1154,-294"/> | |
<text text-anchor="middle" x="1127" y="-272.3" font-family="Times New Roman,serif" font-size="14.00">Stuff</text> | |
</g> | |
<!-- morestuff->Stuff --> | |
<g id="edge90" class="edge"><title>morestuff->Stuff</title> | |
<path fill="none" stroke="green" d="M1092.14,-332.371C1098.06,-322.958 1104.77,-312.3 1110.71,-302.866"/> | |
<polygon fill="green" stroke="green" points="1113.76,-304.604 1116.12,-294.277 1107.83,-300.875 1113.76,-304.604"/> | |
</g> | |
<!-- Hope->age12 --> | |
<g id="edge48" class="edge"><title>Hope->age12</title> | |
<path fill="none" stroke="red" d="M54,-2881.75C54,-2857.79 54,-2813.1 54,-2775 54,-2775 54,-2775 54,-842 54,-818.529 61.1409,-793.205 68.4549,-773.423"/> | |
<polygon fill="red" stroke="red" points="71.7928,-774.496 72.1432,-763.907 65.2659,-771.966 71.7928,-774.496"/> | |
</g> | |
<!-- Body->age11 --> | |
<g id="edge46" class="edge"><title>Body->age11</title> | |
<path fill="none" stroke="red" d="M125.418,-2755.82C114.488,-2732.32 97,-2688.54 97,-2649 97,-2649 97,-2649 97,-934 97,-912.947 107.799,-892.392 119.555,-876.252"/> | |
<polygon fill="red" stroke="red" points="122.402,-878.292 125.738,-868.236 116.859,-874.017 122.402,-878.292"/> | |
</g> | |
<!-- Life->age10 --> | |
<g id="edge44" class="edge"><title>Life->age10</title> | |
<path fill="none" stroke="red" d="M216.775,-2629.65C214.11,-2607.33 210,-2567.35 210,-2533 210,-2533 210,-2533 210,-1026 210,-1007.39 216,-987.733 222.721,-971.555"/> | |
<polygon fill="red" stroke="red" points="226.115,-972.533 226.951,-961.972 219.711,-969.706 226.115,-972.533"/> | |
</g> | |
<!-- Love->age9 --> | |
<g id="edge36" class="edge"><title>Love->age9</title> | |
<path fill="none" stroke="red" d="M361.588,-2397.77C363.654,-2373.83 367,-2329.16 367,-2291 367,-2291 367,-2291 367,-1118 367,-1074.68 412.099,-1051.99 454.409,-1040.24"/> | |
<polygon fill="red" stroke="red" points="455.426,-1043.59 464.223,-1037.68 453.664,-1036.82 455.426,-1043.59"/> | |
</g> | |
<!-- Knowledge->age4 --> | |
<g id="edge14" class="edge"><title>Knowledge->age4</title> | |
<path fill="none" stroke="red" d="M574,-2566.83C574,-2553.16 574,-2533.56 574,-2516.44"/> | |
<polygon fill="red" stroke="red" points="577.5,-2516.17 574,-2506.17 570.5,-2516.17 577.5,-2516.17"/> | |
<text text-anchor="middle" x="577.5" y="-2528.3" font-family="Times New Roman,serif" font-size="14.00">8</text> | |
</g> | |
<!-- Knowledge->betterjob --> | |
<g id="edge66" class="edge"><title>Knowledge->betterjob</title> | |
<path fill="none" stroke="red" d="M614.415,-2581.94C758.145,-2574.1 1236,-2543.26 1236,-2480 1236,-2480 1236,-2480 1236,-1574 1236,-1548.85 1218.21,-1528.27 1198.45,-1513.17"/> | |
<polygon fill="red" stroke="red" points="1200.37,-1510.25 1190.21,-1507.25 1196.28,-1515.93 1200.37,-1510.25"/> | |
<text text-anchor="middle" x="1239.5" y="-2004.3" font-family="Times New Roman,serif" font-size="14.00">4</text> | |
</g> | |
<!-- Integrity->age8 --> | |
<g id="edge30" class="edge"><title>Integrity->age8</title> | |
<path fill="none" stroke="red" d="M540,-2271.94C540,-2254.02 540,-2225.03 540,-2200 540,-2200 540,-2200 540,-1201 540,-1186.32 540,-1170.14 540,-1156.13"/> | |
<polygon fill="red" stroke="red" points="543.5,-1155.9 540,-1145.9 536.5,-1155.9 543.5,-1155.9"/> | |
</g> | |
<!-- Experience->age5 --> | |
<g id="edge19" class="edge"><title>Experience->age5</title> | |
<path fill="none" stroke="red" d="M797.101,-1945.8C812.271,-1932.81 833.496,-1914.65 851.621,-1899.13"/> | |
<polygon fill="red" stroke="red" points="854.377,-1901.38 859.698,-1892.22 849.825,-1896.07 854.377,-1901.38"/> | |
<text text-anchor="middle" x="839.5" y="-1916.3" font-family="Times New Roman,serif" font-size="14.00">4</text> | |
</g> | |
<!-- Loyalty->age7 --> | |
<g id="edge27" class="edge"><title>Loyalty->age7</title> | |
<path fill="none" stroke="red" d="M826.222,-1693.95C827.398,-1676.04 829,-1647.06 829,-1622 829,-1622 829,-1622 829,-1284 829,-1147.95 879,-1118.05 879,-982 879,-982 879,-982 879,-690 879,-656.905 881.427,-643.223 860,-618 833.209,-586.462 810.099,-601.919 775,-580 739.138,-557.604 702,-561.281 702,-519 702,-519 702,-519 702,-109 702,-83.3396 721.854,-64.7186 744.377,-51.8501"/> | |
<polygon fill="red" stroke="red" points="746.262,-54.8121 753.447,-47.0265 742.975,-48.6317 746.262,-54.8121"/> | |
</g> | |
<!-- Broken Heart->age6 --> | |
<g id="edge24" class="edge"><title>Broken Heart->age6</title> | |
<path fill="none" stroke="red" d="M865.494,-543.796C894.938,-529.525 937.302,-508.991 971.114,-492.603"/> | |
<polygon fill="red" stroke="red" points="972.934,-495.61 980.406,-488.099 969.881,-489.311 972.934,-495.61"/> | |
<text text-anchor="middle" x="937.5" y="-514.3" font-family="Times New Roman,serif" font-size="14.00">2</text> | |
</g> | |
<!-- Crushed Dream->age7 --> | |
<g id="edge28" class="edge"><title>Crushed Dream->age7</title> | |
<path fill="none" stroke="red" d="M808,-91.822C808,-83.7735 808,-73.861 808,-64.2685"/> | |
<polygon fill="red" stroke="red" points="811.5,-64.0887 808,-54.0887 804.5,-64.0888 811.5,-64.0887"/> | |
</g> | |
<!-- Lost Ambition->age8 --> | |
<g id="edge31" class="edge"><title>Lost Ambition->age8</title> | |
<path fill="none" stroke="red" d="M716.769,-1183.92C683.659,-1171.95 639.044,-1155.81 602.92,-1142.75"/> | |
<polygon fill="red" stroke="red" points="604.047,-1139.44 593.453,-1139.33 601.667,-1146.02 604.047,-1139.44"/> | |
</g> | |
<!-- Memory->age9 --> | |
<g id="edge37" class="edge"><title>Memory->age9</title> | |
<path fill="none" stroke="red" d="M554.732,-124.877C529.617,-138.098 499,-160.646 499,-192 499,-936 499,-936 499,-936 499,-954.565 504.499,-974.351 510.624,-990.63"/> | |
<polygon fill="red" stroke="red" points="507.515,-992.282 514.474,-1000.27 514.015,-989.686 507.515,-992.282"/> | |
<text text-anchor="middle" x="506" y="-558.3" font-family="Times New Roman,serif" font-size="14.00">10</text> | |
</g> | |
<!-- Job->work --> | |
<g id="edge56" class="edge"><title>Job->work</title> | |
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M1048.97,-1639.82C1043.48,-1631.27 1036.65,-1620.62 1030.14,-1610.49"/> | |
<polygon fill="black" stroke="black" points="1032.89,-1608.3 1024.55,-1601.78 1027,-1612.08 1032.89,-1608.3"/> | |
</g> | |
<!-- Job->betterjob --> | |
<g id="edge68" class="edge"><title>Job->betterjob</title> | |
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M1087.19,-1641C1101.01,-1631.44 1116.78,-1618.03 1126,-1602 1140.32,-1577.1 1145.01,-1544.68 1146.29,-1520.12"/> | |
<polygon fill="black" stroke="black" points="1149.79,-1520.25 1146.65,-1510.13 1142.79,-1519.99 1149.79,-1520.25"/> | |
</g> | |
<!-- Money->create --> | |
<g id="edge81" class="edge"><title>Money->create</title> | |
<path fill="none" stroke="red" d="M882.588,-446.827C874.833,-432.677 863.588,-412.161 853.977,-394.624"/> | |
<polygon fill="red" stroke="red" points="857.002,-392.862 849.126,-385.775 850.864,-396.226 857.002,-392.862"/> | |
<text text-anchor="middle" x="870.5" y="-408.3" font-family="Times New Roman,serif" font-size="14.00">4</text> | |
</g> | |
<!-- Money->morestuff --> | |
<g id="edge89" class="edge"><title>Money->morestuff</title> | |
<path fill="none" stroke="red" d="M915.591,-446.77C919.984,-443.75 924.583,-440.709 929,-438 958.539,-419.882 992.666,-401.62 1020.6,-387.325"/> | |
<polygon fill="red" stroke="red" points="1022.49,-390.289 1029.82,-382.635 1019.32,-384.049 1022.49,-390.289"/> | |
</g> | |
<!-- Stress->relax --> | |
<g id="edge57" class="edge"><title>Stress->relax</title> | |
<path fill="none" stroke="red" d="M968.532,-1464.65C974.341,-1453.59 983.287,-1438.88 992.166,-1425.6"/> | |
<polygon fill="red" stroke="red" points="995.203,-1427.36 997.957,-1417.13 989.424,-1423.41 995.203,-1427.36"/> | |
</g> | |
<!-- Stress->relax --> | |
<g id="edge58" class="edge"><title>Stress->relax</title> | |
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M979.448,-1464.65C987.45,-1453.86 996.853,-1439.6 1004.69,-1426.58"/> | |
<polygon fill="black" stroke="black" points="1007.78,-1428.22 1009.82,-1417.82 1001.74,-1424.68 1007.78,-1428.22"/> | |
</g> | |
<!-- Friend->friend --> | |
<g id="edge63" class="edge"><title>Friend->friend</title> | |
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M728,-2217.82C728,-2209.77 728,-2199.86 728,-2190.27"/> | |
<polygon fill="black" stroke="black" points="731.5,-2190.09 728,-2180.09 724.5,-2190.09 731.5,-2190.09"/> | |
</g> | |
<!-- Friend->moveon --> | |
<g id="edge64" class="edge"><title>Friend->moveon</title> | |
<path fill="none" stroke="red" d="M755.229,-2231.1C783.897,-2225.39 827.64,-2211.73 848,-2180 860.962,-2159.8 857.756,-2147.93 848,-2126 842.3,-2113.19 832.629,-2101.86 822.228,-2092.44"/> | |
<polygon fill="red" stroke="red" points="824.455,-2089.74 814.573,-2085.92 819.915,-2095.06 824.455,-2089.74"/> | |
</g> | |
<!-- Respect->changeworld --> | |
<g id="edge86" class="edge"><title>Respect->changeworld</title> | |
<path fill="none" stroke="red" d="M1151.18,-1372.83C1149.74,-1359.16 1147.67,-1339.56 1145.85,-1322.44"/> | |
<polygon fill="red" stroke="red" points="1149.3,-1321.75 1144.77,-1312.17 1142.34,-1322.48 1149.3,-1321.75"/> | |
<text text-anchor="middle" x="1151.5" y="-1334.3" font-family="Times New Roman,serif" font-size="14.00">5</text> | |
</g> | |
<!-- Lover->makelove --> | |
<g id="edge74" class="edge"><title>Lover->makelove</title> | |
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M677.918,-824.827C670.435,-810.677 659.585,-790.161 650.311,-772.624"/> | |
<polygon fill="black" stroke="black" points="653.4,-770.978 645.631,-763.775 647.212,-774.251 653.4,-770.978"/> | |
</g> | |
<!-- Lover->loselover --> | |
<g id="edge76" class="edge"><title>Lover->loselover</title> | |
<path fill="none" stroke="red" d="M705.373,-824.786C719.534,-810.171 738.005,-787.824 746,-764 754.951,-737.329 750.661,-705.552 744.705,-681.697"/> | |
<polygon fill="red" stroke="red" points="748.071,-680.737 742.084,-671.996 741.313,-682.563 748.071,-680.737"/> | |
</g> | |
<!-- Project->fail --> | |
<g id="edge83" class="edge"><title>Project->fail</title> | |
<path fill="none" stroke="red" d="M846.608,-257.822C841.394,-249.202 834.885,-238.443 828.707,-228.23"/> | |
<polygon fill="red" stroke="red" points="831.574,-226.207 823.403,-219.462 825.584,-229.83 831.574,-226.207"/> | |
</g> | |
<!-- Stuff->changeworld --> | |
<g id="edge87" class="edge"><title>Stuff->changeworld</title> | |
<path fill="none" stroke="red" d="M1154.18,-292.556C1174.94,-306.675 1200,-329.604 1200,-358 1200,-519 1200,-519 1200,-519 1200,-596.854 1162,-612.146 1162,-690 1162,-1203 1162,-1203 1162,-1203 1162,-1218.15 1158.66,-1234.45 1154.71,-1248.42"/> | |
<polygon fill="red" stroke="red" points="1151.32,-1247.55 1151.77,-1258.13 1158.02,-1249.58 1151.32,-1247.55"/> | |
<text text-anchor="middle" x="1169" y="-786.3" font-family="Times New Roman,serif" font-size="14.00">10</text> | |
</g> | |
</g> | |
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drowning.svg : drowning.dot | |
dot -Tsvg drowning.dot > drowning.svg | |
drowning.dot : drowning.js | |
node drowning.js > drowning.dot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
asdsa