Created
March 16, 2019 16:22
-
-
Save kemitchell/c3cfa3f85f3f5b86fde4f2fb045a3ee5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 { | |
ShouldWithhold[label="Withhold stuff\nfor money?"]; | |
Donations[label="Donations?"]; | |
SellAds[label="Sell ads or sponsorships?"]; | |
WithholdWhat[label="Withhold what?"]; | |
Development[label="Further\nDevelopment"]; | |
Security[label="Security\nInformation"]; | |
Assurances[label="Additional\nLegal\nAssurances"]; | |
BountySource[shape="rect",URL="https://bountysource.com"]; | |
CodeFund[shape="rect",URL="https://codefund.io"]; | |
CommunityBridge[shape="rect",URL="https://communitybridge.org"]; | |
GitCoin[shape="rect",URL="https://gitcoin.co"]; | |
GitStore[shape="rect",URL="https://gitstore.app"]; | |
ItchIO[shape="rect",URL="https://itch.io",label="itch.io"]; | |
LiberaPay[shape="rect",URL="https://liberapay.org"]; | |
LicenseZero[shape="rect",URL="https://licensezero.com",label="License Zero"]; | |
OpenCollective[shape="rect",URL="https://opencollective.com"]; | |
Patreon[shape="rect",URL="https://patreon.com"]; | |
Tidelift[shape="rect",URL="https://tidelift.com"]; | |
ShouldWithhold -> SellAds[label="No"]; | |
ShouldWithhold -> WithholdWhat[label="Yes"]; | |
SellAds -> {CodeFund, OpenCollective}[label="Yes"]; | |
SellAds -> Donations[label="No"]; | |
Donations -> {OpenCollective, CommunityBridge, LiberaPay, Patreon}[label="Yes"]; | |
WithholdWhat -> {License, Support, Development, Security, Assurances, Distribution}; | |
License -> {LicenseZero, ItchIO}; | |
Development -> {BountySource, GitCoin, Tidelift, GitStore}; | |
Security -> {Tidelift, GitStore}; | |
Support -> {Tidelift, GitStore}; | |
Assurances -> {Tidelift}; | |
Distribution -> {GitStore, ItchIO}; | |
} |
This file contains hidden or 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.38.0 (20140413.2041) | |
--> | |
<!-- Title: %3 Pages: 1 --> | |
<svg width="1134pt" height="362pt" | |
viewBox="0.00 0.00 1133.50 361.69" 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 357.693)"> | |
<title>%3</title> | |
<polygon fill="white" stroke="none" points="-4,4 -4,-357.693 1129.5,-357.693 1129.5,4 -4,4"/> | |
<!-- ShouldWithhold --> | |
<g id="node1" class="node"><title>ShouldWithhold</title> | |
<ellipse fill="none" stroke="black" cx="598.5" cy="-326.823" rx="68.6788" ry="26.7407"/> | |
<text text-anchor="middle" x="598.5" y="-330.623" font-family="Times,serif" font-size="14.00">Withhold stuff</text> | |
<text text-anchor="middle" x="598.5" y="-315.623" font-family="Times,serif" font-size="14.00">for money?</text> | |
</g> | |
<!-- SellAds --> | |
<g id="node3" class="node"><title>SellAds</title> | |
<ellipse fill="none" stroke="black" cx="319.5" cy="-230.953" rx="100.182" ry="18"/> | |
<text text-anchor="middle" x="319.5" y="-227.253" font-family="Times,serif" font-size="14.00">Sell ads or sponsorships?</text> | |
</g> | |
<!-- ShouldWithhold->SellAds --> | |
<g id="edge1" class="edge"><title>ShouldWithhold->SellAds</title> | |
<path fill="none" stroke="black" d="M547.652,-308.715C498.584,-292.206 424.53,-267.291 374.203,-250.358"/> | |
<polygon fill="black" stroke="black" points="375.062,-246.955 364.468,-247.083 372.83,-253.589 375.062,-246.955"/> | |
<text text-anchor="middle" x="476" y="-270.753" font-family="Times,serif" font-size="14.00">No</text> | |
</g> | |
<!-- WithholdWhat --> | |
<g id="node4" class="node"><title>WithholdWhat</title> | |
<ellipse fill="none" stroke="black" cx="733.5" cy="-230.953" rx="67.6881" ry="18"/> | |
<text text-anchor="middle" x="733.5" y="-227.253" font-family="Times,serif" font-size="14.00">Withhold what?</text> | |
</g> | |
<!-- ShouldWithhold->WithholdWhat --> | |
<g id="edge2" class="edge"><title>ShouldWithhold->WithholdWhat</title> | |
<path fill="none" stroke="black" d="M631.18,-303.1C652.715,-288.126 680.763,-268.623 702.045,-253.825"/> | |
<polygon fill="black" stroke="black" points="704.21,-256.583 710.422,-248 700.214,-250.835 704.21,-256.583"/> | |
<text text-anchor="middle" x="693.5" y="-270.753" font-family="Times,serif" font-size="14.00">Yes</text> | |
</g> | |
<!-- Donations --> | |
<g id="node2" class="node"><title>Donations</title> | |
<ellipse fill="none" stroke="black" cx="194.5" cy="-124.477" rx="50.8918" ry="18"/> | |
<text text-anchor="middle" x="194.5" y="-120.777" font-family="Times,serif" font-size="14.00">Donations?</text> | |
</g> | |
<!-- CommunityBridge --> | |
<g id="node10" class="node"><title>CommunityBridge</title> | |
<g id="a_node10"><a xlink:href="https://communitybridge.org" xlink:title="CommunityBridge"> | |
<polygon fill="none" stroke="black" points="119,-36 0,-36 0,-0 119,-0 119,-36"/> | |
<text text-anchor="middle" x="59.5" y="-14.3" font-family="Times,serif" font-size="14.00">CommunityBridge</text> | |
</a> | |
</g> | |
</g> | |
<!-- Donations->CommunityBridge --> | |
<g id="edge6" class="edge"><title>Donations->CommunityBridge</title> | |
<path fill="none" stroke="black" d="M174.289,-107.835C151.855,-90.4738 115.416,-62.2737 89.6181,-42.3085"/> | |
<polygon fill="black" stroke="black" points="91.6977,-39.4922 81.6472,-36.1398 87.4135,-45.028 91.6977,-39.4922"/> | |
<text text-anchor="middle" x="134.5" y="-57.8" font-family="Times,serif" font-size="14.00">Yes</text> | |
</g> | |
<!-- LiberaPay --> | |
<g id="node14" class="node"><title>LiberaPay</title> | |
<g id="a_node14"><a xlink:href="https://liberapay.org" xlink:title="LiberaPay"> | |
<polygon fill="none" stroke="black" points="209.5,-36 137.5,-36 137.5,-0 209.5,-0 209.5,-36"/> | |
<text text-anchor="middle" x="173.5" y="-14.3" font-family="Times,serif" font-size="14.00">LiberaPay</text> | |
</a> | |
</g> | |
</g> | |
<!-- Donations->LiberaPay --> | |
<g id="edge7" class="edge"><title>Donations->LiberaPay</title> | |
<path fill="none" stroke="black" d="M191.032,-106.224C187.749,-89.8913 182.769,-65.1129 178.954,-46.1343"/> | |
<polygon fill="black" stroke="black" points="182.375,-45.392 176.973,-36.2778 175.512,-46.7715 182.375,-45.392"/> | |
<text text-anchor="middle" x="194.5" y="-57.8" font-family="Times,serif" font-size="14.00">Yes</text> | |
</g> | |
<!-- OpenCollective --> | |
<g id="node16" class="node"><title>OpenCollective</title> | |
<g id="a_node16"><a xlink:href="https://opencollective.com" xlink:title="OpenCollective"> | |
<polygon fill="none" stroke="black" points="329,-36 228,-36 228,-0 329,-0 329,-36"/> | |
<text text-anchor="middle" x="278.5" y="-14.3" font-family="Times,serif" font-size="14.00">OpenCollective</text> | |
</a> | |
</g> | |
</g> | |
<!-- Donations->OpenCollective --> | |
<g id="edge8" class="edge"><title>Donations->OpenCollective</title> | |
<path fill="none" stroke="black" d="M205.902,-106.761C215.893,-92.4118 231.038,-71.359 245.5,-54 248.405,-50.5131 251.564,-46.9294 254.738,-43.4471"/> | |
<polygon fill="black" stroke="black" points="257.361,-45.7653 261.617,-36.0628 252.24,-40.9937 257.361,-45.7653"/> | |
<text text-anchor="middle" x="256.5" y="-57.8" font-family="Times,serif" font-size="14.00">Yes</text> | |
</g> | |
<!-- Patreon --> | |
<g id="node17" class="node"><title>Patreon</title> | |
<g id="a_node17"><a xlink:href="https://patreon.com" xlink:title="Patreon"> | |
<polygon fill="none" stroke="black" points="405.5,-36 347.5,-36 347.5,-0 405.5,-0 405.5,-36"/> | |
<text text-anchor="middle" x="376.5" y="-14.3" font-family="Times,serif" font-size="14.00">Patreon</text> | |
</a> | |
</g> | |
</g> | |
<!-- Donations->Patreon --> | |
<g id="edge9" class="edge"><title>Donations->Patreon</title> | |
<path fill="none" stroke="black" d="M220.19,-108.729C250.952,-91.0704 302.759,-61.3308 338.236,-40.9651"/> | |
<polygon fill="black" stroke="black" points="340.399,-43.7592 347.33,-35.7452 336.914,-37.6884 340.399,-43.7592"/> | |
<text text-anchor="middle" x="323.5" y="-57.8" font-family="Times,serif" font-size="14.00">Yes</text> | |
</g> | |
<!-- SellAds->Donations --> | |
<g id="edge5" class="edge"><title>SellAds->Donations</title> | |
<path fill="none" stroke="black" d="M281.221,-214.131C270.708,-208.855 259.684,-202.394 250.5,-194.953 235.049,-182.435 221.013,-165.003 210.859,-150.733"/> | |
<polygon fill="black" stroke="black" points="213.619,-148.571 205.059,-142.328 207.858,-152.546 213.619,-148.571"/> | |
<text text-anchor="middle" x="259" y="-183.753" font-family="Times,serif" font-size="14.00">No</text> | |
</g> | |
<!-- CodeFund --> | |
<g id="node9" class="node"><title>CodeFund</title> | |
<g id="a_node9"><a xlink:href="https://codefund.io" xlink:title="CodeFund"> | |
<polygon fill="none" stroke="black" points="395,-142.477 322,-142.477 322,-106.477 395,-106.477 395,-142.477"/> | |
<text text-anchor="middle" x="358.5" y="-120.777" font-family="Times,serif" font-size="14.00">CodeFund</text> | |
</a> | |
</g> | |
</g> | |
<!-- SellAds->CodeFund --> | |
<g id="edge3" class="edge"><title>SellAds->CodeFund</title> | |
<path fill="none" stroke="black" d="M325.94,-212.701C332.065,-196.292 341.372,-171.36 348.469,-152.348"/> | |
<polygon fill="black" stroke="black" points="351.832,-153.347 352.05,-142.754 345.274,-150.899 351.832,-153.347"/> | |
<text text-anchor="middle" x="349.5" y="-183.753" font-family="Times,serif" font-size="14.00">Yes</text> | |
</g> | |
<!-- SellAds->OpenCollective --> | |
<g id="edge4" class="edge"><title>SellAds->OpenCollective</title> | |
<path fill="none" stroke="black" d="M310.402,-212.874C303.694,-199.431 294.986,-180.014 290.5,-161.953 280.706,-122.516 278.521,-75.2821 278.225,-46.2082"/> | |
<polygon fill="black" stroke="black" points="281.725,-45.9973 278.193,-36.0087 274.725,-46.02 281.725,-45.9973"/> | |
<text text-anchor="middle" x="301.5" y="-120.777" font-family="Times,serif" font-size="14.00">Yes</text> | |
</g> | |
<!-- Development --> | |
<g id="node5" class="node"><title>Development</title> | |
<ellipse fill="none" stroke="black" cx="479.5" cy="-124.477" rx="63.7795" ry="26.7407"/> | |
<text text-anchor="middle" x="479.5" y="-128.277" font-family="Times,serif" font-size="14.00">Further</text> | |
<text text-anchor="middle" x="479.5" y="-113.277" font-family="Times,serif" font-size="14.00">Development</text> | |
</g> | |
<!-- WithholdWhat->Development --> | |
<g id="edge10" class="edge"><title>WithholdWhat->Development</title> | |
<path fill="none" stroke="black" d="M693.479,-216.267C656.483,-203.299 600.189,-182.759 552.5,-161.953 544.386,-158.413 535.884,-154.428 527.667,-150.426"/> | |
<polygon fill="black" stroke="black" points="529.062,-147.212 518.546,-145.924 525.963,-153.489 529.062,-147.212"/> | |
</g> | |
<!-- Security --> | |
<g id="node6" class="node"><title>Security</title> | |
<ellipse fill="none" stroke="black" cx="619.5" cy="-124.477" rx="57.9655" ry="26.7407"/> | |
<text text-anchor="middle" x="619.5" y="-128.277" font-family="Times,serif" font-size="14.00">Security</text> | |
<text text-anchor="middle" x="619.5" y="-113.277" font-family="Times,serif" font-size="14.00">Information</text> | |
</g> | |
<!-- WithholdWhat->Security --> | |
<g id="edge11" class="edge"><title>WithholdWhat->Security</title> | |
<path fill="none" stroke="black" d="M715.436,-213.399C698.624,-197.991 673.154,-174.649 652.682,-155.887"/> | |
<polygon fill="black" stroke="black" points="654.846,-153.123 645.109,-148.947 650.117,-158.283 654.846,-153.123"/> | |
</g> | |
<!-- Assurances --> | |
<g id="node7" class="node"><title>Assurances</title> | |
<ellipse fill="none" stroke="black" cx="969.5" cy="-124.477" rx="55.3091" ry="37.4533"/> | |
<text text-anchor="middle" x="969.5" y="-135.777" font-family="Times,serif" font-size="14.00">Additional</text> | |
<text text-anchor="middle" x="969.5" y="-120.777" font-family="Times,serif" font-size="14.00">Legal</text> | |
<text text-anchor="middle" x="969.5" y="-105.777" font-family="Times,serif" font-size="14.00">Assurances</text> | |
</g> | |
<!-- WithholdWhat->Assurances --> | |
<g id="edge12" class="edge"><title>WithholdWhat->Assurances</title> | |
<path fill="none" stroke="black" d="M772.768,-216.231C808.073,-203.472 861.059,-183.271 905.5,-161.953 910.138,-159.729 914.898,-157.303 919.627,-154.794"/> | |
<polygon fill="black" stroke="black" points="921.527,-157.745 928.645,-149.897 918.187,-151.593 921.527,-157.745"/> | |
</g> | |
<!-- License --> | |
<g id="node19" class="node"><title>License</title> | |
<ellipse fill="none" stroke="black" cx="1081.5" cy="-124.477" rx="38.1938" ry="18"/> | |
<text text-anchor="middle" x="1081.5" y="-120.777" font-family="Times,serif" font-size="14.00">License</text> | |
</g> | |
<!-- WithholdWhat->License --> | |
<g id="edge13" class="edge"><title>WithholdWhat->License</title> | |
<path fill="none" stroke="black" d="M795.459,-223.711C857.926,-215.656 955.939,-198.124 1033.5,-161.953 1041.68,-158.138 1049.8,-152.753 1056.97,-147.289"/> | |
<polygon fill="black" stroke="black" points="1059.28,-149.917 1064.89,-140.928 1054.9,-144.458 1059.28,-149.917"/> | |
</g> | |
<!-- Support --> | |
<g id="node20" class="node"><title>Support</title> | |
<ellipse fill="none" stroke="black" cx="733.5" cy="-124.477" rx="38.1938" ry="18"/> | |
<text text-anchor="middle" x="733.5" y="-120.777" font-family="Times,serif" font-size="14.00">Support</text> | |
</g> | |
<!-- WithholdWhat->Support --> | |
<g id="edge14" class="edge"><title>WithholdWhat->Support</title> | |
<path fill="none" stroke="black" d="M733.5,-212.701C733.5,-196.444 733.5,-171.819 733.5,-152.875"/> | |
<polygon fill="black" stroke="black" points="737,-152.754 733.5,-142.754 730,-152.755 737,-152.754"/> | |
</g> | |
<!-- Distribution --> | |
<g id="node21" class="node"><title>Distribution</title> | |
<ellipse fill="none" stroke="black" cx="843.5" cy="-124.477" rx="53.0913" ry="18"/> | |
<text text-anchor="middle" x="843.5" y="-120.777" font-family="Times,serif" font-size="14.00">Distribution</text> | |
</g> | |
<!-- WithholdWhat->Distribution --> | |
<g id="edge15" class="edge"><title>WithholdWhat->Distribution</title> | |
<path fill="none" stroke="black" d="M751.173,-213.167C769.483,-195.777 798.242,-168.462 818.796,-148.94"/> | |
<polygon fill="black" stroke="black" points="821.393,-151.301 826.233,-141.877 816.572,-146.225 821.393,-151.301"/> | |
</g> | |
<!-- BountySource --> | |
<g id="node8" class="node"><title>BountySource</title> | |
<g id="a_node8"><a xlink:href="https://bountysource.com" xlink:title="BountySource"> | |
<polygon fill="none" stroke="black" points="517.5,-36 423.5,-36 423.5,-0 517.5,-0 517.5,-36"/> | |
<text text-anchor="middle" x="470.5" y="-14.3" font-family="Times,serif" font-size="14.00">BountySource</text> | |
</a> | |
</g> | |
</g> | |
<!-- Development->BountySource --> | |
<g id="edge18" class="edge"><title>Development->BountySource</title> | |
<path fill="none" stroke="black" d="M477.252,-97.3823C475.915,-81.8643 474.221,-62.1992 472.865,-46.4485"/> | |
<polygon fill="black" stroke="black" points="476.333,-45.9314 471.988,-36.2687 469.359,-46.5322 476.333,-45.9314"/> | |
</g> | |
<!-- GitCoin --> | |
<g id="node11" class="node"><title>GitCoin</title> | |
<g id="a_node11"><a xlink:href="https://gitcoin.co" xlink:title="GitCoin"> | |
<polygon fill="none" stroke="black" points="595.5,-36 535.5,-36 535.5,-0 595.5,-0 595.5,-36"/> | |
<text text-anchor="middle" x="565.5" y="-14.3" font-family="Times,serif" font-size="14.00">GitCoin</text> | |
</a> | |
</g> | |
</g> | |
<!-- Development->GitCoin --> | |
<g id="edge19" class="edge"><title>Development->GitCoin</title> | |
<path fill="none" stroke="black" d="M499.663,-98.9815C513.316,-82.3955 531.296,-60.5529 545.016,-43.8853"/> | |
<polygon fill="black" stroke="black" points="547.718,-46.1096 551.371,-36.1644 542.313,-41.6608 547.718,-46.1096"/> | |
</g> | |
<!-- GitStore --> | |
<g id="node12" class="node"><title>GitStore</title> | |
<g id="a_node12"><a xlink:href="https://gitstore.app" xlink:title="GitStore"> | |
<polygon fill="none" stroke="black" points="675.5,-36 613.5,-36 613.5,-0 675.5,-0 675.5,-36"/> | |
<text text-anchor="middle" x="644.5" y="-14.3" font-family="Times,serif" font-size="14.00">GitStore</text> | |
</a> | |
</g> | |
</g> | |
<!-- Development->GitStore --> | |
<g id="edge20" class="edge"><title>Development->GitStore</title> | |
<path fill="none" stroke="black" d="M514.089,-101.575C541.888,-83.9734 580.791,-59.3398 608.864,-41.5647"/> | |
<polygon fill="black" stroke="black" points="610.993,-44.359 617.569,-36.0522 607.248,-38.4449 610.993,-44.359"/> | |
</g> | |
<!-- Tidelift --> | |
<g id="node18" class="node"><title>Tidelift</title> | |
<g id="a_node18"><a xlink:href="https://tidelift.com" xlink:title="Tidelift"> | |
<polygon fill="none" stroke="black" points="762,-36 705,-36 705,-0 762,-0 762,-36"/> | |
<text text-anchor="middle" x="733.5" y="-14.3" font-family="Times,serif" font-size="14.00">Tidelift</text> | |
</a> | |
</g> | |
</g> | |
<!-- Development->Tidelift --> | |
<g id="edge21" class="edge"><title>Development->Tidelift</title> | |
<path fill="none" stroke="black" d="M518.546,-103.029C529.43,-97.5874 541.332,-91.8722 552.5,-87 578.799,-75.5262 650.691,-49.0519 695.554,-32.7285"/> | |
<polygon fill="black" stroke="black" points="696.761,-36.014 704.964,-29.3092 694.37,-29.4348 696.761,-36.014"/> | |
</g> | |
<!-- Security->GitStore --> | |
<g id="edge22" class="edge"><title>Security->GitStore</title> | |
<path fill="none" stroke="black" d="M624.042,-97.5934C626.517,-84.4597 629.823,-68.3001 633.5,-54 634.176,-51.3725 634.931,-48.6504 635.721,-45.938"/> | |
<polygon fill="black" stroke="black" points="639.078,-46.9287 638.651,-36.3424 632.383,-44.884 639.078,-46.9287"/> | |
</g> | |
<!-- Security->Tidelift --> | |
<g id="edge23" class="edge"><title>Security->Tidelift</title> | |
<path fill="none" stroke="black" d="M658.465,-104.303C674.372,-95.1573 692.13,-83.1144 705.5,-69 712.062,-62.0728 717.637,-53.3184 722.044,-45.0781"/> | |
<polygon fill="black" stroke="black" points="725.181,-46.6286 726.513,-36.1178 718.917,-43.5042 725.181,-46.6286"/> | |
</g> | |
<!-- Assurances->Tidelift --> | |
<g id="edge26" class="edge"><title>Assurances->Tidelift</title> | |
<path fill="none" stroke="black" d="M928.645,-99.0561C921.051,-94.8434 913.111,-90.6506 905.5,-87 860.512,-65.4201 806.767,-44.9839 771.471,-32.2539"/> | |
<polygon fill="black" stroke="black" points="772.622,-28.9486 762.028,-28.8732 770.263,-35.539 772.622,-28.9486"/> | |
</g> | |
<!-- ItchIO --> | |
<g id="node13" class="node"><title>ItchIO</title> | |
<g id="a_node13"><a xlink:href="https://itch.io" xlink:title="itch.io"> | |
<polygon fill="none" stroke="black" points="982.5,-36 928.5,-36 928.5,-0 982.5,-0 982.5,-36"/> | |
<text text-anchor="middle" x="955.5" y="-14.3" font-family="Times,serif" font-size="14.00">itch.io</text> | |
</a> | |
</g> | |
</g> | |
<!-- LicenseZero --> | |
<g id="node15" class="node"><title>LicenseZero</title> | |
<g id="a_node15"><a xlink:href="https://licensezero.com" xlink:title="License Zero"> | |
<polygon fill="none" stroke="black" points="1125.5,-36 1037.5,-36 1037.5,-0 1125.5,-0 1125.5,-36"/> | |
<text text-anchor="middle" x="1081.5" y="-14.3" font-family="Times,serif" font-size="14.00">License Zero</text> | |
</a> | |
</g> | |
</g> | |
<!-- License->ItchIO --> | |
<g id="edge16" class="edge"><title>License->ItchIO</title> | |
<path fill="none" stroke="black" d="M1063.45,-108.508C1042.66,-91.2721 1008.25,-62.7421 983.877,-42.5296"/> | |
<polygon fill="black" stroke="black" points="985.961,-39.7109 976.029,-36.0221 981.493,-45.0994 985.961,-39.7109"/> | |
</g> | |
<!-- License->LicenseZero --> | |
<g id="edge17" class="edge"><title>License->LicenseZero</title> | |
<path fill="none" stroke="black" d="M1081.5,-106.224C1081.5,-89.9669 1081.5,-65.3422 1081.5,-46.3983"/> | |
<polygon fill="black" stroke="black" points="1085,-46.2778 1081.5,-36.2778 1078,-46.2779 1085,-46.2778"/> | |
</g> | |
<!-- Support->GitStore --> | |
<g id="edge24" class="edge"><title>Support->GitStore</title> | |
<path fill="none" stroke="black" d="M715.033,-108.535C706.485,-101.777 696.113,-93.8 686.5,-87 674.422,-78.4564 667.29,-80.8994 658.5,-69 653.584,-62.3453 650.394,-54.0354 648.323,-46.1126"/> | |
<polygon fill="black" stroke="black" points="651.696,-45.147 646.196,-36.092 644.849,-46.6009 651.696,-45.147"/> | |
</g> | |
<!-- Support->Tidelift --> | |
<g id="edge25" class="edge"><title>Support->Tidelift</title> | |
<path fill="none" stroke="black" d="M733.5,-106.224C733.5,-89.9669 733.5,-65.3422 733.5,-46.3983"/> | |
<polygon fill="black" stroke="black" points="737,-46.2778 733.5,-36.2778 730,-46.2779 737,-46.2778"/> | |
</g> | |
<!-- Distribution->GitStore --> | |
<g id="edge27" class="edge"><title>Distribution->GitStore</title> | |
<path fill="none" stroke="black" d="M818.56,-108.567C807.064,-101.816 793.184,-93.8346 780.5,-87 748.694,-69.8617 712.025,-51.6126 684.783,-38.3389"/> | |
<polygon fill="black" stroke="black" points="686.088,-35.0819 675.564,-33.8613 683.03,-41.3785 686.088,-35.0819"/> | |
</g> | |
<!-- Distribution->ItchIO --> | |
<g id="edge28" class="edge"><title>Distribution->ItchIO</title> | |
<path fill="none" stroke="black" d="M861,-107.152C879.411,-89.978 908.582,-62.766 929.647,-43.1167"/> | |
<polygon fill="black" stroke="black" points="932.08,-45.6328 937.005,-36.2522 927.306,-40.5141 932.08,-45.6328"/> | |
</g> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment