redact
All checks were successful
Swaous.Asuscomm Build / Build-Docker-Image (push) Successful in 36s
169
cancer-zodiac/index.html
Executable file
@@ -0,0 +1,169 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
|
||||
<!--
|
||||
Hi! I see you've found my website source code!
|
||||
You can play around all you want! I've kept it nice and readable, and it doesn't use any frameworks.
|
||||
This project is protected by GNU GPLv3, which basically means that you can't make money by copying it,
|
||||
you have to give me credit if you copy any parts of it, and you have to keep your project open source
|
||||
if you use my code in it.
|
||||
Have fun!
|
||||
-->
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Weird Pusheen's Cancer Zodiak</title>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="main.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="starfield">
|
||||
<!-- absolute positioned starfield at the back. it's mostly randomly generated, but also contains the cancer sprite. -->
|
||||
<div id="cancer-sprite">
|
||||
<img id="c1-stars" src="res/cancer-stars.svg">
|
||||
<svg id="c2-lines" width="247.34239" height="239.99619" viewBox="0 0 65.442673 63.49899" version="1.1" id="svg1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs id="defs1" />
|
||||
<g id="layer1" transform="translate(-42.408394,-52.273198)">
|
||||
<path style="fill:none;stroke:#ffffff;stroke-width:0.2;stroke-linejoin:round;stroke-dasharray:none"
|
||||
d="m 62.85164,91.985579 44.34756,8.094881" id="path5" />
|
||||
<path style="fill:#000000;stroke:#ffffff;stroke-width:0.2;stroke-linejoin:round;stroke-dasharray:none"
|
||||
d="M 62.85271,92.008778 56.758475,115.41547" id="path6" />
|
||||
<path style="fill:none;stroke:#ffffff;stroke-width:0.2;stroke-linejoin:round;stroke-dasharray:none"
|
||||
d="m 43.097026,52.830209 15.942129,25.972334 3.819632,13.184388" id="path4" />
|
||||
</g>
|
||||
</svg>
|
||||
<img id="c3-crab" src="res/cancer-crab.svg">
|
||||
</div>
|
||||
</div>
|
||||
<div style="height: calc(100vh + 1600px);"></div> <!-- spacer to complete the crab animation (see note in main.js) -->
|
||||
<div class="content-simple-left">
|
||||
<h1>Cancer,</h1>
|
||||
<p id="astroevent">
|
||||
|
||||
</p>
|
||||
<p id="astroconclusion">
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-simple-right" id="spiky-space-friends">
|
||||
<h2>Crabs: Your Spiky Space Friends</h2>
|
||||
<p>
|
||||
There is astrological reason to believe crabs are actually superintelligent spiky space friends from <b>space</b>!
|
||||
</p>
|
||||
<ul>
|
||||
<li>They're spiky</li>
|
||||
<li>They're friendly</li>
|
||||
<li>They're really smart</li>
|
||||
<li>They're from <b>space</b>!</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="planets">
|
||||
<div>
|
||||
<div id="sun" style="top: 100vh; left: 50vw; transform: translate(-50%, -50%);">
|
||||
<img src="res/sun.svg">
|
||||
</div>
|
||||
<div id="mercury" style="top: 25vh; left: 25vw;--transform-offset: 0px;">
|
||||
<div class="planetinfo">
|
||||
<h2>Mercury</h2>
|
||||
<p>
|
||||
Mercury is the first planet from our star, Sol! It is almost as small as Earth's moon. It is largely made of iron, and is pocked with craters.
|
||||
</p>
|
||||
</div>
|
||||
<img src="res/mercury.svg">
|
||||
</div>
|
||||
<div id="venus" style="top: 30vh; left: 65vw;--transform-offset: -600px;">
|
||||
<div class="planetinfo">
|
||||
<h2>Venus</h2>
|
||||
<p>
|
||||
Venus is the second planet from Sol. It is very hot - massive clouds of carbon dioxide (the same greenhouse gas fueling Earth's global warming) and sulfuric acid blanket the surface.
|
||||
Highs are in the low 450s celcius! The acid rain will burn and even melt your skin, so make sure to bring an umbrella.
|
||||
</p>
|
||||
</div>
|
||||
<img src="res/venus.svg">
|
||||
</div>
|
||||
<div id="earth" style="top: 0vh; left: 20vw;--transform-offset: -1200px;">
|
||||
<img src="res/earth.svg">
|
||||
<img src="res/earth_moon.svg" class="moon">
|
||||
<div class="planetinfo">
|
||||
<h2>Earth</h2>
|
||||
<p>
|
||||
Earth is the third planet from Sol and the only planet known to host life in our solar system! It's where spiky space friends live.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mars" style="top: 25vh; left: 50vw;--transform-offset: -1800px;">
|
||||
<img src="res/mars.svg">
|
||||
<div class="planetinfo">
|
||||
<h2>Mars</h2>
|
||||
<p>
|
||||
Mars is the fourth planet from Sol. It's very cold, despite the carbon dioxide atmosphere (which is some 100 times thinner than that of Earth), because it is very far from the sun.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="jupiter" style="top: 25vh; left: 0vw;--transform-offset: -2400px;">
|
||||
<img src="res/jupiter.svg">
|
||||
<div class="planetinfo">
|
||||
<h2>Jupiter</h2>
|
||||
<p>
|
||||
Jupiter is the fifth planet from Sol. It is the largest planet in the solar system; more than twice as massive as all the other planets combined. Jupiter has 95 moons!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="saturn" style="top: 25vh; left: 75vw;--transform-offset: -3000px;">
|
||||
<img src="res/saturn.svg">
|
||||
<div class="planetinfo">
|
||||
<h2>Saturn</h2>
|
||||
<p>
|
||||
Saturn is the 6th planet from Sol. It is famous for its large and prevalent rings, which are mostly made of ice and dust.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="uranus" style="top: 15vh; left: 0vw;--transform-offset: -3600px;">
|
||||
<img src="res/uranus.svg">
|
||||
<div class="planetinfo">
|
||||
<h2>Uranus</h2>
|
||||
<p>
|
||||
Uranus is the 7th planet from Sol. It is mostly made of water, methane, and ammonia, and has a small rocky core. Uranus gets very hot towards the center.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="neptune" style="top: 15vh; left: 60vw;--transform-offset: -4200px;">
|
||||
<img src="res/neptune.svg">
|
||||
<div class="planetinfo">
|
||||
<h2>Neptune</h2>
|
||||
<p>
|
||||
Neptune is the final planet in the solar system. It is large and windy, and orbits every 165 years. It is not visible from Earth, as it is over 30 times further from the sun than our home planet.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tobetacanceri">
|
||||
<p>
|
||||
<i style="font-size: 0.85rem;">(distances are not to scale)</i><br>
|
||||
The solar system is big. Really big. And the rest of space is even bigger.<br>
|
||||
You scrolled at an average of <b id="rawscroll"></b> pixels per second down this page, or <b id="scrollkph"></b> kilometers per hour through the
|
||||
solar system tour. At that speed, you would reach Beta Cancri (the primary star of the Cancer constellation) in <b id="yearstobetacanceri"></b> <i>years</i>.<br><br>
|
||||
At the fastest I can scroll, the entire human species could evolve again in the time it takes to scroll to the Cancer constellation. Maybe we'll get there - but it won't be soon.<br><br>
|
||||
</p>
|
||||
<div style="height: 25vh;"></div>
|
||||
<div style="text-align: center;"><img src="res/cancer-crab.svg"></div>
|
||||
</div>
|
||||
<div style="height: 200vh;">
|
||||
<div id="thebridge">
|
||||
<p>
|
||||
Web design by <a href="https://swaous.asuscomm.com/">Tyler Clarke (weird_pusheen)</a>. Headings use the <a href="https://www.fontspace.com/my-earth-font-f49502">"My Earth Regular"</a> font.<br><br>
|
||||
This is an entry into the Purpose42 art expo for July, themed around zodiac signs. It is not meant to be taken as a serious source of information. Crabs
|
||||
are not, in fact, superintelligent spiky space friends from space.<br><br>
|
||||
This is FOSS and protected by GNU GPLv3. You are free to use any element of it in your own projects, so long as they also are FOSS and provide credit to me.
|
||||
<br><br>
|
||||
All rights preserved. Trespassers will be violated.<br><br>
|
||||
<img src="res/shiny.svg">
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<script src="starfield.js"></script>
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
221
cancer-zodiac/main.css
Executable file
@@ -0,0 +1,221 @@
|
||||
@font-face {
|
||||
font-family: "My Earth Regular";
|
||||
src: url("res/MyEarthRegular.otf");
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
@keyframes shimmer {
|
||||
0% {
|
||||
transform: scale(0.1);
|
||||
}
|
||||
100% {
|
||||
transform: scale(0.2);
|
||||
}
|
||||
}
|
||||
|
||||
#starfield {
|
||||
background-color: rgb(7, 0, 31);
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.shiny-star {
|
||||
background-image: url("res/shiny.svg");
|
||||
background-size: cover;
|
||||
width: 65px;
|
||||
height: 100px;
|
||||
position: absolute;
|
||||
animation-name: shimmer;
|
||||
animation-duration: 2s;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
transition: opacity 2s;
|
||||
opacity: 100%;
|
||||
}
|
||||
|
||||
.star {
|
||||
width: 2px;
|
||||
height: 2px;
|
||||
border-radius: 100px;
|
||||
background-color: white;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#cancer-sprite {
|
||||
position: absolute;
|
||||
right: 20vw;
|
||||
top: 15vh;
|
||||
}
|
||||
|
||||
#cancer-sprite > * {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#c2-lines {
|
||||
--linespoint: 0px;
|
||||
filter: drop-shadow(0px 0px 10px white);
|
||||
}
|
||||
|
||||
#c2-lines path {
|
||||
stroke-dasharray: var(--linespoint) 1000000px !important;
|
||||
}
|
||||
|
||||
#c3-crab {
|
||||
--crab-visibility: 0%;
|
||||
opacity: var(--crab-visibility);
|
||||
transform: translate(-20px, -20px);
|
||||
transition: transform 1s;
|
||||
}
|
||||
|
||||
#c3-crab.dropped {
|
||||
transform: translate(-20px, 200px);
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
#c3-crab.scootleft {
|
||||
transform: translate(-70vw, 200px);
|
||||
transition: transform 2s;
|
||||
}
|
||||
|
||||
#c3-crab.scootaway {
|
||||
transform: translate(-130vw, 200px);
|
||||
transition: transform 2s;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
color: blue;
|
||||
font-family: "My Earth Regular";
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 5em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 4em;
|
||||
}
|
||||
|
||||
p, ul {
|
||||
font-size: 1.5em;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.content-simple-left {
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
padding-left: 20vw;
|
||||
padding-right: 40vw;
|
||||
padding-top: 20vh;
|
||||
padding-bottom: 20vh;
|
||||
}
|
||||
|
||||
.content-simple-right {
|
||||
padding-left: 50vw;
|
||||
padding-right: 10vw;
|
||||
padding-top: 20vh;
|
||||
padding-bottom: 20vh;
|
||||
}
|
||||
|
||||
#bottom {
|
||||
background-color: black;
|
||||
text-align: center;
|
||||
padding-left: 20vw;
|
||||
padding-right: 20vw;
|
||||
padding: 10px;
|
||||
color: white;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
text-shadow: 0px 0px 3px blue;
|
||||
}
|
||||
|
||||
.shiny-star.disjoint {
|
||||
position: fixed;
|
||||
opacity: 0%;
|
||||
}
|
||||
|
||||
#planets {
|
||||
height: calc(4200px);
|
||||
width: 100vw;
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
#planets > div > div {
|
||||
--transform-offset: 0px;
|
||||
--scroll-point: inherit;
|
||||
transform: translateZ(calc(var(--scroll-point) * -3px - 200vh + var(--transform-offset)));
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#planets > div {
|
||||
perspective: 100px;
|
||||
transform-style: preserve-3d;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
.planetinfo {
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
padding: 50px;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
width: 50vw;
|
||||
}
|
||||
|
||||
@keyframes moonspin {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
|
||||
.moon {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
animation-name: moonspin;
|
||||
animation-duration: 2s; /* 30rpm */
|
||||
animation-iteration-count: infinite;
|
||||
animation-timing-function: linear;
|
||||
}
|
||||
|
||||
#tobetacanceri {
|
||||
background-color: black;
|
||||
padding: 100px;
|
||||
padding-top: 40vh;
|
||||
color: white;
|
||||
font-family: monospace;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
#tobetacanceri > * {
|
||||
opacity: calc(100% - 5 * var(--scroll-point));
|
||||
}
|
||||
|
||||
#thebridge {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
padding: 200px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
161
cancer-zodiac/main.js
Executable file
@@ -0,0 +1,161 @@
|
||||
const c2lines = document.getElementById("c2-lines");
|
||||
const c3crab = document.getElementById("c3-crab");
|
||||
const spikyspacefriends = document.getElementById("spiky-space-friends");
|
||||
const doc = document.documentElement;
|
||||
const astroevent = document.getElementById("astroevent");
|
||||
const astroconclusion = document.getElementById("astroconclusion");
|
||||
const planets = document.getElementById("planets");
|
||||
const planet_divs = Array.from(document.querySelectorAll("#planets > div > div"));
|
||||
const tobetacanceri = document.getElementById("tobetacanceri");
|
||||
const thebridge = document.getElementById("thebridge");
|
||||
const c3crab_animation = [
|
||||
"res/cancer-crab.svg",
|
||||
"res/cancer-crabwalk.svg"
|
||||
];
|
||||
var c3crab_frame = 0;
|
||||
|
||||
var scrollDelta = 0; // total pixels scrolled
|
||||
var scrollDt = 0; // total time spent scrolling
|
||||
|
||||
var lastScPos = 0;
|
||||
var lTime = window.performance.now();
|
||||
|
||||
window.onscroll = () => {
|
||||
c2lines.style.setProperty("--linespoint", doc.scrollTop * 0.05 + "px");
|
||||
c3crab.style.setProperty("--crab-visibility", (doc.scrollTop - 600) * 0.1 + "%"); // this means that we need 1600 pixels of scroll to complete the animation
|
||||
// 600 + 100% / 0.1% = 1600
|
||||
if (doc.scrollTop >= 1600) {
|
||||
c3crab.classList.add("dropped");
|
||||
}
|
||||
else {
|
||||
c3crab.classList.remove("dropped");
|
||||
}
|
||||
|
||||
var spikyrect = spikyspacefriends.getBoundingClientRect();
|
||||
if (spikyrect.top < window.innerHeight * 0.6) {
|
||||
c3crab.classList.add("scootleft");
|
||||
}
|
||||
else {
|
||||
c3crab.classList.remove("scootleft");
|
||||
}
|
||||
|
||||
if (spikyrect.bottom < 0) {
|
||||
c3crab.classList.add("scootaway");
|
||||
c3crab.classList.remove("scootleft");
|
||||
c3crab.classList.remove("dropped");
|
||||
}
|
||||
else {
|
||||
c3crab.classList.remove("scootaway");
|
||||
}
|
||||
|
||||
document.body.style.setProperty("--scroll-point", doc.scrollTop);
|
||||
var rect = planets.getBoundingClientRect();
|
||||
planets.style.setProperty("--scroll-point", rect.top);
|
||||
|
||||
var considering = true;
|
||||
for (x in planet_divs) {
|
||||
var planet = planet_divs[x];
|
||||
var hider = planet.getElementsByClassName("planetinfo");
|
||||
if (hider.length) {
|
||||
hider = hider[0];
|
||||
}
|
||||
else {
|
||||
continue;
|
||||
}
|
||||
hider.style.display = "none";
|
||||
if (considering) {
|
||||
var z = rect.top * -3 - 2 * window.innerHeight + parseInt(planet.style.getPropertyValue("--transform-offset"));
|
||||
if (z < 0) {
|
||||
planet.getElementsByClassName("planetinfo")[0].style.display = "";
|
||||
considering = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
tobetacanceri.style.setProperty("--scroll-point", 100 * tobetacanceri.getBoundingClientRect().top / window.innerHeight + "%");
|
||||
|
||||
var cTime = window.performance.now()
|
||||
scrollDelta += Math.abs(lastScPos - doc.scrollTop);
|
||||
scrollDt += cTime - lTime;
|
||||
|
||||
lTime = cTime;
|
||||
lastScPos = doc.scrollTop;
|
||||
|
||||
var pixPSec = scrollDelta / scrollDt * 1000;
|
||||
var kmPHr = ((pixPSec / 3000) // solar system fields from earth to neptune per second
|
||||
/ 3600) // per hour
|
||||
* 4_500_000_000; // the solar system field from earth to neptune is 4.5 billion kilometers
|
||||
|
||||
var hrtoBC = 2.746e15 / kmPHr;
|
||||
var ytoBC = hrtoBC / 8760;
|
||||
|
||||
document.getElementById("rawscroll").innerText = Math.round(pixPSec);
|
||||
document.getElementById("scrollkph").innerText = Math.round(kmPHr);
|
||||
document.getElementById("yearstobetacanceri").innerText = Math.round(ytoBC);
|
||||
|
||||
var thebridge_scrollup = thebridge.parentNode.getBoundingClientRect().top * -1;
|
||||
if (thebridge_scrollup < 0) {
|
||||
thebridge_scrollup = 0;
|
||||
}
|
||||
thebridge.parentNode.style.backgroundColor = "rgba(0, 0, 0, " + (1 - thebridge_scrollup / window.innerHeight) + ")";
|
||||
thebridge.style.opacity = thebridge_scrollup / window.innerHeight * 100 + "%";
|
||||
}
|
||||
|
||||
var c3crab_interval = -1;
|
||||
|
||||
c3crab.addEventListener("transitionrun", () => {
|
||||
if (c3crab_interval == -1) {
|
||||
c3crab_interval = setInterval(() => {
|
||||
c3crab_frame++;
|
||||
c3crab.src = c3crab_animation[c3crab_frame % c3crab_animation.length];
|
||||
}, 100);
|
||||
}
|
||||
});
|
||||
|
||||
c3crab.addEventListener("transitionend", () => {
|
||||
clearInterval(c3crab_interval);
|
||||
c3crab_frame = 0;
|
||||
c3crab.src = c3crab_animation[0];
|
||||
c3crab_interval = -1;
|
||||
});
|
||||
|
||||
|
||||
let astrothings = ["Mercury", "Venus", "Earth", "Mars", "Jupiter", "Saturn", "Uranus", "Neptune", "Pluto", "The Moon", "Capricorn", "Aquarius",
|
||||
"Pisces", "Aries", "Taurus", "Gemini", "Cancer", "Leo", "Virgo", "Libra", "Scorpio", "Ophiuchus", "Saggitarius"
|
||||
];
|
||||
|
||||
const events = ["rising</b> in", "waning</b> in", "waxing</b> in", "converging</b> with"];
|
||||
|
||||
function arpick(array) {
|
||||
let index = Math.floor(Math.random() * array.length);
|
||||
return array.splice(index, 1)[0];
|
||||
}
|
||||
|
||||
const things = [
|
||||
"you must <b>tread carefully</b> today.",
|
||||
"you will find a <b>pleasant surprise</b>!",
|
||||
"you will meet a ten-thousand-pound rhino named <b>Desmond</b> today.",
|
||||
"<b>great opportunities</b> are hiding around every corner.",
|
||||
"you must not be afraid to take a <b>leap of faith</b>."
|
||||
];
|
||||
|
||||
astroevent.innerHTML = "Because <b>" + arpick(astrothings) + "</b> is <b>" + arpick(events) + " <b>" + arpick(astrothings) + "</b>,";
|
||||
astroconclusion.innerHTML = arpick(things);
|
||||
|
||||
Array.from(document.getElementsByTagName("p")).forEach(a => {
|
||||
a.addEventListener("mouseover", (evt) => {
|
||||
//if (Math.random() < 0.15) {
|
||||
var shiny = document.createElement("div");
|
||||
shiny.classList.add("shiny-star");
|
||||
requestAnimationFrame(() => {
|
||||
shiny.classList.add("disjoint");
|
||||
});
|
||||
document.body.appendChild(shiny);
|
||||
shiny.style.left = evt.clientX + 20 * Math.random() - 30 + "px";
|
||||
shiny.style.top = evt.clientY + 20 * Math.random() - 50 + "px";
|
||||
shiny.style.animationDelay = -Math.random() * 2 + "s";
|
||||
setTimeout(() => {
|
||||
document.body.removeChild(shiny);
|
||||
}, 2000);
|
||||
//}
|
||||
});
|
||||
});
|
||||
BIN
cancer-zodiac/res/MyEarthRegular-9YBpL.ttf
Executable file
BIN
cancer-zodiac/res/MyEarthRegular.otf
Executable file
338
cancer-zodiac/res/cancer-crab.svg
Executable file
@@ -0,0 +1,338 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="322.48352"
|
||||
height="313.65271"
|
||||
viewBox="0 0 85.323768 82.987285"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
sodipodi:docname="cancer-crab.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="px"
|
||||
inkscape:zoom="1.0327895"
|
||||
inkscape:cx="8.7142635"
|
||||
inkscape:cy="210.5947"
|
||||
inkscape:window-width="1612"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="20"
|
||||
inkscape:window-y="20"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
id="defs1">
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect21"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect19"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect17"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect14"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect12"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect10"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect9"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect7"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect6"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect4"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect1"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-54.122921,-60.354513)">
|
||||
<g
|
||||
id="g28"
|
||||
transform="matrix(0.55989093,0,0,0.61989243,18.381356,17.08796)"
|
||||
style="stroke-width:1.69742">
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.35794;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 177.74722,207.62665 c -16.0397,5.00284 -29.85588,4.76457 -36.9804,-7.40362 -7.12452,-12.16819 -7.55734,-36.26533 -1.13115,-51.62603 6.4262,-15.3607 18.62808,-21.44435 35.42364,-16.84678 16.79556,4.59758 36.39907,19.70151 46.21615,29.95817 9.81708,10.25665 9.4275,15.34192 0.1009,23.00679 -9.32659,7.66487 -27.58944,17.90863 -43.62914,22.91147 z"
|
||||
id="path1"
|
||||
inkscape:path-effect="#path-effect1"
|
||||
inkscape:original-d="m 175.52371,212.86777 c -13.81619,-0.23827 -27.63237,-0.47655 -41.44856,-0.71483 -0.43285,-24.0981 -0.86567,-48.19524 -1.29851,-72.29286 13.28523,-6.62378 25.48711,-12.70743 38.63537,-19.26292 20.44286,15.75064 40.04637,30.85457 60.07014,46.28231 -0.38961,5.08557 -0.77919,10.17084 -1.1688,15.25641 -18.26358,10.24417 -36.52643,20.48793 -54.78964,30.73189 z"
|
||||
transform="translate(-33.974563,-34.454479)"
|
||||
sodipodi:nodetypes="ccccccc" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.35794;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path2"
|
||||
cx="102.71274"
|
||||
cy="117.22334"
|
||||
rx="6.2208877"
|
||||
ry="3.6072931" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.35794;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path3"
|
||||
cx="103.51836"
|
||||
cy="154.69998"
|
||||
rx="6.5955963"
|
||||
ry="3.5381162" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.61365;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 114.30926,167.59285 c -4.3226,4.86449 -8.64521,9.72898 -14.591625,12.40263 -5.946416,2.67365 -13.516346,3.15644 -19.376979,-0.01 -5.860634,-3.16612 -10.011649,-9.98087 -14.162751,-16.79577 0,0 -0.187375,15.48853 -0.187375,15.48853 0,0 -9.977321,-7.20603 -9.977321,-7.20603 -0.648055,9.75012 -1.29611,19.50024 2.426799,26.8172 3.722909,7.31695 11.816458,12.20056 22.595958,7.58406 10.7795,-4.61651 24.244244,-18.73267 37.709264,-32.8491"
|
||||
id="path4"
|
||||
inkscape:path-effect="#path-effect4"
|
||||
inkscape:original-d="m 114.30926,167.59285 c -4.3226,4.86449 -8.64521,9.72898 -12.96781,14.59347 -7.570231,0.48281 -15.140161,0.9656 -22.71024,1.4484 -4.151185,-6.81504 -12.453305,-20.44469 -12.453305,-20.44469 l -0.187375,15.48853 -9.977321,-7.20603 c 0,0 -1.296109,19.50024 -1.944164,29.25035 8.093874,4.8838 16.187423,9.76741 24.281133,14.65112 13.465288,-14.11672 26.930042,-28.23287 40.395052,-42.34931"
|
||||
sodipodi:nodetypes="ccccccccc"
|
||||
transform="matrix(0.85711393,0,0,0.82622888,16.955216,28.34733)" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.61365;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 114.30926,167.59285 c -4.3226,4.86449 -8.64521,9.72898 -14.591625,12.40263 -5.946416,2.67365 -13.516346,3.15644 -19.376979,-0.01 -5.860634,-3.16612 -10.011649,-9.98087 -14.162751,-16.79577 0,0 -0.187375,15.48853 -0.187375,15.48853 0,0 -9.977321,-7.20603 -9.977321,-7.20603 -0.648055,9.75012 -1.29611,19.50024 2.426799,26.8172 3.722909,7.31695 11.816458,12.20056 22.595958,7.58406 10.7795,-4.61651 24.244244,-18.73267 37.709264,-32.8491"
|
||||
id="path5"
|
||||
inkscape:path-effect="#path-effect6"
|
||||
inkscape:original-d="m 114.30926,167.59285 c -4.3226,4.86449 -8.64521,9.72898 -12.96781,14.59347 -7.570231,0.48281 -15.140161,0.9656 -22.71024,1.4484 -4.151185,-6.81504 -12.453305,-20.44469 -12.453305,-20.44469 l -0.187375,15.48853 -9.977321,-7.20603 c 0,0 -1.296109,19.50024 -1.944164,29.25035 8.093874,4.8838 16.187423,9.76741 24.281133,14.65112 13.465288,-14.11672 26.930042,-28.23287 40.395052,-42.34931"
|
||||
sodipodi:nodetypes="ccccccccc"
|
||||
transform="matrix(0.85711393,0,0,-0.82622888,18.419597,247.3672)" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.96932;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 128.39123,173.40559 c -4.24218,9.35632 -8.48437,18.71265 -15.81614,26.3744 -7.33177,7.66175 -17.752719,13.62868 -28.173873,19.59574 13.892334,-2.33206 27.784673,-4.66411 36.169053,-12.71787 8.38438,-8.05376 11.2607,-21.82867 14.13708,-35.60385"
|
||||
id="path6"
|
||||
inkscape:path-effect="#path-effect7"
|
||||
inkscape:original-d="m 128.39123,173.40559 c -4.24219,9.35632 -8.48437,18.71265 -12.72655,28.06897 -10.42136,5.96718 -31.263463,17.90117 -31.263463,17.90117 0,0 27.784673,-4.66411 41.677003,-6.99617 2.87643,-13.77546 5.75276,-27.55037 8.62913,-41.32555"
|
||||
sodipodi:nodetypes="ccccc"
|
||||
transform="matrix(0.72091839,0,0,-0.6595411,39.071843,216.17447)" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.96932;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 128.39123,173.40559 c -4.24218,9.35632 -8.48437,18.71265 -15.81614,26.3744 -7.33177,7.66175 -17.752719,13.62868 -28.173873,19.59574 13.892334,-2.33206 27.784673,-4.66411 36.169053,-12.71787 8.38438,-8.05376 11.2607,-21.82867 14.13708,-35.60385"
|
||||
id="path7"
|
||||
inkscape:path-effect="#path-effect9"
|
||||
inkscape:original-d="m 128.39123,173.40559 c -4.24219,9.35632 -8.48437,18.71265 -12.72655,28.06897 -10.42136,5.96718 -31.263463,17.90117 -31.263463,17.90117 0,0 27.784673,-4.66411 41.677003,-6.99617 2.87643,-13.77546 5.75276,-27.55037 8.62913,-41.32555"
|
||||
sodipodi:nodetypes="ccccc"
|
||||
transform="matrix(0.72091839,0,0,0.6595411,37.617462,58.314134)" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.35794;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 139.23193,170.06537 c 0.42527,7.35 0.85053,14.70001 1.2758,22.05001 0,0 11.67648,11.19216 16.24463,10.86833 4.56816,-0.32383 13.70446,-0.9715 22.84077,-1.61916 -2.61826,-2.67589 -5.23653,-5.35177 -9.78855,-7.24834 -4.55203,-1.89656 -11.03756,-3.01375 -15.34668,-6.99765 -4.30911,-3.9839 -6.44159,-10.83421 -8.57411,-17.68466"
|
||||
id="path9"
|
||||
inkscape:path-effect="#path-effect10"
|
||||
inkscape:original-d="m 139.23193,170.06537 c 0.42527,7.35 1.2758,22.05001 1.2758,22.05001 l 11.67648,11.19216 c 9.13631,-0.64766 18.27261,-1.29533 27.40892,-1.94299 0,0 -5.23653,-5.35177 -7.85479,-8.02766 -6.48579,-1.11724 -12.97132,-2.23443 -19.45699,-3.35165 -2.13256,-6.85058 -4.26503,-13.70089 -6.39756,-20.55134"
|
||||
sodipodi:nodetypes="ccccccc" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.79097;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 139.23193,170.06537 c 0.42527,7.35 0.85053,14.70001 1.2758,22.05001 0,0 11.67648,11.19216 11.67648,11.19216 0,0 27.40892,-1.94299 27.40892,-1.94299 -2.61826,-2.67589 -5.23653,-5.35177 -9.78855,-7.24834 -4.55203,-1.89656 -11.03756,-3.01375 -15.34668,-6.99765 -4.30911,-3.9839 -6.44159,-10.83421 -8.57411,-17.68466"
|
||||
id="path10"
|
||||
inkscape:path-effect="#path-effect12"
|
||||
inkscape:original-d="m 139.23193,170.06537 c 0.42527,7.35 1.2758,22.05001 1.2758,22.05001 l 11.67648,11.19216 27.40892,-1.94299 c 0,0 -5.23653,-5.35177 -7.85479,-8.02766 -6.48579,-1.11724 -12.97132,-2.23443 -19.45699,-3.35165 -2.13256,-6.85058 -4.26503,-13.70089 -6.39756,-20.55134"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
transform="matrix(0.64624628,-0.29352672,0.33494795,0.73744178,16.709692,78.871151)" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.79097;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 139.23193,170.06537 c 0.42527,7.35 0.85053,14.70001 3.00929,20.24041 2.15875,5.54039 6.05083,9.27104 11.39235,9.38897 5.34153,0.11793 12.13215,-3.3768 18.92291,-6.87159 -2.61826,-2.67589 -5.23648,-5.35172 -8.61573,-5.82472 -3.37926,-0.47299 -7.51928,1.25688 -10.65562,-1.30345 -3.13634,-2.56033 -5.26882,-9.41064 -7.40134,-16.26109"
|
||||
id="path12"
|
||||
inkscape:path-effect="#path-effect14"
|
||||
inkscape:original-d="m 139.23193,170.06537 c 0.42527,7.35 0.85053,14.70001 1.2758,22.05001 3.89224,3.73079 7.78432,7.46144 11.67648,11.19216 6.79089,-3.49486 20.37227,-10.48438 20.37227,-10.48438 0,0 -5.23648,-5.35172 -7.85479,-8.02766 -4.1402,1.72995 -8.28022,3.45982 -12.42034,5.18974 -2.13256,-6.85058 -4.26503,-13.70089 -6.39756,-20.55134"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
transform="matrix(0.64624628,-0.29352672,0.33494795,0.73744178,38.250078,60.730223)" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.35794;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 139.23193,170.06537 c 0.42527,7.35 0.85053,14.70001 1.2758,22.05001 0,0 11.67648,11.19216 16.24463,10.86833 4.56816,-0.32383 13.70446,-0.9715 22.84077,-1.61916 -2.61826,-2.67589 -5.23653,-5.35177 -9.78855,-7.24834 -4.55203,-1.89656 -11.03756,-3.01375 -15.34668,-6.99765 -4.30911,-3.9839 -6.44159,-10.83421 -8.57411,-17.68466"
|
||||
id="path14"
|
||||
inkscape:path-effect="#path-effect17"
|
||||
inkscape:original-d="m 139.23193,170.06537 c 0.42527,7.35 1.2758,22.05001 1.2758,22.05001 l 11.67648,11.19216 c 9.13631,-0.64766 18.27261,-1.29533 27.40892,-1.94299 0,0 -5.23653,-5.35177 -7.85479,-8.02766 -6.48579,-1.11724 -12.97132,-2.23443 -19.45699,-3.35165 -2.13256,-6.85058 -4.26503,-13.70089 -6.39756,-20.55134"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
transform="matrix(1,0,0,-1,1.2286515,273.46743)" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.79097;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 139.23193,170.06537 c 0.42527,7.35 0.85053,14.70001 1.2758,22.05001 0,0 11.67648,11.19216 11.67648,11.19216 0,0 27.40892,-1.94299 27.40892,-1.94299 -2.61826,-2.67589 -5.23653,-5.35177 -9.78855,-7.24834 -4.55203,-1.89656 -11.03756,-3.01375 -15.34668,-6.99765 -4.30911,-3.9839 -6.44159,-10.83421 -8.57411,-17.68466"
|
||||
id="path15"
|
||||
inkscape:path-effect="#path-effect19"
|
||||
inkscape:original-d="m 139.23193,170.06537 c 0.42527,7.35 1.2758,22.05001 1.2758,22.05001 l 11.67648,11.19216 27.40892,-1.94299 c 0,0 -5.23653,-5.35177 -7.85479,-8.02766 -6.48579,-1.11724 -12.97132,-2.23443 -19.45699,-3.35165 -2.13256,-6.85058 -4.26503,-13.70089 -6.39756,-20.55134"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
transform="matrix(0.64624628,0.29352672,0.33494795,-0.73744178,17.938344,199.88798)" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.79097;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 139.23193,170.06537 c 0.42527,7.35 0.85053,14.70001 3.00929,20.24041 2.15875,5.54039 6.05083,9.27104 11.39235,9.38897 5.34153,0.11793 12.13215,-3.3768 18.92291,-6.87159 -2.61826,-2.67589 -5.23648,-5.35172 -8.61573,-5.82472 -3.37926,-0.47299 -7.51928,1.25688 -10.65562,-1.30345 -3.13634,-2.56033 -5.26882,-9.41064 -7.40134,-16.26109"
|
||||
id="path16"
|
||||
inkscape:path-effect="#path-effect21"
|
||||
inkscape:original-d="m 139.23193,170.06537 c 0.42527,7.35 0.85053,14.70001 1.2758,22.05001 3.89224,3.73079 7.78432,7.46144 11.67648,11.19216 6.79089,-3.49486 20.37227,-10.48438 20.37227,-10.48438 0,0 -5.23648,-5.35172 -7.85479,-8.02766 -4.1402,1.72995 -8.28022,3.45982 -12.42034,5.18974 -2.13256,-6.85058 -4.26503,-13.70089 -6.39756,-20.55134"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
transform="matrix(0.64624628,0.29352672,0.33494795,-0.73744178,39.47873,218.02891)" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.01845e-07;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path21"
|
||||
cx="131.7912"
|
||||
cy="173.94901"
|
||||
rx="5.4901195"
|
||||
ry="3.5672002" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.01845e-07;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse21"
|
||||
cx="143.56956"
|
||||
cy="171.41057"
|
||||
rx="5.4901195"
|
||||
ry="3.5672002" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.01845e-07;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse22"
|
||||
cx="164.40289"
|
||||
cy="162.2218"
|
||||
rx="5.4901195"
|
||||
ry="3.5672002" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.01845e-07;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse23"
|
||||
cx="188.11784"
|
||||
cy="145.38464"
|
||||
rx="5.4901195"
|
||||
ry="3.5672002" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.01845e-07;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse24"
|
||||
cx="188.56256"
|
||||
cy="133.47639"
|
||||
rx="5.4901195"
|
||||
ry="3.5672002" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.01845e-07;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse25"
|
||||
cx="168.34633"
|
||||
cy="114.35818"
|
||||
rx="5.4901195"
|
||||
ry="3.5672002" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.01845e-07;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse26"
|
||||
cx="144.36218"
|
||||
cy="101.66135"
|
||||
rx="5.4901195"
|
||||
ry="3.5672002" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.01845e-07;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse27"
|
||||
cx="133.22295"
|
||||
cy="99.924179"
|
||||
rx="5.4901195"
|
||||
ry="3.5672002" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 18 KiB |
335
cancer-zodiac/res/cancer-crabwalk.svg
Executable file
@@ -0,0 +1,335 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="322.48352"
|
||||
height="313.65271"
|
||||
viewBox="0 0 85.323768 82.987285"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
sodipodi:docname="cancer-crabwalk.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="px"
|
||||
inkscape:zoom="2.0929954"
|
||||
inkscape:cx="136.40737"
|
||||
inkscape:cy="160.77436"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false" />
|
||||
<defs
|
||||
id="defs1">
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect21"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect19"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect17"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect14"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect12"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect10"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect9"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect7"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect6"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect4"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect1"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-54.122921,-60.354513)">
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.35794;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 177.74722,207.62665 c -16.0397,5.00284 -29.85588,4.76457 -36.9804,-7.40362 -7.12452,-12.16819 -7.55734,-36.26533 -1.13115,-51.62603 6.4262,-15.3607 18.62808,-21.44435 35.42364,-16.84678 16.79556,4.59758 36.39907,19.70151 46.21615,29.95817 9.81708,10.25665 9.4275,15.34192 0.1009,23.00679 -9.32659,7.66487 -27.58944,17.90863 -43.62914,22.91147 z"
|
||||
id="path1"
|
||||
inkscape:path-effect="#path-effect1"
|
||||
inkscape:original-d="m 175.52371,212.86777 c -13.81619,-0.23827 -27.63237,-0.47655 -41.44856,-0.71483 -0.43285,-24.0981 -0.86567,-48.19524 -1.29851,-72.29286 13.28523,-6.62378 25.48711,-12.70743 38.63537,-19.26292 20.44286,15.75064 40.04637,30.85457 60.07014,46.28231 -0.38961,5.08557 -0.77919,10.17084 -1.1688,15.25641 -18.26358,10.24417 -36.52643,20.48793 -54.78964,30.73189 z"
|
||||
transform="matrix(0.55989093,0,0,0.61989243,-0.64069367,-4.2701107)"
|
||||
sodipodi:nodetypes="ccccccc" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:0.800001;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path2"
|
||||
cx="75.88929"
|
||||
cy="89.753822"
|
||||
rx="3.4830186"
|
||||
ry="2.2361338" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:0.800001;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path3"
|
||||
cx="76.340347"
|
||||
cy="112.98531"
|
||||
rx="3.6928146"
|
||||
ry="2.1932514" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.61365;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 114.30926,167.59285 c -4.3226,4.86449 -8.64521,9.72898 -14.591625,12.40263 -5.946416,2.67365 -13.516346,3.15644 -19.376979,-0.01 -5.860634,-3.16612 -10.011649,-9.98087 -14.162751,-16.79577 0,0 -0.187375,15.48853 -0.187375,15.48853 0,0 -9.977321,-7.20603 -9.977321,-7.20603 -0.648055,9.75012 -1.29611,19.50024 2.426799,26.8172 3.722909,7.31695 11.816458,12.20056 22.595958,7.58406 10.7795,-4.61651 24.244244,-18.73267 37.709264,-32.8491"
|
||||
id="path4"
|
||||
inkscape:path-effect="#path-effect4"
|
||||
inkscape:original-d="m 114.30926,167.59285 c -4.3226,4.86449 -8.64521,9.72898 -12.96781,14.59347 -7.570231,0.48281 -15.140161,0.9656 -22.71024,1.4484 -4.151185,-6.81504 -12.453305,-20.44469 -12.453305,-20.44469 l -0.187375,15.48853 -9.977321,-7.20603 c 0,0 -1.296109,19.50024 -1.944164,29.25035 8.093874,4.8838 16.187423,9.76741 24.281133,14.65112 13.465288,-14.11672 26.930042,-28.23287 40.395052,-42.34931"
|
||||
sodipodi:nodetypes="ccccccccc"
|
||||
transform="matrix(0.4668843,-0.11096743,0.11843232,0.49829208,7.8850074,48.341137)" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.61365;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 114.30926,167.59285 c -4.3226,4.86449 -8.64521,9.72898 -14.591625,12.40263 -5.946416,2.67365 -13.516346,3.15644 -19.376979,-0.01 -5.860634,-3.16612 -10.011649,-9.98087 -14.162751,-16.79577 0,0 -0.187375,15.48853 -0.187375,15.48853 0,0 -9.977321,-7.20603 -9.977321,-7.20603 -0.648055,9.75012 -1.29611,19.50024 2.426799,26.8172 3.722909,7.31695 11.816458,12.20056 22.595958,7.58406 10.7795,-4.61651 24.244244,-18.73267 37.709264,-32.8491"
|
||||
id="path5"
|
||||
inkscape:path-effect="#path-effect6"
|
||||
inkscape:original-d="m 114.30926,167.59285 c -4.3226,4.86449 -8.64521,9.72898 -12.96781,14.59347 -7.570231,0.48281 -15.140161,0.9656 -22.71024,1.4484 -4.151185,-6.81504 -12.453305,-20.44469 -12.453305,-20.44469 l -0.187375,15.48853 -9.977321,-7.20603 c 0,0 -1.296109,19.50024 -1.944164,29.25035 8.093874,4.8838 16.187423,9.76741 24.281133,14.65112 13.465288,-14.11672 26.930042,-28.23287 40.395052,-42.34931"
|
||||
sodipodi:nodetypes="ccccccccc"
|
||||
transform="matrix(0.43983892,0.19192824,0.20483944,-0.46942733,-4.846744,142.72242)" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:2.38612;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 128.39123,173.40559 c -4.24218,9.35632 -8.48437,18.71265 -15.81614,26.3744 -7.33177,7.66175 -17.752719,13.62868 -28.173873,19.59574 13.892334,-2.33206 27.784673,-4.66411 36.169053,-12.71787 8.38438,-8.05376 11.2607,-21.82867 14.13708,-35.60385"
|
||||
id="path6"
|
||||
inkscape:path-effect="#path-effect7"
|
||||
inkscape:original-d="m 128.39123,173.40559 c -4.24219,9.35632 -8.48437,18.71265 -12.72655,28.06897 -10.42136,5.96718 -31.263463,17.90117 -31.263463,17.90117 0,0 27.784673,-4.66411 41.677003,-6.99617 2.87643,-13.77546 5.75276,-27.55037 8.62913,-41.32555"
|
||||
sodipodi:nodetypes="ccccc"
|
||||
transform="matrix(0.40363567,0,0,-0.27848683,40.868164,127.60481)" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:2.32111;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 128.39123,173.40559 c -4.24218,9.35632 -8.48437,18.71265 -15.81614,26.3744 -7.33177,7.66175 -17.752719,13.62868 -28.173873,19.59574 13.892334,-2.33206 27.784673,-4.66411 36.169053,-12.71787 8.38438,-8.05376 11.2607,-21.82867 14.13708,-35.60385"
|
||||
id="path7"
|
||||
inkscape:path-effect="#path-effect9"
|
||||
inkscape:original-d="m 128.39123,173.40559 c -4.24219,9.35632 -8.48437,18.71265 -12.72655,28.06897 -10.42136,5.96718 -31.263463,17.90117 -31.263463,17.90117 0,0 27.784673,-4.66411 41.677003,-6.99617 2.87643,-13.77546 5.75276,-27.55037 8.62913,-41.32555"
|
||||
sodipodi:nodetypes="ccccc"
|
||||
transform="matrix(0.41051099,0,0,0.28937636,38.498969,74.570074)" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.68379;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 139.23193,170.06537 c 0.42527,7.35 0.85053,14.70001 1.2758,22.05001 0,0 11.67648,11.19216 16.24463,10.86833 4.56816,-0.32383 13.70446,-0.9715 22.84077,-1.61916 -2.61826,-2.67589 -5.23653,-5.35177 -9.78855,-7.24834 -4.55203,-1.89656 -11.03756,-3.01375 -15.34668,-6.99765 -4.30911,-3.9839 -6.44159,-10.83421 -8.57411,-17.68466"
|
||||
id="path9"
|
||||
inkscape:path-effect="#path-effect10"
|
||||
inkscape:original-d="m 139.23193,170.06537 c 0.42527,7.35 1.2758,22.05001 1.2758,22.05001 l 11.67648,11.19216 c 9.13631,-0.64766 18.27261,-1.29533 27.40892,-1.94299 0,0 -5.23653,-5.35177 -7.85479,-8.02766 -6.48579,-1.11724 -12.97132,-2.23443 -19.45699,-3.35165 -2.13256,-6.85058 -4.26503,-13.70089 -6.39756,-20.55134"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
transform="matrix(0.55989093,0,0,0.40318428,18.539007,53.968424)" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:2.22072;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 139.23193,170.06537 c 0.42527,7.35 0.85053,14.70001 1.2758,22.05001 0,0 11.67648,11.19216 11.67648,11.19216 0,0 27.40892,-1.94299 27.40892,-1.94299 -2.61826,-2.67589 -5.23653,-5.35177 -9.78855,-7.24834 -4.55203,-1.89656 -11.03756,-3.01375 -15.34668,-6.99765 -4.30911,-3.9839 -6.44159,-10.83421 -8.57411,-17.68466"
|
||||
id="path10"
|
||||
inkscape:path-effect="#path-effect12"
|
||||
inkscape:original-d="m 139.23193,170.06537 c 0.42527,7.35 1.2758,22.05001 1.2758,22.05001 l 11.67648,11.19216 27.40892,-1.94299 c 0,0 -5.23653,-5.35177 -7.85479,-8.02766 -6.48579,-1.11724 -12.97132,-2.23443 -19.45699,-3.35165 -2.13256,-6.85058 -4.26503,-13.70089 -6.39756,-20.55134"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
transform="matrix(0.36182743,-0.11834536,0.18753432,0.29732494,27.916339,85.766057)" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.79097;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 139.23193,170.06537 c 0.42527,7.35 0.85053,14.70001 3.00929,20.24041 2.15875,5.54039 6.05083,9.27104 11.39235,9.38897 5.34153,0.11793 12.13215,-3.3768 18.92291,-6.87159 -2.61826,-2.67589 -5.23648,-5.35172 -8.61573,-5.82472 -3.37926,-0.47299 -7.51928,1.25688 -10.65562,-1.30345 -3.13634,-2.56033 -5.26882,-9.41064 -7.40134,-16.26109"
|
||||
id="path12"
|
||||
inkscape:path-effect="#path-effect14"
|
||||
inkscape:original-d="m 139.23193,170.06537 c 0.42527,7.35 0.85053,14.70001 1.2758,22.05001 3.89224,3.73079 7.78432,7.46144 11.67648,11.19216 6.79089,-3.49486 20.37227,-10.48438 20.37227,-10.48438 0,0 -5.23648,-5.35172 -7.85479,-8.02766 -4.1402,1.72995 -8.28022,3.45982 -12.42034,5.18974 -2.13256,-6.85058 -4.26503,-13.70089 -6.39756,-20.55134"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
transform="matrix(0.40336708,0.03635531,-0.08190489,0.4872707,81.766362,18.127975)" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.64535;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 139.23193,170.06537 c 0.42527,7.35 0.85053,14.70001 1.2758,22.05001 0,0 11.67648,11.19216 16.24463,10.86833 4.56816,-0.32383 13.70446,-0.9715 22.84077,-1.61916 -2.61826,-2.67589 -5.23653,-5.35177 -9.78855,-7.24834 -4.55203,-1.89656 -11.03756,-3.01375 -15.34668,-6.99765 -4.30911,-3.9839 -6.44159,-10.83421 -8.57411,-17.68466"
|
||||
id="path14"
|
||||
inkscape:path-effect="#path-effect17"
|
||||
inkscape:original-d="m 139.23193,170.06537 c 0.42527,7.35 1.2758,22.05001 1.2758,22.05001 l 11.67648,11.19216 c 9.13631,-0.64766 18.27261,-1.29533 27.40892,-1.94299 0,0 -5.23653,-5.35177 -7.85479,-8.02766 -6.48579,-1.11724 -12.97132,-2.23443 -19.45699,-3.35165 -2.13256,-6.85058 -4.26503,-13.70089 -6.39756,-20.55134"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
transform="matrix(0.55989093,0,0,-0.42224333,19.870353,152.34946)" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:2.17003;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 139.23193,170.06537 c 0.42527,7.35 0.85053,14.70001 1.2758,22.05001 0,0 11.67648,11.19216 11.67648,11.19216 0,0 27.40892,-1.94299 27.40892,-1.94299 -2.61826,-2.67589 -5.23653,-5.35177 -9.78855,-7.24834 -4.55203,-1.89656 -11.03756,-3.01375 -15.34668,-6.99765 -4.30911,-3.9839 -6.44159,-10.83421 -8.57411,-17.68466"
|
||||
id="path15"
|
||||
inkscape:path-effect="#path-effect19"
|
||||
inkscape:original-d="m 139.23193,170.06537 c 0.42527,7.35 1.2758,22.05001 1.2758,22.05001 l 11.67648,11.19216 27.40892,-1.94299 c 0,0 -5.23653,-5.35177 -7.85479,-8.02766 -6.48579,-1.11724 -12.97132,-2.23443 -19.45699,-3.35165 -2.13256,-6.85058 -4.26503,-13.70089 -6.39756,-20.55134"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
transform="matrix(0.36182743,0.1239397,0.18753432,-0.31137987,29.798276,121.98678)" />
|
||||
<path
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:1.79097;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 139.23193,170.06537 c 0.42527,7.35 0.85053,14.70001 3.00929,20.24041 2.15875,5.54039 6.05083,9.27104 11.39235,9.38897 5.34153,0.11793 12.13215,-3.3768 18.92291,-6.87159 -2.61826,-2.67589 -5.23648,-5.35172 -8.61573,-5.82472 -3.37926,-0.47299 -7.51928,1.25688 -10.65562,-1.30345 -3.13634,-2.56033 -5.26882,-9.41064 -7.40134,-16.26109"
|
||||
id="path16"
|
||||
inkscape:path-effect="#path-effect21"
|
||||
inkscape:original-d="m 139.23193,170.06537 c 0.42527,7.35 0.85053,14.70001 1.2758,22.05001 3.89224,3.73079 7.78432,7.46144 11.67648,11.19216 6.79089,-3.49486 20.37227,-10.48438 20.37227,-10.48438 0,0 -5.23648,-5.35172 -7.85479,-8.02766 -4.1402,1.72995 -8.28022,3.45982 -12.42034,5.18974 -2.13256,-6.85058 -4.26503,-13.70089 -6.39756,-20.55134"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
transform="matrix(0.40499209,-0.00284897,-0.04129864,-0.49237746,74.634809,183.87557)" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:5.99998e-08;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path21"
|
||||
cx="92.170052"
|
||||
cy="124.91763"
|
||||
rx="3.073868"
|
||||
ry="2.2112803" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:5.99998e-08;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse21"
|
||||
cx="98.764656"
|
||||
cy="123.34407"
|
||||
rx="3.073868"
|
||||
ry="2.2112803" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:5.99998e-08;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse22"
|
||||
cx="110.42905"
|
||||
cy="117.64803"
|
||||
rx="3.073868"
|
||||
ry="2.2112803" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:5.99998e-08;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse23"
|
||||
cx="123.70683"
|
||||
cy="107.2108"
|
||||
rx="3.073868"
|
||||
ry="2.2112803" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:5.99998e-08;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse24"
|
||||
cx="123.95583"
|
||||
cy="99.828964"
|
||||
rx="3.073868"
|
||||
ry="2.2112803" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:5.99998e-08;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse25"
|
||||
cx="112.63694"
|
||||
cy="87.97773"
|
||||
rx="3.073868"
|
||||
ry="2.2112803" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:5.99998e-08;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse26"
|
||||
cx="99.208435"
|
||||
cy="80.107056"
|
||||
rx="3.073868"
|
||||
ry="2.2112803" />
|
||||
<ellipse
|
||||
style="fill:#ff0000;stroke:#000000;stroke-width:5.99998e-08;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse27"
|
||||
cx="92.971672"
|
||||
cy="79.030205"
|
||||
rx="3.073868"
|
||||
ry="2.2112803" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 18 KiB |
30
cancer-zodiac/res/cancer-lines.svg
Executable file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="247.34239"
|
||||
height="239.99619"
|
||||
viewBox="0 0 65.442673 63.49899"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs1" />
|
||||
<g
|
||||
id="layer1"
|
||||
transform="translate(-42.408394,-52.273198)">
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:0.2;stroke-linejoin:round;stroke-dasharray:none"
|
||||
d="m 62.85164,91.985579 44.34756,8.094881"
|
||||
id="path5" />
|
||||
<path
|
||||
style="fill:#000000;stroke:#ffffff;stroke-width:0.2;stroke-linejoin:round;stroke-dasharray:none"
|
||||
d="M 62.85271,92.008778 56.758475,115.41547"
|
||||
id="path6" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:0.2;stroke-linejoin:round;stroke-dasharray:none"
|
||||
d="m 43.097026,52.830209 15.942129,25.972334 3.819632,13.184388"
|
||||
id="path4" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 996 B |
73
cancer-zodiac/res/cancer-stars.svg
Executable file
@@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="247.34239"
|
||||
height="239.99619"
|
||||
viewBox="0 0 65.442673 63.49899"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
sodipodi:docname="cancer-stars.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="px"
|
||||
inkscape:zoom="1.3659528"
|
||||
inkscape:cx="30.381723"
|
||||
inkscape:cy="137.99891"
|
||||
inkscape:window-width="1423"
|
||||
inkscape:window-height="991"
|
||||
inkscape:window-x="26"
|
||||
inkscape:window-y="23"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
id="defs1" />
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-42.408394,-52.273198)">
|
||||
<circle
|
||||
style="fill:#ffffff;stroke:#ffffff;stroke-width:0;stroke-linejoin:round"
|
||||
id="path1"
|
||||
cx="42.937561"
|
||||
cy="52.802364"
|
||||
r="0.52916664" />
|
||||
<circle
|
||||
style="fill:#ffffff;stroke:#ffffff;stroke-width:0;stroke-linejoin:round"
|
||||
id="circle1"
|
||||
cx="58.977081"
|
||||
cy="78.856125"
|
||||
r="0.52916664" />
|
||||
<circle
|
||||
style="fill:#ffffff;stroke:#ffffff;stroke-width:0;stroke-linejoin:round"
|
||||
id="circle2"
|
||||
cx="62.83427"
|
||||
cy="91.924339"
|
||||
r="0.52916664" />
|
||||
<circle
|
||||
style="fill:#ffffff;stroke:#ffffff;stroke-width:0;stroke-linejoin:round"
|
||||
id="circle3"
|
||||
cx="56.724903"
|
||||
cy="115.24302"
|
||||
r="0.52916664" />
|
||||
<circle
|
||||
style="fill:#ffffff;stroke:#ffffff;stroke-width:0;stroke-linejoin:round"
|
||||
id="circle4"
|
||||
cx="107.3219"
|
||||
cy="100.10162"
|
||||
r="0.52916664" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
100
cancer-zodiac/res/earth.svg
Executable file
@@ -0,0 +1,100 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="213.45181mm"
|
||||
height="199.90286mm"
|
||||
viewBox="0 0 213.45181 199.90286"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
sodipodi:docname="earth.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:zoom="0.57493959"
|
||||
inkscape:cx="367.86474"
|
||||
inkscape:cy="346.99298"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
id="defs1">
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect16"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect10"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-8.578118,-72.974505)">
|
||||
<circle
|
||||
style="fill:#ff7f2a;stroke:#000000;stroke-width:5.55626e-08;stroke-linejoin:round"
|
||||
id="path1"
|
||||
cx="110.75673"
|
||||
cy="171.64835"
|
||||
r="62.5" />
|
||||
<circle
|
||||
style="fill:#0000ff;stroke:#000000;stroke-width:5.55626e-08;stroke-linejoin:round"
|
||||
id="circle10"
|
||||
cx="110.75673"
|
||||
cy="171.64835"
|
||||
r="62.5" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.39999;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 83.65551,115.19168 14.388803,9.38089 18.425867,1.71605 23.87832,-9.8148 c -18.95622,-9.60898 -38.01459,-9.74929 -56.69299,-1.28214 z"
|
||||
id="path16"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.39999;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 83.752497,228.26335 14.388801,-22.61006 33.199032,-8.62336 9.10516,29.95128 c -18.95622,9.60898 -38.01459,9.74929 -56.692993,1.28214 z"
|
||||
id="path17"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<path
|
||||
style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:4.39999;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 98.103003,124.45853 18.713507,1.71599 0.93948,18.17512 -2.71492,12.80228 -13.28863,8.93129 c -5.873684,5.12114 -3.507582,2.77984 -1.68613,8.87232 0.2328,0.77868 3.22683,2.14764 2.62474,2.86559 -0.73999,-0.18978 -1.8884,0.82569 -2.49596,0.514 -5.192078,-2.66367 -3.084681,-3.44223 -5.438447,-8.71862 l -14.858565,-6.98799 -4.758528,6.39933 16.298141,21.68859 -13.77781,23.8115 -24.361925,-32.98345 18.002722,-10.0562 -7.923023,-11.34973 -10.275932,-12.77893 c 8.480734,-18.49352 19.379848,-26.14528 30.656078,-32.1064 z"
|
||||
id="path18"
|
||||
sodipodi:nodetypes="cccccscsccccccccccc" />
|
||||
<path
|
||||
style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:4.39999;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 172.56867,161.22803 -26.2627,49.07071 -2.82907,-27.43602 -21.57741,1.87769 13.61554,-29.80329 -6.23452,-8.97321 10.99119,-29.44741 c 19.49054,10.27184 30.08883,29.68216 32.29697,44.71153 z"
|
||||
id="path19"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.1 KiB |
96
cancer-zodiac/res/earth_moon.svg
Executable file
@@ -0,0 +1,96 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="213.45181mm"
|
||||
height="199.90286mm"
|
||||
viewBox="0 0 213.45181 199.90286"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
sodipodi:docname="earth_moon.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:zoom="0.57493959"
|
||||
inkscape:cx="367.86474"
|
||||
inkscape:cy="346.99298"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
id="defs1">
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect16"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect10"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-8.578118,-72.974505)">
|
||||
<ellipse
|
||||
style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:4.39999;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path20"
|
||||
cx="206.15984"
|
||||
cy="152.39432"
|
||||
rx="15.870096"
|
||||
ry="15.445633" />
|
||||
<ellipse
|
||||
style="fill:#666666;fill-opacity:1;stroke:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path22"
|
||||
cx="200.63976"
|
||||
cy="147.65889"
|
||||
rx="3.4861262"
|
||||
ry="2.9805338" />
|
||||
<ellipse
|
||||
style="fill:#666666;fill-opacity:1;stroke:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="ellipse22"
|
||||
cx="202.64224"
|
||||
cy="160.64445"
|
||||
rx="3.4861262"
|
||||
ry="2.9805338" />
|
||||
<ellipse
|
||||
style="fill:#666666;fill-opacity:1;stroke:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="ellipse23"
|
||||
cx="214.44841"
|
||||
cy="150.48528"
|
||||
rx="3.4861262"
|
||||
ry="2.9805338" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
2
cancer-zodiac/res/info.txt
Executable file
@@ -0,0 +1,2 @@
|
||||
license: Freeware, Non-Commercial
|
||||
link: https://www.fontspace.com/my-earth-font-f49502
|
||||
107
cancer-zodiac/res/jupiter.svg
Executable file
@@ -0,0 +1,107 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="125mm"
|
||||
height="125.36763mm"
|
||||
viewBox="0 0 125 125.36763"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
sodipodi:docname="jupiter.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:zoom="0.59061124"
|
||||
inkscape:cx="-95.663605"
|
||||
inkscape:cy="-99.049927"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
id="defs1">
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect16"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect10"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-48.256729,-109.0437)">
|
||||
<circle
|
||||
style="fill:#ff7f2a;stroke:#000000;stroke-width:5.55626e-08;stroke-linejoin:round"
|
||||
id="path1"
|
||||
cx="110.75673"
|
||||
cy="171.64835"
|
||||
r="62.5" />
|
||||
<circle
|
||||
style="fill:#e3dbdb;stroke:#000000;stroke-width:0.0000000555626;stroke-linejoin:round"
|
||||
id="circle10"
|
||||
cx="110.75673"
|
||||
cy="171.64835"
|
||||
r="62.5" />
|
||||
<path
|
||||
id="rect3"
|
||||
style="fill:#d45500;fill-opacity:1;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel"
|
||||
d="M 51.886998 151.09488 A 62.5 62.5 0 0 0 48.667557 165.90276 L 172.98348 165.90276 A 62.5 62.5 0 0 0 169.76921 151.09488 L 51.886998 151.09488 z " />
|
||||
<path
|
||||
id="rect4"
|
||||
style="fill:#6c5d53;fill-opacity:1;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel"
|
||||
d="M 56.09191 141.67943 A 62.5 62.5 0 0 0 53.293114 147.3256 L 168.31968 147.3256 A 62.5 62.5 0 0 0 165.59014 141.67943 L 56.09191 141.67943 z " />
|
||||
<path
|
||||
id="rect5"
|
||||
style="fill:#ff9955;fill-opacity:1;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel"
|
||||
d="M 110.75679 109.1486 A 62.5 62.5 0 0 0 63.458385 130.80516 L 158.04021 130.80516 A 62.5 62.5 0 0 0 110.75679 109.1486 z " />
|
||||
<path
|
||||
id="rect6"
|
||||
style="fill:#ffb380;fill-opacity:1;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel"
|
||||
d="M 48.580223 176.17345 A 62.5 62.5 0 0 0 51.431729 190.98082 L 170.08185 190.98082 A 62.5 62.5 0 0 0 172.93336 176.17345 L 48.580223 176.17345 z " />
|
||||
<path
|
||||
id="rect7"
|
||||
style="fill:#ffb380;fill-opacity:1;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel"
|
||||
d="M 56.080541 201.59619 A 62.5 62.5 0 0 0 74.796711 222.60214 L 146.71687 222.60214 A 62.5 62.5 0 0 0 165.43304 201.59619 L 56.080541 201.59619 z " />
|
||||
<ellipse
|
||||
style="fill:#ff9955;fill-opacity:1;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel"
|
||||
id="path8"
|
||||
cx="135.84601"
|
||||
cy="190.79257"
|
||||
rx="14.237434"
|
||||
ry="8.5440359" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.8 KiB |
90
cancer-zodiac/res/mars.svg
Executable file
@@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="125mm"
|
||||
height="125.36763mm"
|
||||
viewBox="0 0 125 125.36763"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
sodipodi:docname="mars.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:zoom="1.2932757"
|
||||
inkscape:cx="17.397682"
|
||||
inkscape:cy="149.62007"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
id="defs1">
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect16"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect10"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-48.256729,-109.0437)">
|
||||
<circle
|
||||
style="fill:#ff7f2a;stroke:#000000;stroke-width:5.55626e-08;stroke-linejoin:round"
|
||||
id="path1"
|
||||
cx="110.75673"
|
||||
cy="171.64835"
|
||||
r="62.5" />
|
||||
<circle
|
||||
style="fill:#d38d5f;stroke:#000000;stroke-width:0.0000000555626;stroke-linejoin:round"
|
||||
id="circle10"
|
||||
cx="110.75673"
|
||||
cy="171.64835"
|
||||
r="62.5" />
|
||||
<path
|
||||
style="fill:#8f552e;fill-opacity:1;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel"
|
||||
d="m 113.18946,234.09986 2.88025,-14.24502 12.64366,-3.01014 5.59354,-10.90974 14.08815,-6.2276 19.72182,-3.11825 c -11.7251,24.64437 -31.04035,35.34686 -54.92742,37.51075 z"
|
||||
id="path2"
|
||||
sodipodi:nodetypes="ccccccc" />
|
||||
<path
|
||||
style="fill:#ac9393;fill-opacity:1;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel"
|
||||
d="m 50.907014,153.16259 11.532398,0.88164 10.616589,-12.46705 13.01117,-3.49074 6.530967,-8.03562 15.818992,-2.56987 11.83783,-17.78802 c -11.39291,-1.19439 -53.612582,-3.31341 -69.347946,43.46966 z"
|
||||
id="path3"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
74
cancer-zodiac/res/mercury.svg
Executable file
@@ -0,0 +1,74 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="50mm"
|
||||
height="50mm"
|
||||
viewBox="0 0 105.83334 105.83334"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
sodipodi:docname="mercury.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:zoom="0.74489456"
|
||||
inkscape:cx="171.16516"
|
||||
inkscape:cy="62.424942"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
id="defs1">
|
||||
<linearGradient
|
||||
id="linearGradient14"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
style="stop-color:#cccccc;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop14" />
|
||||
<stop
|
||||
style="stop-color:#555555;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop15" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient14"
|
||||
id="radialGradient15"
|
||||
cx="90.343025"
|
||||
cy="141.71634"
|
||||
fx="90.343025"
|
||||
fy="141.71634"
|
||||
r="54.222534"
|
||||
gradientTransform="matrix(0.97591652,0,0,0.97591652,0.86990725,3.3775643)"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-36.120487,-88.76421)">
|
||||
<circle
|
||||
style="fill:url(#radialGradient15);stroke:#000000;stroke-width:5.55625e-08;stroke-linejoin:round"
|
||||
id="path1"
|
||||
cx="89.037155"
|
||||
cy="141.68088"
|
||||
r="52.916668" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
75
cancer-zodiac/res/neptune.svg
Executable file
@@ -0,0 +1,75 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="125mm"
|
||||
height="125.36763mm"
|
||||
viewBox="0 0 125 125.36763"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
sodipodi:docname="neptune.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:zoom="0.85881344"
|
||||
inkscape:cx="114.69313"
|
||||
inkscape:cy="171.74859"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false" />
|
||||
<defs
|
||||
id="defs1">
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect16"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect10"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-48.256729,-109.0437)">
|
||||
<circle
|
||||
style="fill:#2e55ff;stroke:#000000;stroke-width:0.0000000555626;stroke-linejoin:round;fill-opacity:1"
|
||||
id="path1"
|
||||
cx="110.75673"
|
||||
cy="171.64835"
|
||||
r="62.5" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
113
cancer-zodiac/res/saturn.svg
Executable file
@@ -0,0 +1,113 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="125mm"
|
||||
height="125.36763mm"
|
||||
viewBox="0 0 125 125.36763"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
sodipodi:docname="saturn.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:zoom="1.237033"
|
||||
inkscape:cx="142.68011"
|
||||
inkscape:cy="236.45287"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
id="defs1">
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect16"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect10"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-48.256729,-109.0437)">
|
||||
<circle
|
||||
style="fill:#ff7f2a;stroke:#000000;stroke-width:5.55626e-08;stroke-linejoin:round"
|
||||
id="path1"
|
||||
cx="110.75673"
|
||||
cy="171.64835"
|
||||
r="48.432652" />
|
||||
<circle
|
||||
style="fill:#e3dbdb;stroke:#000000;stroke-width:5.55626e-08;stroke-linejoin:round"
|
||||
id="circle10"
|
||||
cx="110.75673"
|
||||
cy="171.64835"
|
||||
r="48.432652" />
|
||||
<path
|
||||
id="rect5"
|
||||
style="fill:#ffeeaa;fill-opacity:1;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel"
|
||||
d="M 110.75677,123.21589 A 48.432652,48.432652 0 0 0 74.104182,139.99805 H 147.39776 A 48.432652,48.432652 0 0 0 110.75677,123.21589 Z" />
|
||||
<path
|
||||
id="rect6"
|
||||
style="fill:#b3b3b3;fill-opacity:1;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel"
|
||||
d="m 62.57476,175.15495 a 48.432652,48.432652 0 0 0 2.209696,11.47456 H 156.7291 a 48.432652,48.432652 0 0 0 2.20969,-11.47456 z" />
|
||||
<path
|
||||
id="rect7"
|
||||
style="fill:#e9afaf;fill-opacity:1;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel"
|
||||
d="m 68.386925,194.8556 a 48.432652,48.432652 0 0 0 14.50358,16.27798 h 55.732545 a 48.432652,48.432652 0 0 0 14.50358,-16.27798 z" />
|
||||
<path
|
||||
id="path8"
|
||||
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.7;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1"
|
||||
d="M 154.08035 149.98834 A 61.650002 30.297726 0 0 1 172.40673 171.5437 L 172.40673 171.5437 A 61.650002 30.297726 0 0 1 110.75673 201.84143 A 61.650002 30.297726 0 0 1 49.106728 171.5437 A 61.650002 30.297726 0 0 1 67.41621 149.99654 " />
|
||||
<path
|
||||
id="circle8"
|
||||
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.7;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1"
|
||||
d="M 154.70528 151.2738 A 60.271481 29.620255 0 0 1 171.02821 171.5437 L 171.02821 171.5437 A 60.271481 29.620255 0 0 1 110.75673 201.16396 A 60.271481 29.620255 0 0 1 50.485249 171.5437 A 60.271481 29.620255 0 0 1 66.704961 151.32799 " />
|
||||
<path
|
||||
id="circle9"
|
||||
style="fill:none;fill-opacity:1;stroke:#a0a1cb;stroke-width:1.7;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1"
|
||||
d="M 155.42135 152.87579 A 58.633041 28.815048 0 0 1 169.38977 171.5437 L 169.38977 171.5437 A 58.633041 28.815048 0 0 1 110.75673 200.35875 A 58.633041 28.815048 0 0 1 52.123688 171.5437 A 58.633041 28.815048 0 0 1 65.968215 152.94762 " />
|
||||
<path
|
||||
id="circle11"
|
||||
style="fill:none;fill-opacity:1;stroke:#6e5c66;stroke-width:1.7;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1"
|
||||
d="M 156.14583 154.7101 A 56.8634 27.945362 0 0 1 167.62013 171.5437 L 167.62013 171.5437 A 56.8634 27.945362 0 0 1 110.75673 199.48906 A 56.8634 27.945362 0 0 1 53.89333 171.5437 A 56.8634 27.945362 0 0 1 65.33976 154.72827 " />
|
||||
<path
|
||||
id="rect3"
|
||||
style="fill:#e9c6af;fill-opacity:1;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel"
|
||||
d="m 67.597633,149.64879 c -2.552247,5.04592 -4.636315,11.54299 -4.955196,17.54716 h 96.335203 c -0.35787,-5.97865 -2.27904,-11.94833 -5.061,-17.54645 z"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.9 KiB |
48
cancer-zodiac/res/shiny.svg
Executable file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="17.197916mm"
|
||||
height="26.458338mm"
|
||||
viewBox="0 0 17.197916 26.458337"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
sodipodi:docname="shiny.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:zoom="2.094909"
|
||||
inkscape:cx="-20.287277"
|
||||
inkscape:cy="36.517099"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
id="defs1" />
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-64.156527,-76.328343)">
|
||||
<path
|
||||
style="fill:#ffffff;stroke:#ffffff;stroke-width:0;stroke-linejoin:round;stroke-dasharray:none"
|
||||
d="m 70.776668,93.279752 1.272382,9.506928 1.221522,-9.47604 4.045231,2.893424 -2.011446,-5.171583 6.050086,-1.452211 -6.062338,-1.736808 2.623441,-5.318117 -4.523109,3.196058 -1.623513,-9.39306 -1.479546,9.073685 -3.89557,-3.692443 2.378037,6.190413 -4.615318,0.921791 4.675372,1.752667 -3.162758,3.695903 z"
|
||||
id="path1"
|
||||
sodipodi:nodetypes="ccccccccccccccccc" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
63
cancer-zodiac/res/sun.svg
Executable file
@@ -0,0 +1,63 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="60.41647mm"
|
||||
height="61.867168mm"
|
||||
viewBox="0 0 60.41647 61.867168"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
sodipodi:docname="sun.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:zoom="2.4903499"
|
||||
inkscape:cx="82.920076"
|
||||
inkscape:cy="126.28748"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
id="defs1" />
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-55.842249,-108.87886)">
|
||||
<path
|
||||
style="fill:#ffff00;stroke:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel"
|
||||
d="m 55.842249,141.19272 4.506174,-5.12527 -3.316685,-4.69082 4.646528,-2.11507 -1.73831,-5.76048 4.373285,0.67425 -0.466751,-4.92397 4.275365,1.92716 -0.01307,-5.80944 4.966181,1.79223 0.846056,-5.11405 4.072065,2.34495 2.635453,-4.61096 3.995113,3.68912 2.682537,-4.59151 3.054164,4.35883 5.26855,-3.57034 -0.07694,5.66349 5.909226,-1.61474 -0.62855,4.57005 6.49768,-0.33432 -1.61195,5.40004 6.40061,0.20184 -2.69878,5.79178 6.14765,1.36739 -5.05457,4.56961 5.47258,3.68366 -4.272,2.19639 z"
|
||||
id="path2"
|
||||
sodipodi:nodetypes="ccccccccccccccccccccccccccccc" />
|
||||
<path
|
||||
style="fill:#ffeeaa;stroke:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel"
|
||||
d="m 63.407985,141.2187 3.353496,-3.89704 -2.459614,-3.47866 3.44581,-1.56851 -1.28911,-4.2719 3.243175,0.50001 -0.346137,-3.65155 3.17056,1.42916 -0.0097,-4.30822 3.682861,1.3291 0.627425,-3.79252 3.019794,1.73899 1.954421,-3.41943 2.962727,2.7358 1.989338,-3.405 2.264931,3.23245 3.907094,-2.64772 -0.05706,4.19998 4.382211,-1.19748 -0.466125,3.3891 4.818598,-0.24793 -1.1954,4.00461 4.74661,0.14968 -2.00138,4.29511 4.55902,1.01404 -3.7484,3.38877 4.0584,2.73176 -3.16807,1.62882 z"
|
||||
id="path3"
|
||||
sodipodi:nodetypes="ccccccccccccccccccccccccccccc" />
|
||||
<path
|
||||
style="fill:#ffff00;stroke:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel"
|
||||
d="m 56.115107,138.43217 4.506174,5.12527 -3.316685,4.69082 4.646528,2.11507 -1.73831,5.76048 4.373285,-0.67425 -0.466751,4.92397 4.275365,-1.92716 -0.01307,5.80944 4.966181,-1.79223 0.846056,5.11405 4.072065,-2.34495 2.635453,4.61096 3.995113,-3.68912 2.682537,4.59151 3.054164,-4.35883 5.26855,3.57034 -0.07694,-5.66349 5.909228,1.61474 -0.62855,-4.57005 6.49768,0.33432 -1.61195,-5.40004 6.40061,-0.20184 -2.69878,-5.79178 6.14765,-1.36739 -5.05457,-4.56961 5.47258,-3.68366 -4.272,-2.19639 z"
|
||||
id="path4"
|
||||
sodipodi:nodetypes="ccccccccccccccccccccccccccccc" />
|
||||
<path
|
||||
style="fill:#ffeeaa;stroke:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:bevel"
|
||||
d="m 63.680843,138.40619 3.353496,3.89704 -2.459614,3.47866 3.44581,1.56851 -1.28911,4.2719 3.243175,-0.50001 -0.346137,3.65155 3.17056,-1.42916 -0.0097,4.30822 3.682861,-1.3291 0.627425,3.79252 3.019794,-1.73899 1.954421,3.41943 2.962727,-2.7358 1.989338,3.405 2.264931,-3.23245 3.907094,2.64772 -0.05706,-4.19998 4.382211,1.19748 -0.466125,-3.3891 4.8186,0.24793 -1.1954,-4.00461 4.74661,-0.14968 -2.00138,-4.29511 4.55902,-1.01404 -3.7484,-3.38877 4.0584,-2.73176 -3.16807,-1.62882 z"
|
||||
id="path5"
|
||||
sodipodi:nodetypes="ccccccccccccccccccccccccccccc" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.9 KiB |
75
cancer-zodiac/res/uranus.svg
Executable file
@@ -0,0 +1,75 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="125mm"
|
||||
height="125.36763mm"
|
||||
viewBox="0 0 125 125.36763"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
sodipodi:docname="uranus.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:zoom="0.85881344"
|
||||
inkscape:cx="114.69313"
|
||||
inkscape:cy="171.74859"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false" />
|
||||
<defs
|
||||
id="defs1">
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect16"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect10"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-48.256729,-109.0437)">
|
||||
<circle
|
||||
style="fill:#d4ffff;stroke:#000000;stroke-width:0.0000000555626;stroke-linejoin:round;fill-opacity:1"
|
||||
id="path1"
|
||||
cx="110.75673"
|
||||
cy="171.64835"
|
||||
r="62.5" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
195
cancer-zodiac/res/venus.svg
Executable file
@@ -0,0 +1,195 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="125mm"
|
||||
height="125mm"
|
||||
viewBox="0 0 125 125"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||
sodipodi:docname="venus.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:zoom="0.53467337"
|
||||
inkscape:cx="345.07049"
|
||||
inkscape:cy="393.69831"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
id="defs1">
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect16"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<inkscape:path-effect
|
||||
effect="bspline"
|
||||
id="path-effect10"
|
||||
is_visible="true"
|
||||
lpeversion="1.3"
|
||||
weight="33.333333"
|
||||
steps="2"
|
||||
helper_size="0"
|
||||
apply_no_weight="true"
|
||||
apply_with_weight="true"
|
||||
only_selected="false"
|
||||
uniform="false" />
|
||||
<linearGradient
|
||||
id="linearGradient9"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop9" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop10" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0.4195528"
|
||||
id="stop4" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop5" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4"
|
||||
id="radialGradient5"
|
||||
cx="111.92074"
|
||||
cy="189.93681"
|
||||
fx="111.92074"
|
||||
fy="189.93681"
|
||||
r="43.335049"
|
||||
gradientTransform="matrix(1,0,0,0.78578885,0,40.686583)"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4"
|
||||
id="radialGradient6"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,0.78578885,-0.53179833,33.8885)"
|
||||
cx="111.92074"
|
||||
cy="189.93681"
|
||||
fx="111.92074"
|
||||
fy="189.93681"
|
||||
r="43.335049" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4"
|
||||
id="radialGradient7"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.92813033,-0.3722554,0.29251414,0.72931447,-34.910869,81.379566)"
|
||||
cx="111.92074"
|
||||
cy="189.93681"
|
||||
fx="111.92074"
|
||||
fy="189.93681"
|
||||
r="43.335049" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient9"
|
||||
id="linearGradient10"
|
||||
x1="136.58353"
|
||||
y1="186.69919"
|
||||
x2="150.49091"
|
||||
y2="186.69919"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-48.256729,-109.14835)">
|
||||
<circle
|
||||
style="fill:#ff7f2a;stroke:#000000;stroke-width:5.55626e-08;stroke-linejoin:round"
|
||||
id="path1"
|
||||
cx="110.75673"
|
||||
cy="171.64835"
|
||||
r="62.5" />
|
||||
<path
|
||||
style="fill:none;stroke:url(#radialGradient5);stroke-width:4.4;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 70.335255,195.81843 11.613771,15.23396 18.124364,5.32877 22.52068,5.40786 20.95906,-9.16128 9.50266,-21.71017 -1.95072,-22.89606 -1.2945,-11.89896"
|
||||
id="path3" />
|
||||
<path
|
||||
style="fill:none;stroke:url(#radialGradient6);stroke-width:4.4;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 69.803457,189.02035 11.613771,15.23396 18.124364,5.32877 22.520678,5.40786 20.95906,-9.16128 9.50266,-21.71017 -1.95072,-22.89606 -1.2945,-11.89896"
|
||||
id="path5" />
|
||||
<path
|
||||
style="fill:none;stroke:url(#radialGradient7);stroke-width:4.4;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 88.118084,199.17946 16.450016,9.81581 18.80544,-1.8011 22.91523,-3.36424 16.0424,-16.30499 0.73798,-23.68728 -10.3337,-20.52436 -5.63092,-10.5619"
|
||||
id="path6" />
|
||||
<path
|
||||
style="fill:none;stroke:url(#linearGradient10);stroke-width:4.4;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 146.63948,204.78572 1.65143,-19.08471 -9.82858,-16.13343"
|
||||
id="path7"
|
||||
sodipodi:nodetypes="ccc" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:0.308185;stroke:none;stroke-width:4.39999;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 74.825769,161.76706 c 3.203367,-4.57936 2.801065,-18.31103 5.000174,-26.03726 2.199109,-7.72623 6.99963,-9.44702 10.554723,-10.33006 3.555092,-0.88305 5.864756,-0.92835 7.736362,-0.9963 1.871605,-0.0679 3.305152,-0.15854 4.196192,-0.31308 0.89104,-0.15455 1.23957,-0.37305 2.129,-0.48229 0.88944,-0.10925 2.31979,-0.10925 3.57828,0.0266 1.25848,0.1359 2.3451,0.40768 3.51379,0.56623 1.16869,0.15854 2.41945,0.20384 4.58442,0.77007 2.16498,0.56622 5.24418,1.65337 7.35,1.92516 2.10582,0.27178 3.23827,-0.27179 4.12131,-1.55985 0.88305,-1.28806 1.51669,-3.32061 3.17491,-5.0144 1.65821,-1.69379 4.341,-3.04881 4.22948,-4.22083 -0.11152,-1.17201 -3.01737,-2.16102 -5.33509,-2.99792 -2.31773,-0.8369 -4.04735,-1.5217 -6.63816,-2.14145 -2.59081,-0.61974 -6.04279,-1.17444 -9.30154,-1.43432 -3.25875,-0.25989 -6.32426,-0.22497 -8.99673,-0.002 -2.67247,0.22298 -4.95191,0.63404 -7.574679,1.46261 -2.622769,0.82857 -5.588867,2.07466 -8.420074,3.14884 -2.831208,1.07418 -5.527516,1.97644 -8.174159,2.9694 -2.646644,0.99296 -5.243613,2.07661 -7.704233,3.96378 -2.46062,1.88717 -4.784867,4.57784 -6.632647,6.71811 -1.84778,2.14028 -3.219069,3.73013 -4.644318,5.54465 -1.425249,1.81452 -2.904451,3.8537 -3.456493,7.12915 -0.552042,3.27544 -0.17692,7.78713 -0.04105,10.78293 0.135868,2.9958 0.03248,4.47572 3.385314,7.50216 3.352833,3.02643 10.161853,7.59937 13.36522,3.02001 z"
|
||||
id="path10"
|
||||
inkscape:path-effect="#path-effect10"
|
||||
inkscape:original-d="m 78.431438,170.91937 c -0.402302,-13.73167 -0.804604,-27.46334 -1.206906,-41.19501 4.80052,-1.72079 9.601041,-3.44158 14.401562,-5.16237 2.309664,-0.0453 4.619328,-0.0906 6.928992,-0.1359 1.433547,-0.0906 2.867094,-0.18119 4.300644,-0.27178 0.34853,-0.2185 0.69706,-0.43699 1.04558,-0.65549 1.43035,0 2.8607,0 4.29105,0 1.08662,0.27179 2.17324,0.54357 3.25986,0.81536 1.25076,0.0453 2.50152,0.0906 3.75227,0.1359 3.0792,1.08715 6.1584,2.1743 9.23759,3.26145 1.13245,-0.54357 2.2649,-1.08715 3.39735,-1.63073 0.63364,-2.03254 1.26728,-4.06509 1.90092,-6.09764 2.68279,-1.35503 5.36558,-2.71006 8.04837,-4.06508 -2.90583,-0.989 -5.81168,-1.97801 -8.7175,-2.96701 -1.72963,-0.6848 -3.45925,-1.3696 -5.18888,-2.0544 -3.45199,-0.5547 -6.90397,-1.10939 -10.35596,-1.66408 -3.06551,0.0349 -6.13102,0.0698 -9.19653,0.10476 -2.27943,0.41105 -4.558869,0.82211 -6.838306,1.23316 -2.966102,1.24609 -5.9322,2.49218 -8.898301,3.73827 -2.696313,0.90227 -5.392623,1.80453 -8.088935,2.7068 -2.596974,1.08365 -5.193942,2.1673 -7.790919,3.25095 -2.324263,2.69069 -4.648512,5.38136 -6.972775,8.07205 -1.371294,1.58986 -2.742583,3.17971 -4.113876,4.76956 -1.479206,2.03919 -2.95841,4.07837 -4.437616,6.11756 0.375122,4.5117 0.750245,9.02339 1.125367,13.53508 -0.103386,1.47991 -0.206772,2.95983 -0.310158,4.43974 6.809051,4.57296 13.618071,9.1459 20.427107,13.71885 z"
|
||||
sodipodi:nodetypes="ccccccccccccccccccccccccccc" />
|
||||
<circle
|
||||
style="fill:#ff7f2a;stroke:#000000;stroke-width:5.55626e-08;stroke-linejoin:round"
|
||||
id="circle10"
|
||||
cx="110.75673"
|
||||
cy="171.64835"
|
||||
r="62.5" />
|
||||
<path
|
||||
style="fill:none;stroke:url(#radialGradient5);stroke-width:4.4;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 70.335255,195.81843 11.613771,15.23396 18.124364,5.32877 22.52068,5.40786 20.95906,-9.16128 9.50266,-21.71017 -1.95072,-22.89606 -1.2945,-11.89896"
|
||||
id="path11" />
|
||||
<path
|
||||
style="fill:none;stroke:url(#radialGradient6);stroke-width:4.4;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 69.803457,189.02035 11.613771,15.23396 18.124364,5.32877 22.520678,5.40786 20.95906,-9.16128 9.50266,-21.71017 -1.95072,-22.89606 -1.2945,-11.89896"
|
||||
id="path12" />
|
||||
<path
|
||||
style="fill:none;stroke:url(#radialGradient7);stroke-width:4.4;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 88.118084,199.17946 16.450016,9.81581 18.80544,-1.8011 22.91523,-3.36424 16.0424,-16.30499 0.73798,-23.68728 -10.3337,-20.52436 -5.63092,-10.5619"
|
||||
id="path13" />
|
||||
<path
|
||||
style="fill:none;stroke:url(#linearGradient10);stroke-width:4.4;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 146.63948,204.78572 1.65143,-19.08471 -9.82858,-16.13343"
|
||||
id="path14"
|
||||
sodipodi:nodetypes="ccc" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:0.308185;stroke:none;stroke-width:4.39999;stroke-linecap:round;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 74.825769,161.76706 c 3.203367,-4.57936 2.801065,-18.31103 5.000174,-26.03726 2.199109,-7.72623 6.99963,-9.44702 10.554723,-10.33006 3.555092,-0.88305 5.864756,-0.92835 7.736362,-0.9963 1.871605,-0.0679 3.305152,-0.15854 4.196192,-0.31308 0.89104,-0.15455 1.23957,-0.37305 2.129,-0.48229 0.88944,-0.10925 2.31979,-0.10925 3.57828,0.0266 1.25848,0.1359 2.3451,0.40768 3.51379,0.56623 1.16869,0.15854 2.41945,0.20384 4.58442,0.77007 2.16498,0.56622 5.24418,1.65337 7.35,1.92516 2.10582,0.27178 3.23827,-0.27179 4.12131,-1.55985 0.88305,-1.28806 1.51669,-3.32061 3.17491,-5.0144 1.65821,-1.69379 4.341,-3.04881 4.22948,-4.22083 -0.11152,-1.17201 -3.01737,-2.16102 -5.33509,-2.99792 -2.31773,-0.8369 -4.04735,-1.5217 -6.63816,-2.14145 -2.59081,-0.61974 -6.04279,-1.17444 -9.30154,-1.43432 -3.25875,-0.25989 -6.32426,-0.22497 -8.99673,-0.002 -2.67247,0.22298 -4.95191,0.63404 -7.574679,1.46261 -2.622769,0.82857 -5.588867,2.07466 -8.420074,3.14884 -2.831208,1.07418 -5.527516,1.97644 -8.174159,2.9694 -2.646644,0.99296 -5.243613,2.07661 -7.704233,3.96378 -2.46062,1.88717 -4.784867,4.57784 -6.632647,6.71811 -1.84778,2.14028 -3.219069,3.73013 -4.644318,5.54465 -1.425249,1.81452 -2.904451,3.8537 -3.456493,7.12915 -0.552042,3.27544 -0.17692,7.78713 -0.04105,10.78293 0.135868,2.9958 0.03248,4.47572 3.385314,7.50216 3.352833,3.02643 10.161853,7.59937 13.36522,3.02001 z"
|
||||
id="path15"
|
||||
inkscape:path-effect="#path-effect16"
|
||||
inkscape:original-d="m 78.431438,170.91937 c -0.402302,-13.73167 -0.804604,-27.46334 -1.206906,-41.19501 4.80052,-1.72079 9.601041,-3.44158 14.401562,-5.16237 2.309664,-0.0453 4.619328,-0.0906 6.928992,-0.1359 1.433547,-0.0906 2.867094,-0.18119 4.300644,-0.27178 0.34853,-0.2185 0.69706,-0.43699 1.04558,-0.65549 1.43035,0 2.8607,0 4.29105,0 1.08662,0.27179 2.17324,0.54357 3.25986,0.81536 1.25076,0.0453 2.50152,0.0906 3.75227,0.1359 3.0792,1.08715 6.1584,2.1743 9.23759,3.26145 1.13245,-0.54357 2.2649,-1.08715 3.39735,-1.63073 0.63364,-2.03254 1.26728,-4.06509 1.90092,-6.09764 2.68279,-1.35503 5.36558,-2.71006 8.04837,-4.06508 -2.90583,-0.989 -5.81168,-1.97801 -8.7175,-2.96701 -1.72963,-0.6848 -3.45925,-1.3696 -5.18888,-2.0544 -3.45199,-0.5547 -6.90397,-1.10939 -10.35596,-1.66408 -3.06551,0.0349 -6.13102,0.0698 -9.19653,0.10476 -2.27943,0.41105 -4.558869,0.82211 -6.838306,1.23316 -2.966102,1.24609 -5.9322,2.49218 -8.898301,3.73827 -2.696313,0.90227 -5.392623,1.80453 -8.088935,2.7068 -2.596974,1.08365 -5.193942,2.1673 -7.790919,3.25095 -2.324263,2.69069 -4.648512,5.38136 -6.972775,8.07205 -1.371294,1.58986 -2.742583,3.17971 -4.113876,4.76956 -1.479206,2.03919 -2.95841,4.07837 -4.437616,6.11756 0.375122,4.5117 0.750245,9.02339 1.125367,13.53508 -0.103386,1.47991 -0.206772,2.95983 -0.310158,4.43974 6.809051,4.57296 13.618071,9.1459 20.427107,13.71885 z"
|
||||
sodipodi:nodetypes="ccccccccccccccccccccccccccc" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 13 KiB |
23
cancer-zodiac/starfield.js
Executable file
@@ -0,0 +1,23 @@
|
||||
// randomly generate a star field on page load
|
||||
// it maintains an average of 1 shiny star per 10 square dekapixels and 1 regular star per 2 square dekapixels
|
||||
// a square dekapixel is 10,000 pixels, 100 to a side
|
||||
|
||||
const WINDOW_DEKAPIXELS = window.innerWidth * window.innerHeight / 10_000;
|
||||
const starfield = document.getElementById("starfield");
|
||||
|
||||
for (var x = 0; x < WINDOW_DEKAPIXELS / 10; x++) { // 1 shiny star per 10 dekapixels
|
||||
var shiny = document.createElement("div");
|
||||
shiny.classList.add("shiny-star");
|
||||
starfield.appendChild(shiny);
|
||||
shiny.style.left = window.innerWidth * Math.random() + "px";
|
||||
shiny.style.top = window.innerHeight * Math.random() + "px";
|
||||
shiny.style.animationDelay = -Math.random() * 2 + "s";
|
||||
}
|
||||
|
||||
for (var x = 0; x < WINDOW_DEKAPIXELS / 2; x++) {
|
||||
var star = document.createElement("div");
|
||||
star.classList.add("star");
|
||||
starfield.append(star);
|
||||
star.style.left = window.innerWidth * Math.random() + "px";
|
||||
star.style.top = window.innerHeight * Math.random() + "px";
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
[=cards-]
|
||||
[=+-]
|
||||
<p>
|
||||
<b>Hiya there! My name is Tyler Clarke</b>, but I also go by weird_pusheen online. I'm a physics student at the Georgia Institute of Technology in Atlanta. I'm also a mostly self-taught software engineer
|
||||
<b>Hiya there! My name is Tyler Clarke</b>, but I also go by weird_pusheen online. I'm a mostly self-taught software engineer
|
||||
and an OSS maintainer. This is my website!
|
||||
</p>
|
||||
<p>
|
||||
|
||||