You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/svg/banananetwork.svg

45 lines
2.9 KiB
XML

<svg version="1.2" viewBox="0 -4 100 100" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="fadeInOutCable" gradientUnits="userSpaceOnUse" x1="0%" x2="1" y1="0" y2="0">
<stop offset="0%" stop-color="rgb(220,220,0)" stop-opacity="0" />
<stop offset="15%" stop-color="rgb(220,220,0)" stop-opacity="0.2" />
<stop offset="30%" stop-color="rgb(220,220,0)" stop-opacity="1" />
<stop offset="70%" stop-color="rgb(220,220,0)" stop-opacity="1" />
<stop offset="85%" stop-color="rgb(220,220,0)" stop-opacity="0.2" />
<stop offset="100%" stop-color="rgb(220,220,0)" stop-opacity="0" />
</linearGradient>
<linearGradient id="fadeInOutBlack" gradientUnits="userSpaceOnUse" x1="0%" x2="1" y1="0" y2="0">
<stop offset="0%" stop-color="rgb(0,0,0)" stop-opacity="0" />
<stop offset="15%" stop-color="rgb(0,0,0)" stop-opacity="0.2" />
<stop offset="30%" stop-color="rgb(0,0,0)" stop-opacity="1" />
<stop offset="70%" stop-color="rgb(0,0,0)" stop-opacity="1" />
<stop offset="85%" stop-color="rgb(0,0,0)" stop-opacity="0.2" />
<stop offset="100%" stop-color="rgb(0,0,0)" stop-opacity="0" />
</linearGradient>
<g id="cableElement">
<line x1="0" y1="0" x2="1" y2="0" stroke="url(#fadeInOutCable)" stroke-width="5" />
<line x1="0" y1="-3" x2="1" y2="-3" stroke="url(#fadeInOutBlack)" stroke-width="1" />
<line x1="0" y1="3" x2="1" y2="3" stroke="url(#fadeInOutBlack)" stroke-width="1" />
</g>
<g id="banana">
<path d="M 1 -1.4 c 0 -3, 3 -4, 3 -8 c 0 -6, 0 -20, -16 -36 c -6 -6, -12 0, -6 6 c 8 8, 14 22, 14 30 c 0 4, 3 5, 3 8 c 0 3, 2 3, 2 0"
stroke="rgb(0,0,0)" stroke-width="1" fill="rgb(255,225,53)" />
</g>
<g id="bananaTree">
<use xlink:href="#banana" transform="rotate(45)" />
<use xlink:href="#banana" transform="rotate(30)" />
<use xlink:href="#banana" transform="rotate(15)" />
<use xlink:href="#banana" transform="rotate(0)" />
<use xlink:href="#banana" transform="rotate(-15)" />
<use xlink:href="#banana" transform="rotate(-30)" />
<use xlink:href="#banana" transform="rotate(-45)" />
</g>
</defs>
<use xlink:href="#cableElement" x="0" y="8" transform="scale(100, 1)" />
<use xlink:href="#cableElement" transform="translate(50, 12) rotate(90) scale(14, 1)" />
<rect x="42" y="0" width="16" height="16" fill="rgb(220,220,220)" stroke="rgb(0,0,0)" stroke-width="2" />
<rect x="42" y="22" width="16" height="8" fill="rgb(0,180,0)" stroke="rgb(0,0,0)" stroke-width="2" />
<use xlink:href="#bananaTree" transform="translate(50, 26) rotate(200) scale(1.2)" />
<use xlink:href="#logo" transform="translate(44, 2) scale(0.12)" />
</svg>