This repository has been archived on 2024-03-13. You can view files and clone it, but cannot push or open issues or pull requests.
timekeeper/components/svg/NonEuclidianClockImage.vue

85 lines
3.0 KiB
Vue

<template>
<svg
version="1.1"
viewBox="0 0 120 120"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<defs>
<marker id="Arrow2Send" style="overflow: visible" orient="auto">
<path
transform="scale(.3) rotate(180) translate(-2.3)"
d="m8.7186 4.0337-10.926-4.0177 10.926-4.0177c-1.7455 2.3721-1.7354 5.6175-6e-7 8.0354z"
style="
fill-rule: evenodd;
fill: context-stroke;
stroke-linejoin: round;
stroke-width: 0.625;
stroke: context-stroke;
"
/>
</marker>
<marker id="Arrow2Lend" style="overflow: visible" orient="auto">
<path
transform="scale(1.1) rotate(180) translate(1)"
d="m8.7186 4.0337-10.926-4.0177 10.926-4.0177c-1.7455 2.3721-1.7354 5.6175-6e-7 8.0354z"
style="
fill-rule: evenodd;
fill: context-stroke;
stroke-linejoin: round;
stroke-width: 0.625;
stroke: context-stroke;
"
/>
</marker>
</defs>
<path
d="m52.074 8.3379 42.359 73.371h-50.691l-8.9492 15.5h84.723l-50.752-88.871h-16.689zm13.604 8.5781a.39978.39978 0 01.2207.089843l11.439 9.5352a.39978.39978 0 01.11133.46289.39978.39978 0 01-.41016.24219c-1.5847-.17629-3.1402.11792-4.5117.78906l35.395 61.305a.58144.58144 0 01-.21094.79297.58144.58144 0 01-.29297.039063v.039063h-26.598c.070554.26799.19045.52636.35938.76172a.10903.10903 0 01-.001954.13086.10903.10903 0 01-.12305.035156l-3.8125-1.4004a.10903.10903 0 010-.20508l3.8105-1.4023a.10903.10903 0 01.12695.16797c-.16953.23038-.2891.48408-.35938.75h25.59l-34.891-60.43c-1.2664.85607-2.3099 2.0633-2.9746 3.5332a.39978.39978 0 01-.75977-.097656l-2.5352-14.674a.39978.39978 0 01.42773-.46484z"
style="
fill-opacity: 0.5;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 0.969;
"
/>
<path
d="m8.83 111.18 42.361-73.371 25.346 43.9 17.898-2e-6-42.361-73.371-51.589 88.387z"
style="
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 0.96907px;
"
/>
<path
d="m119.52 97.208-84.722 3e-6 25.346-43.9-8.9489-15.5-42.361 73.371 102.34.48374z"
style="
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 0.96907px;
"
/>
<g transform="matrix(.96907 0 0 .96907 .55952 8.3371)">
<path
d="m52.156 16.651-42.293 73.254"
style="
marker-end: url(#Arrow2Lend);
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.2;
"
/>
<path
d="m52.156 16.651 14.739 25.529"
style="fill: none; marker-end: url(#Arrow2Send); stroke-width: 1.2"
/>
</g>
<g transform="matrix(-.48454 .83924 -.83924 -.48454 146.66 53.927)">
<path
d="m52.156 16.651-42.293 73.254"
style="-inkscape-stroke: none; stroke: none"
/>
</g>
</svg>
</template>