Compare commits

...

No commits in common. "pages" and "master" have entirely different histories.

1470 changed files with 6870 additions and 73317 deletions

View file

@ -0,0 +1,33 @@
name: Build and Deploy
on:
push:
branches:
- 'master'
jobs:
build-and-deploy:
runs-on: docker
container:
image: node:20-bullseye
steps:
- name: Setup RSync
run: |
apt-get update
apt-get install -y rsync
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
token: ${{ secrets.GH_PAT }}
submodules: recursive
fetch-depth: 0
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
yarn install --frozen-lockfile
yarn run build
- name: Deploy 🚀
uses: https://github.com/JamesIves/github-pages-deploy-action@v4.2.5
with:
branch: pages # The branch the action should deploy to.
folder: site/.vitepress/dist # The folder the action should deploy.

25
.github/workflows/deploy.yml vendored Normal file
View file

@ -0,0 +1,25 @@
name: Build and Deploy
on:
push:
branches:
- 'master'
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
token: ${{ secrets.GH_PAT }}
submodules: recursive
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
yarn install --frozen-lockfile
yarn run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.5
with:
branch: gh-pages # The branch the action should deploy to.
folder: site/.vitepress/dist # The folder the action should deploy.

9
.gitignore vendored Executable file
View file

@ -0,0 +1,9 @@
node_modules
site/.vitepress/dist
site/.vitepress/cache
site/public/garden/
site/public/changelog/
site/changelog/index.md
site/guide-to-incrementals/
site/public/licenses.txt
garden-output/

34
.gitmodules vendored Normal file
View file

@ -0,0 +1,34 @@
[submodule "gamedevtree"]
path = site/public/gamedevtree
url = git@code.incremental.social:thepaperpilot/The-Modding-Tree.git
branch = gamedevtree
[submodule "kronos"]
path = site/public/kronos
url = git@code.incremental.social:thepaperpilot/The-Modding-Tree.git
branch = kronos
[submodule "lit"]
path = site/public/lit
url = git@code.incremental.social:thepaperpilot/The-Modding-Tree.git
branch = lit
[submodule "the_ascension_tree"]
path = site/public/the_ascension_tree
url = git@code.incremental.social:thepaperpilot/the_ascension_tree.git
[submodule "dream"]
path = site/public/dream
url = git@code.incremental.social:thepaperpilot/Dream-Hero.git
branch = gh-pages
[submodule "Advent-Incremental.git"]
path = site/public/advent
url = git@code.incremental.social:thepaperpilot/Advent-Incremental.git
branch = gh-pages
[submodule "ludwig"]
path = site/public/ludwig
url = git@code.incremental.social:thepaperpilot/Super-Auto-Coots.git
branch = gh-pages
[submodule "site/public/planar"]
path = site/public/planar
url = git@code.incremental.social:thepaperpilot/Planar-Pioneers.git
branch = gh-pages
[submodule "Garden.git"]
path = Garden
url = git@code.incremental.social:thepaperpilot/Garden.git

File diff suppressed because one or more lines are too long

1
CNAME
View file

@ -1 +0,0 @@
www.thepaperpilot.org

1
Garden Submodule

@ -0,0 +1 @@
Subproject commit 3b02ad93eebf7ee0e710ad7f63ca9b610bbf10da

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 379 KiB

View file

@ -1 +0,0 @@
import{s as j}from"./bezier-easing.a990b400.js";var I=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function M(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function P(e){if(e.__esModule)return e;var t=Object.defineProperty({},"__esModule",{value:!0});return Object.keys(e).forEach(function(n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}),t}var v={exports:{}},l=j,b={ease:l(.25,.1,.25,1),easeIn:l(.42,0,1,1),easeOut:l(0,0,.58,1),easeInOut:l(.42,0,.58,1),linear:l(0,0,1,1)};v.exports=F;v.exports.makeAggregateRaf=y;v.exports.sharedScheduler=y();function F(e,t,n){var a=Object.create(null),o=Object.create(null);n=n||{};var i=typeof n.easing=="function"?n.easing:b[n.easing];i||(n.easing&&console.warn("Unknown easing function in amator: "+n.easing),i=b.ease);var d=typeof n.step=="function"?n.step:h,u=typeof n.done=="function"?n.done:h,c=E(n.scheduler),w=Object.keys(t);w.forEach(function(r){a[r]=e[r],o[r]=t[r]-e[r]});var x=typeof n.duration=="number"?n.duration:400,g=Math.max(1,x*.06),f,s=0;return f=c.next(p),{cancel:O};function O(){c.cancel(f),f=0}function p(){var r=i(s/g);s+=1,A(r),s<=g?(f=c.next(p),d(e)):(f=0,setTimeout(function(){u(e)},0))}function A(r){w.forEach(function(m){e[m]=o[m]*r+a[m]})}}function h(){}function E(e){if(!e){var t=typeof window!="undefined"&&window.requestAnimationFrame;return t?S():T()}if(typeof e.next!="function")throw new Error("Scheduler is supposed to have next(cb) function");if(typeof e.cancel!="function")throw new Error("Scheduler is supposed to have cancel(handle) function");return e}function S(){return{next:window.requestAnimationFrame.bind(window),cancel:window.cancelAnimationFrame.bind(window)}}function T(){return{next:function(e){return setTimeout(e,1e3/60)},cancel:function(e){return clearTimeout(e)}}}function y(){var e=new Set,t=new Set,n=0;return{next:o,cancel:o,clearAll:a};function a(){e.clear(),t.clear(),cancelAnimationFrame(n),n=0}function o(u){t.add(u),i()}function i(){n||(n=requestAnimationFrame(d))}function d(){n=0;var u=t;t=e,e=u,e.forEach(function(c){c()}),e.clear()}}export{v as a,M as b,I as c,P as g};

View file

@ -1,192 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/thread.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9158497"
inkscape:cx="92.648188"
inkscape:cy="-32.361621"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2">
<inkscape:path-effect
effect="powerstroke"
id="path-effect15601"
is_visible="true"
lpeversion="1"
offset_points="1.3963047,0.065112988"
not_jump="true"
sort_points="true"
interpolator_type="CentripetalCatmullRom"
interpolator_beta="0.75"
start_linecap_type="round"
linejoin_type="spiro"
miter_limit="4"
scale_width="1"
end_linecap_type="round" />
<inkscape:path-effect
effect="simplify"
id="path-effect15599"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.0047745358"
smooth_angles="0"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false"
step="1" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect15592"
is_visible="true"
lpeversion="1"
offset_points="0.44012005,0.065112988"
not_jump="true"
sort_points="true"
interpolator_type="CentripetalCatmullRom"
interpolator_beta="0.75"
start_linecap_type="round"
linejoin_type="spiro"
miter_limit="4"
scale_width="1"
end_linecap_type="round" />
<inkscape:path-effect
effect="simplify"
id="path-effect15590"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.0047745358"
smooth_angles="0"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false"
step="1" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect15564"
is_visible="true"
lpeversion="1"
offset_points="0.5,0.065112988"
not_jump="true"
sort_points="true"
interpolator_type="CentripetalCatmullRom"
interpolator_beta="0.75"
start_linecap_type="round"
linejoin_type="spiro"
miter_limit="4"
scale_width="1"
end_linecap_type="round" />
<inkscape:path-effect
effect="simplify"
id="path-effect15562"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.0047745358"
smooth_angles="0"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false"
step="1" />
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g15614"
transform="matrix(0.76357596,0,0,0.76357596,3.7735683,12.026389)">
<path
id="path12906"
style="fill:#b96b00;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 6.1991048,-13.637927 c -0.7488708,2.1e-5 -1.3559497,0.572397 -1.3559896,1.278475 1.476e-4,0.0884 0.010019,0.176551 0.029456,0.263033 -0.4285764,-0.09038 -0.8790609,-0.136492 -1.3327352,-0.136426 -0.4552069,1.51e-4 -0.9071312,0.04679 -1.3368693,0.137976 0.00356,-0.03643 0.00545,-0.07298 0.00568,-0.109554 -3.99e-5,-0.706268 -0.6074337,-1.278723 -1.35650633,-1.278475 -0.7488708,2.1e-5 -1.35594969,0.572397 -1.35598958,1.278475 1.8399e-4,0.44446 0.24516693,0.856939 0.64698893,1.089339 -0.43207364,0.400735 -0.66263689,0.869224 -0.66352539,1.3482383 2.7683e-4,1.0259392 1.04632979,1.9446054 2.62671307,2.3068359 -0.3910576,0.2319721 -0.7373924,0.5559684 -1.017509,0.9518799 -0.28322749,-0.019365 -1.11864431,0.097223 -1.4302264,0.3198062 -0.31158209,0.2225836 -0.52972809,0.9707876 -0.52972809,0.9707876 -0.14553981,0.3859609 -0.41301931,1.1586119 -0.41040231,1.6968204 0.011421,1.1660168 -0.097989,2.2018547 0.1908427,2.1991717 0.28885048,-0.0029 0.58800704,-0.9134274 0.57656721,-2.0795305 l 0.31562124,-1.3204216 0.1370083,-0.8311369 c 0.29018783,-0.104068 0.5681672,-0.2256952 0.79840087,-0.3493327 -0.25473025,0.5509696 -0.38814592,1.1681281 -0.38809,1.7952392 1.0888e-4,2.0753956 1.43103118,3.7577994 3.19618738,3.75791018 1.7651561,-1.1083e-4 3.1960784,-1.68251458 3.1961873,-3.75791018 1.282e-4,-0.6438816 -0.1404469,-1.2770034 -0.4082438,-1.8386474 0.223588,0.1032128 0.490077,0.2022507 0.7689453,0.2857706 0.2847878,0.085095 0.4147766,0.6560015 0.4147766,0.6560015 0,0 0.1078943,0.6293964 0.1159403,1.4637658 0.011421,1.166017 -0.377,2.1951698 -0.088169,2.1924866 0.2888505,-0.0029 0.743482,-0.9218453 0.7320421,-2.0879483 0.074314,-0.7372913 0.1066731,-0.6536515 -0.2137636,-1.926522 0,0 -0.1367334,-0.6764585 -0.957403,-0.9217385 C 6.5650619,-6.4449374 6.2873001,-6.5577643 5.9867147,-6.531901 5.7090524,-6.9183446 5.3678903,-7.2348995 4.9836751,-7.4625936 6.5585359,-7.8265359 7.5996366,-8.7434365 7.6000529,-9.7668457 7.6000222,-10.290041 7.3260225,-10.799673 6.8176717,-11.222054 c 0.452576,-0.218751 0.7372815,-0.65788 0.7374227,-1.137398 -3.99e-5,-0.706078 -0.6071188,-1.278454 -1.3559896,-1.278475 z"
sodipodi:nodetypes="cccccccccccczcccccccccccccccccccccccc" />
<path
id="path15140"
style="fill:#b96b00;fill-opacity:1;stroke:#000000;stroke-width:0.913892;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="M 1.7349323,-2.9962097 A 0.31315112,0.32066478 0 0 0 1.4218372,-2.6756025 0.31315112,0.32066478 0 0 0 1.7349323,-2.3549954 0.31315112,0.32066478 0 0 0 2.0480275,-2.6756025 0.31315112,0.32066478 0 0 0 1.7349323,-2.9962097 Z M 0.41993412,-2.5902578 A 0.31315112,0.32066478 0 0 0 0.10683898,-2.269199 0.31315112,0.32066478 0 0 0 0.41993412,-1.9485919 0.31315112,0.32066478 0 0 0 0.7330284,-2.269199 0.31315112,0.32066478 0 0 0 0.41993412,-2.5902578 Z m 2.44258038,0.2781606 a 0.31315112,0.32066478 0 0 0 -0.3130943,0.3206071 0.31315112,0.32066478 0 0 0 0.3130943,0.3206072 0.31315112,0.32066478 0 0 0 0.3130951,-0.3206072 0.31315112,0.32066478 0 0 0 -0.3130951,-0.3206071 z m -1.2634041,0.068185 A 1.0594307,1.0622494 0 0 0 0.53943922,-1.1813925 1.0594307,1.0622494 0 0 0 1.5991104,-0.11932481 1.0594307,1.0622494 0 0 0 2.6583412,-1.1813925 1.0594307,1.0622494 0 0 0 1.5991104,-2.2439122 Z" />
<path
id="path15140-0"
style="fill:#b96b00;fill-opacity:1;stroke:#000000;stroke-width:0.880702;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 5.5219329,-3.0226419 a 0.30511184,0.3056432 0 0 0 -0.3050573,0.3055883 0.30511184,0.3056432 0 0 0 0.3050573,0.3055882 0.30511184,0.3056432 0 0 0 0.3050573,-0.3055882 0.30511184,0.3056432 0 0 0 -0.3050573,-0.3055883 z m -1.2812393,0.386935 A 0.30511184,0.3056432 0 0 0 3.9356363,-2.3296882 0.30511184,0.3056432 0 0 0 4.2406936,-2.0241 0.30511184,0.3056432 0 0 0 4.54575,-2.3296882 0.30511184,0.3056432 0 0 0 4.2406936,-2.6357069 Z m 2.3798739,0.2651301 A 0.30511184,0.3056432 0 0 0 6.315511,-2.0649885 0.30511184,0.3056432 0 0 0 6.6205675,-1.7594002 0.30511184,0.3056432 0 0 0 6.9256248,-2.0649885 0.30511184,0.3056432 0 0 0 6.6205675,-2.3705768 Z m -1.2309697,0.064991 A 1.0322328,1.0124882 0 0 0 4.3571307,-1.29284 1.0322328,1.0124882 0 0 0 5.3895978,-0.28052497 1.0322328,1.0124882 0 0 0 6.4216358,-1.29284 1.0322328,1.0124882 0 0 0 5.3895978,-2.3055858 Z" />
<circle
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.743329;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path15420"
cx="1.7971185"
cy="-10.834802"
r="0.36586219" />
<circle
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.743329;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path15420-3"
cx="5.0267229"
cy="-10.704576"
r="0.36586219" />
<path
sodipodi:type="star"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path15496"
inkscape:flatsided="true"
sodipodi:sides="3"
sodipodi:cx="-5.5215816"
sodipodi:cy="-11.095254"
sodipodi:r1="0.36556175"
sodipodi:r2="0.18278088"
sodipodi:arg1="1.5707963"
sodipodi:arg2="2.6179939"
inkscape:rounded="0"
inkscape:randomized="0"
d="m -5.5215816,-10.729692 -0.3165858,-0.548343 0.6331715,0 z"
inkscape:transform-center-y="0.04012582"
transform="matrix(0.43905897,0,0,0.43905897,5.6944856,-4.8781147)" />
<path
d="m 3.2165817,-9.2199995 c 0,0.088988 0,0.355951 0,0.5339265 0,0.1779755 0,0.4449387 0,0.5339265 a 0.06511299,0.06511299 90 0 0 0.130226,0 c 0,-0.088988 0,-0.355951 0,-0.5339265 0,-0.1779755 0,-0.4449388 0,-0.5339265 a 0.06511299,0.06511299 90 0 0 -0.130226,0 z"
id="path-1-2"
inkscape:path-effect="#path-effect15562;#path-effect15564"
inkscape:original-d="m 3.2816947,-9.2199995 c 0,0.355951 0,0.711902 0,1.067853"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
<path
d="m 3.293027,-8.0880272 c 0.031325,-0.00554 0.07917,-0.011358 0.1557943,-0.00849 0.038317,0.00144 0.076038,0.00455 0.1260912,0.00911 0.011457,0.00104 0.027264,0.0025 0.040964,0.00371 0.043519,0.00386 0.1111312,0.00969 0.1770412,0.00829 0.054653,-0.00116 0.1186067,-0.00717 0.1853795,-0.027078 0.1972935,-0.058373 0.4074776,-0.1518003 0.6209555,-0.2894377 0.052134,-0.035975 0.1071565,-0.074493 0.1568795,-0.1193978 0.052261,-0.047197 0.097723,-0.1005566 0.1295368,-0.1644867 0.019536,-0.043253 0.023865,-0.077152 0.02385,-0.1014722 a 0.06511299,0.06511299 90 0 0 -0.130226,7.9e-5 c 4.7e-6,0.00775 -0.00115,0.023143 -0.011287,0.045643 -0.021454,0.043003 -0.055103,0.083806 -0.099156,0.1235899 -0.04264,0.038508 -0.091093,0.072657 -0.1418895,0.1077472 -0.2015655,0.1299178 -0.4004585,0.2180795 -0.5857397,0.272899 -0.052088,0.015529 -0.1035742,0.020711 -0.1510635,0.021718 -0.057818,0.00123 -0.1187504,-0.00391 -0.1627694,-0.00781 -0.013499,-0.0012 -0.028997,-0.00263 -0.040663,-0.00369 -0.050296,-0.00458 -0.09098,-0.00798 -0.1330303,-0.00956 -0.086237,-0.00323 -0.1433145,0.00331 -0.1833326,0.010384 a 0.06511299,0.06511299 90 0 0 0.022665,0.1282386 z"
id="path-1-7"
inkscape:path-effect="#path-effect15590;#path-effect15592"
inkscape:original-d="m 3.2816947,-8.1521465 c 0.2009731,-0.036907 0.4247417,0.040069 0.6250848,0 0.2571987,-0.05144 0.937627,-0.3731163 0.937627,-0.6250847"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
<path
d="m 3.333964,-8.2693496 c -0.088274,-2.426e-4 -0.2492194,0.00985 -0.4320056,0.018679 -0.1344961,0.0065 -0.2757638,0.00885 -0.4152432,-0.011855 -0.052105,-0.00802 -0.1004252,-0.020257 -0.1435243,-0.036753 -0.011471,-0.00439 -0.023118,-0.00929 -0.034764,-0.014771 -0.025889,-0.012181 -0.051412,-0.027048 -0.074993,-0.045284 -0.0222,-0.017168 -0.042323,-0.037044 -0.059525,-0.060156 -0.029675,-0.039212 -0.048387,-0.083603 -0.060025,-0.1288178 -0.015797,-0.061377 -0.017306,-0.1201467 -0.017246,-0.1506597 a 0.06511299,0.06511299 90 0 0 -0.1302258,-2.564e-4 c -6.76e-5,0.034346 0.00146,0.1060643 0.021356,0.1833761 0.01482,0.05758 0.039821,0.1188147 0.081989,0.1745305 0.024663,0.033139 0.053402,0.061327 0.084011,0.084998 0.032381,0.025041 0.06635,0.04464 0.099219,0.060104 0.014829,0.00698 0.029463,0.013126 0.043652,0.018557 0.053183,0.020357 0.1106942,0.034676 0.1706116,0.043895 0.1529236,0.022706 0.3046385,0.019756 0.4409946,0.013167 0.1868374,-0.00903 0.3416617,-0.018757 0.4253616,-0.018527 a 0.06511299,0.06511299 90 0 0 3.578e-4,-0.1302254 z"
id="path-1-79"
inkscape:path-effect="#path-effect15599;#path-effect15601"
inkscape:original-d="M 3.3337851,-8.2042369 C 2.8348486,-8.2078183 2.0315253,-8.011999 2.0315253,-8.6990956"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 14 KiB

View file

@ -1,200 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/sawmill.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9158497"
inkscape:cx="92.648188"
inkscape:cy="-32.361621"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2">
<inkscape:path-effect
effect="simplify"
id="path-effect15562-1-1"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.0047745358"
smooth_angles="0"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false"
step="1" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect15564-2-8"
is_visible="true"
lpeversion="1"
offset_points="0.5,0.065112988"
not_jump="true"
sort_points="true"
interpolator_type="CentripetalCatmullRom"
interpolator_beta="0.75"
start_linecap_type="round"
linejoin_type="spiro"
miter_limit="4"
scale_width="1"
end_linecap_type="round" />
<inkscape:path-effect
effect="simplify"
id="path-effect15590-6-2"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.0047745358"
smooth_angles="0"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false"
step="1" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect15592-1-6"
is_visible="true"
lpeversion="1"
offset_points="0.44012005,0.065112988"
not_jump="true"
sort_points="true"
interpolator_type="CentripetalCatmullRom"
interpolator_beta="0.75"
start_linecap_type="round"
linejoin_type="spiro"
miter_limit="4"
scale_width="1"
end_linecap_type="round" />
<inkscape:path-effect
effect="simplify"
id="path-effect15599-7-0"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.0047745358"
smooth_angles="0"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false"
step="1" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect15601-6-3"
is_visible="true"
lpeversion="1"
offset_points="1.3963047,0.065112988"
not_jump="true"
sort_points="true"
interpolator_type="CentripetalCatmullRom"
interpolator_beta="0.75"
start_linecap_type="round"
linejoin_type="spiro"
miter_limit="4"
scale_width="1"
end_linecap_type="round" />
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#e6e6e6;fill-opacity:1;stroke:#838390;stroke-width:0.764057;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect28545"
width="12.46511"
height="12.46511"
x="0.38202825"
y="0.38202825"
rx="1.246511" />
<g
id="g15614-5"
transform="matrix(0.76357596,0,0,0.76357596,3.8142741,12.071883)">
<path
id="path12906-0"
style="fill:#b96b00;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 6.1991048,-13.637927 c -0.7488708,2.1e-5 -1.3559497,0.572397 -1.3559896,1.278475 1.476e-4,0.0884 0.010019,0.176551 0.029456,0.263033 -0.4285764,-0.09038 -0.8790609,-0.136492 -1.3327352,-0.136426 -0.4552069,1.51e-4 -0.9071312,0.04679 -1.3368693,0.137976 0.00356,-0.03643 0.00545,-0.07298 0.00568,-0.109554 -3.99e-5,-0.706268 -0.6074337,-1.278723 -1.35650633,-1.278475 -0.7488708,2.1e-5 -1.35594969,0.572397 -1.35598958,1.278475 1.8399e-4,0.44446 0.24516693,0.856939 0.64698893,1.089339 -0.43207364,0.400735 -0.66263689,0.869224 -0.66352539,1.3482383 2.7683e-4,1.0259392 1.04632979,1.9446054 2.62671307,2.3068359 -0.3910576,0.2319721 -0.7373924,0.5559684 -1.017509,0.9518799 -0.28322749,-0.019365 -1.11864431,0.097223 -1.4302264,0.3198062 -0.31158209,0.2225836 -0.52972809,0.9707876 -0.52972809,0.9707876 -0.14553981,0.3859609 -0.41301931,1.1586119 -0.41040231,1.6968204 0.011421,1.1660168 -0.097989,2.2018547 0.1908427,2.1991717 0.28885048,-0.0029 0.58800704,-0.9134274 0.57656721,-2.0795305 l 0.31562124,-1.3204216 0.1370083,-0.8311369 c 0.29018783,-0.104068 0.5681672,-0.2256952 0.79840087,-0.3493327 -0.25473025,0.5509696 -0.38814592,1.1681281 -0.38809,1.7952392 1.0888e-4,2.0753956 1.43103118,3.7577994 3.19618738,3.75791018 1.7651561,-1.1083e-4 3.1960784,-1.68251458 3.1961873,-3.75791018 1.282e-4,-0.6438816 -0.1404469,-1.2770034 -0.4082438,-1.8386474 0.223588,0.1032128 0.490077,0.2022507 0.7689453,0.2857706 0.2847878,0.085095 0.4147766,0.6560015 0.4147766,0.6560015 0,0 0.1078943,0.6293964 0.1159403,1.4637658 0.011421,1.166017 -0.377,2.1951698 -0.088169,2.1924866 0.2888505,-0.0029 0.743482,-0.9218453 0.7320421,-2.0879483 0.074314,-0.7372913 0.1066731,-0.6536515 -0.2137636,-1.926522 0,0 -0.1367334,-0.6764585 -0.957403,-0.9217385 C 6.5650619,-6.4449374 6.2873001,-6.5577643 5.9867147,-6.531901 5.7090524,-6.9183446 5.3678903,-7.2348995 4.9836751,-7.4625936 6.5585359,-7.8265359 7.5996366,-8.7434365 7.6000529,-9.7668457 7.6000222,-10.290041 7.3260225,-10.799673 6.8176717,-11.222054 c 0.452576,-0.218751 0.7372815,-0.65788 0.7374227,-1.137398 -3.99e-5,-0.706078 -0.6071188,-1.278454 -1.3559896,-1.278475 z"
sodipodi:nodetypes="cccccccccccczcccccccccccccccccccccccc" />
<path
id="path15140-4"
style="fill:#b96b00;fill-opacity:1;stroke:#000000;stroke-width:0.913892;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="M 1.7349323,-2.9962097 A 0.31315112,0.32066478 0 0 0 1.4218372,-2.6756025 0.31315112,0.32066478 0 0 0 1.7349323,-2.3549954 0.31315112,0.32066478 0 0 0 2.0480275,-2.6756025 0.31315112,0.32066478 0 0 0 1.7349323,-2.9962097 Z M 0.41993412,-2.5902578 A 0.31315112,0.32066478 0 0 0 0.10683898,-2.269199 0.31315112,0.32066478 0 0 0 0.41993412,-1.9485919 0.31315112,0.32066478 0 0 0 0.7330284,-2.269199 0.31315112,0.32066478 0 0 0 0.41993412,-2.5902578 Z m 2.44258038,0.2781606 a 0.31315112,0.32066478 0 0 0 -0.3130943,0.3206071 0.31315112,0.32066478 0 0 0 0.3130943,0.3206072 0.31315112,0.32066478 0 0 0 0.3130951,-0.3206072 0.31315112,0.32066478 0 0 0 -0.3130951,-0.3206071 z m -1.2634041,0.068185 A 1.0594307,1.0622494 0 0 0 0.53943922,-1.1813925 1.0594307,1.0622494 0 0 0 1.5991104,-0.11932481 1.0594307,1.0622494 0 0 0 2.6583412,-1.1813925 1.0594307,1.0622494 0 0 0 1.5991104,-2.2439122 Z" />
<path
id="path15140-0-5"
style="fill:#b96b00;fill-opacity:1;stroke:#000000;stroke-width:0.880702;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 5.5219329,-3.0226419 a 0.30511184,0.3056432 0 0 0 -0.3050573,0.3055883 0.30511184,0.3056432 0 0 0 0.3050573,0.3055882 0.30511184,0.3056432 0 0 0 0.3050573,-0.3055882 0.30511184,0.3056432 0 0 0 -0.3050573,-0.3055883 z m -1.2812393,0.386935 A 0.30511184,0.3056432 0 0 0 3.9356363,-2.3296882 0.30511184,0.3056432 0 0 0 4.2406936,-2.0241 0.30511184,0.3056432 0 0 0 4.54575,-2.3296882 0.30511184,0.3056432 0 0 0 4.2406936,-2.6357069 Z m 2.3798739,0.2651301 A 0.30511184,0.3056432 0 0 0 6.315511,-2.0649885 0.30511184,0.3056432 0 0 0 6.6205675,-1.7594002 0.30511184,0.3056432 0 0 0 6.9256248,-2.0649885 0.30511184,0.3056432 0 0 0 6.6205675,-2.3705768 Z m -1.2309697,0.064991 A 1.0322328,1.0124882 0 0 0 4.3571307,-1.29284 1.0322328,1.0124882 0 0 0 5.3895978,-0.28052497 1.0322328,1.0124882 0 0 0 6.4216358,-1.29284 1.0322328,1.0124882 0 0 0 5.3895978,-2.3055858 Z" />
<circle
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.743329;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path15420-1"
cx="1.7971185"
cy="-10.834802"
r="0.36586219" />
<circle
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.743329;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path15420-3-2"
cx="5.0267229"
cy="-10.704576"
r="0.36586219" />
<path
sodipodi:type="star"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path15496-3"
inkscape:flatsided="true"
sodipodi:sides="3"
sodipodi:cx="-5.5215816"
sodipodi:cy="-11.095254"
sodipodi:r1="0.36556175"
sodipodi:r2="0.18278088"
sodipodi:arg1="1.5707963"
sodipodi:arg2="2.6179939"
inkscape:rounded="0"
inkscape:randomized="0"
d="m -5.5215816,-10.729692 -0.3165858,-0.548343 0.6331715,0 z"
inkscape:transform-center-y="0.04012582"
transform="matrix(0.43905897,0,0,0.43905897,5.6944856,-4.8781147)" />
<path
d="m 3.2165817,-9.2199995 c 0,0.088988 0,0.355951 0,0.5339265 0,0.1779755 0,0.4449387 0,0.5339265 a 0.06511299,0.06511299 90 0 0 0.130226,0 c 0,-0.088988 0,-0.355951 0,-0.5339265 0,-0.1779755 0,-0.4449388 0,-0.5339265 a 0.06511299,0.06511299 90 0 0 -0.130226,0 z"
id="path-1-2-7"
inkscape:path-effect="#path-effect15562-1-1;#path-effect15564-2-8"
inkscape:original-d="m 3.2816947,-9.2199995 c 0,0.355951 0,0.711902 0,1.067853"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
<path
d="m 3.293027,-8.0880272 c 0.031325,-0.00554 0.07917,-0.011358 0.1557943,-0.00849 0.038317,0.00144 0.076038,0.00455 0.1260912,0.00911 0.011457,0.00104 0.027264,0.0025 0.040964,0.00371 0.043519,0.00386 0.1111312,0.00969 0.1770412,0.00829 0.054653,-0.00116 0.1186067,-0.00717 0.1853795,-0.027078 0.1972935,-0.058373 0.4074776,-0.1518003 0.6209555,-0.2894377 0.052134,-0.035975 0.1071565,-0.074493 0.1568795,-0.1193978 0.052261,-0.047197 0.097723,-0.1005566 0.1295368,-0.1644867 0.019536,-0.043253 0.023865,-0.077152 0.02385,-0.1014722 a 0.06511299,0.06511299 90 0 0 -0.130226,7.9e-5 c 4.7e-6,0.00775 -0.00115,0.023143 -0.011287,0.045643 -0.021454,0.043003 -0.055103,0.083806 -0.099156,0.1235899 -0.04264,0.038508 -0.091093,0.072657 -0.1418895,0.1077472 -0.2015655,0.1299178 -0.4004585,0.2180795 -0.5857397,0.272899 -0.052088,0.015529 -0.1035742,0.020711 -0.1510635,0.021718 -0.057818,0.00123 -0.1187504,-0.00391 -0.1627694,-0.00781 -0.013499,-0.0012 -0.028997,-0.00263 -0.040663,-0.00369 -0.050296,-0.00458 -0.09098,-0.00798 -0.1330303,-0.00956 -0.086237,-0.00323 -0.1433145,0.00331 -0.1833326,0.010384 a 0.06511299,0.06511299 90 0 0 0.022665,0.1282386 z"
id="path-1-7-2"
inkscape:path-effect="#path-effect15590-6-2;#path-effect15592-1-6"
inkscape:original-d="m 3.2816947,-8.1521465 c 0.2009731,-0.036907 0.4247417,0.040069 0.6250848,0 0.2571987,-0.05144 0.937627,-0.3731163 0.937627,-0.6250847"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
<path
d="m 3.333964,-8.2693496 c -0.088274,-2.426e-4 -0.2492194,0.00985 -0.4320056,0.018679 -0.1344961,0.0065 -0.2757638,0.00885 -0.4152432,-0.011855 -0.052105,-0.00802 -0.1004252,-0.020257 -0.1435243,-0.036753 -0.011471,-0.00439 -0.023118,-0.00929 -0.034764,-0.014771 -0.025889,-0.012181 -0.051412,-0.027048 -0.074993,-0.045284 -0.0222,-0.017168 -0.042323,-0.037044 -0.059525,-0.060156 -0.029675,-0.039212 -0.048387,-0.083603 -0.060025,-0.1288178 -0.015797,-0.061377 -0.017306,-0.1201467 -0.017246,-0.1506597 a 0.06511299,0.06511299 90 0 0 -0.1302258,-2.564e-4 c -6.76e-5,0.034346 0.00146,0.1060643 0.021356,0.1833761 0.01482,0.05758 0.039821,0.1188147 0.081989,0.1745305 0.024663,0.033139 0.053402,0.061327 0.084011,0.084998 0.032381,0.025041 0.06635,0.04464 0.099219,0.060104 0.014829,0.00698 0.029463,0.013126 0.043652,0.018557 0.053183,0.020357 0.1106942,0.034676 0.1706116,0.043895 0.1529236,0.022706 0.3046385,0.019756 0.4409946,0.013167 0.1868374,-0.00903 0.3416617,-0.018757 0.4253616,-0.018527 a 0.06511299,0.06511299 90 0 0 3.578e-4,-0.1302254 z"
id="path-1-79-4"
inkscape:path-effect="#path-effect15599-7-0;#path-effect15601-6-3"
inkscape:original-d="M 3.3337851,-8.2042369 C 2.8348486,-8.2078183 2.0315253,-8.011999 2.0315253,-8.6990956"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 14 KiB

View file

@ -1 +0,0 @@
var y=4,z=.001,_=1e-7,d=10,l=11,S=1/(l-1),h=typeof Float32Array=="function";function N(e,r){return 1-3*r+3*e}function E(e,r){return 3*r-6*e}function O(e){return 3*e}function c(e,r,n){return((N(r,n)*e+E(r,n))*e+O(r))*e}function b(e,r,n){return 3*N(r,n)*e*e+2*E(r,n)*e+O(r)}function B(e,r,n,t,o){var i,u,I=0;do u=r+(n-r)/2,i=c(u,t,o)-e,i>0?n=u:r=u;while(Math.abs(i)>_&&++I<d);return u}function F(e,r,n,t){for(var o=0;o<y;++o){var i=b(r,n,t);if(i===0)return r;var u=c(r,n,t)-e;r-=u/i}return r}function R(e){return e}var M=function(r,n,t,o){if(!(0<=r&&r<=1&&0<=t&&t<=1))throw new Error("bezier x values must be in [0, 1] range");if(r===n&&t===o)return R;for(var i=h?new Float32Array(l):new Array(l),u=0;u<l;++u)i[u]=c(u*S,r,t);function I(v){for(var a=0,f=1,g=l-1;f!==g&&i[f]<=v;++f)a+=S;--f;var w=(v-i[f])/(i[f+1]-i[f]),p=a+w*S,s=b(p,r,t);return s>=z?F(v,p,r,t):s===0?p:B(v,a,a+S,r,t)}return function(a){return a===0?0:a===1?1:c(I(a),n,o)}};export{M as s};

View file

@ -1,66 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs2" />
<g
id="layer1">
<g
id="g3038-4"
transform="matrix(0.72151136,0,0,0.72151136,-15.136702,-32.285353)">
<path
style="fill:#c68000;fill-opacity:1;stroke:#ff0000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 23.906542,51.953545 v 6.784524 l 7.17471,2.411957 V 54.36577 Z"
id="path2172-9" />
<path
style="fill:#c68000;fill-opacity:1;stroke:#ffff00;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 36.727057,50.379178 -4.703952,4.474278 v 6.267975 l 4.703952,-3.957997 z"
id="path2170-1" />
<path
style="fill:#c68000;fill-opacity:1;stroke:#007cff;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 29.050764,46.632495 -4.703465,4.474547 7.295877,2.478984 4.703952,-4.474546 z"
id="rect341-6-7" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:6.72581px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ff0000;fill-opacity:1;stroke:#a96625;stroke-width:2.01773;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
x="25.790016"
y="47.090862"
id="text1338-5"
transform="matrix(0.97261523,0.37895849,-6.3090413e-4,1.02791,0,0)"><tspan
id="tspan1336-5"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:6.72581px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:2.01773"
x="25.790016"
y="47.090862">A</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.9566px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ffff00;fill-opacity:1;stroke:#a96625;stroke-width:1.48697;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
x="34.563576"
y="89.317398"
id="text1338-3-4"
transform="matrix(0.9557019,-0.98598613,-0.00537662,1.0518984,0,0)"><tspan
id="tspan1336-2-1"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.9566px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:1.48697"
x="34.563576"
y="89.317398">B</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:6.29399px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#007cff;fill-opacity:1;stroke:#a96625;stroke-width:1.88819;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
x="57.188141"
y="40.191666"
id="text1338-3-1-8"
transform="matrix(0.97874676,0.36894071,-0.74321005,0.74156012,0,0)"><tspan
id="tspan1336-2-3-8"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:6.29399px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#007cff;fill-opacity:1;stroke:none;stroke-width:1.88819"
x="57.188141"
y="40.191666">C</tspan></text>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -1,107 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/bearmaker.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9158497"
inkscape:cx="92.648188"
inkscape:cy="-32.361621"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#e6e6e6;fill-opacity:1;stroke:#838390;stroke-width:0.764057;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect28545"
width="12.46511"
height="12.46511"
x="0.38202825"
y="0.38202825"
rx="1.246511" />
<g
id="g3038-4-0"
transform="matrix(0.72151136,0,0,0.72151136,-15.399228,-32.2731)">
<path
style="fill:#c68000;fill-opacity:1;stroke:#ff0000;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 23.906542,51.953545 v 6.784524 l 7.17471,2.411957 V 54.36577 Z"
id="path2172-9-0" />
<path
style="fill:#c68000;fill-opacity:1;stroke:#ffff00;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 36.727057,50.379178 -4.703952,4.474278 v 6.267975 l 4.703952,-3.957997 z"
id="path2170-1-3"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#c68000;fill-opacity:1;stroke:#007cff;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 29.050764,46.632495 -4.703465,4.474547 7.295877,2.478984 4.703952,-4.474546 z"
id="rect341-6-7-9" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:6.72581px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ff0000;fill-opacity:1;stroke:#a96625;stroke-width:2.01773;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
x="25.790016"
y="47.090862"
id="text1338-5-5"
transform="matrix(0.97261523,0.37895849,-6.3090413e-4,1.02791,0,0)"><tspan
sodipodi:role="line"
id="tspan1336-5-3"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:6.72581px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:2.01773"
x="25.790016"
y="47.090862">A</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.9566px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ffff00;fill-opacity:1;stroke:#a96625;stroke-width:1.48697;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
x="34.563576"
y="89.317398"
id="text1338-3-4-1"
transform="matrix(0.9557019,-0.98598613,-0.00537662,1.0518984,0,0)"><tspan
sodipodi:role="line"
id="tspan1336-2-1-1"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4.9566px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:1.48697"
x="34.563576"
y="89.317398">B</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:6.29399px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#007cff;fill-opacity:1;stroke:#a96625;stroke-width:1.88819;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
x="57.188141"
y="40.191666"
id="text1338-3-1-8-2"
transform="matrix(0.97874676,0.36894071,-0.74321005,0.74156012,0,0)"><tspan
sodipodi:role="line"
id="tspan1336-2-3-8-6"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:6.29399px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#007cff;fill-opacity:1;stroke:none;stroke-width:1.88819"
x="57.188141"
y="40.191666">C</tspan></text>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.6 KiB

View file

@ -1,123 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/boxmaker.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xml:space="preserve"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="3.0909964"
inkscape:cx="3.0734426"
inkscape:cy="59.527731"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" /><defs
id="defs2" /><g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"><rect
style="fill:#e6e6e6;fill-opacity:1;stroke:#838390;stroke-width:0.764057;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect28545-6"
width="12.46511"
height="12.46511"
x="0.38202849"
y="0.38202882"
rx="1.246511" /><image
width="11.600364"
height="11.600364"
preserveAspectRatio="none"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAABHNCSVQICAgIfAhkiAAADmZJREFU
eJzt3VtsHFcZB/B/bG9sbzxjx04czzgmTVIn2dlce0ENhKIkEpUQfQAJRHkp4gEBDyBAXAS8FIHo
CxeJBxAPiL4gcXsBxKUiqYCWVvSWNNnZpG6SpolnHCd2vbO+Zn3hYXGbuN6z38zO2R03/5+0ause
z3673v+enZkz3wJERERERERERERERERERERERERERERERERERERERERERERERGuZ3egCwmhudAF0
R3kfgByAjwHYBWA9gKsASo0siigpvgZgaZXbSQDfRjlAFBOr0QVQaH/F6gG59TYG4HcAPg9gd2PK
XJvaAXwEwA8BnEL5yXx/QyuiMJoB3ET1gKy8vQrg5wA+AWBT3atOuMMAvgXgBFZ/8r7euNIopA8h
fDhWuz0L4PsAjgNYV9dHkAC7AHwOwG8B3ED1J+tvjSmTIvgB4gnIrbcZAH8G8FUAB+v3UOqnB8DH
AfwMwHmEf4JKAFrqXjVF8V/EH5CVt6sAngDwaQADdXlUGhwD8D0A/0E8T8pD9S2fIuiF/nCsdjsN
4McAHgaQ1v4oIzoA4CsA/gRgGvE/CY/X76FQRI+gMQFZeTsJ4Dto8OHkrQAeBfArAFeg/0E/X5dH
RbX4BRofjpW3cZQPJ38Bmg8nLx9+/RHePvxa79sWnQ+QanYB1f+Gi4IxOm9DKB9OfhSAUesDPozy
mc9Kh1/rfftUrQ+ItMmg8a+PsLfPLhcvPQK0C+Xjzkf//89u4e/Vy1EAv250EbSq48Jxoz/55IHF
l9+YGMr7xVTOC/ZMzc13aa2ssieX/6VSQDpQXlB2GOUHOFiHoipZQvUTQtI/AtXfUcmgB3b0XNiY
Xn/42J7evmN7egEAF0ancq4f3HC9wHT94JDWKt+WA/D68n9UCsgjKO9YJYHkbOl2AA4AV3MtFJ7o
zStjGfMrf7azd0N2Z+8GPHzAwvzC0pzrFc7k/GDa9YK+N8ZndsVfKoDybsNbKgXkyQo/1y7d2lLI
WkY+Y5ulQwNdd3/5N6ebINsJPw4GJGmOAOiUDHRsc5vq/7c0r2vdP9B13/6B8qeuienSyNnh4ELe
D+D6hR3jU6W4Fq8+ddv9Vhh0GcBZAHtjulOljGWeylpGwbHNnp29HXsBPLD8/x7Y0fPscxfHJAE5
CuCn2oqkKI5JBlld7Zd6jdbtYTbclU71HRns6Tsy2AMAuDo+M5TzCp7rF9OuH+y7Ob/YFqFeQDiD
LA/UEpCB7vYhxzJ9xzbbs7a5L9XcVHEdjWMbC89dHJNslvshySMKSNYyrqL8MTmyrd3tg1u72wcf
2tsHADjnF0/lvKAwNDrZmfeDgwDmUf2g1L8AFG/9geoXngLwpRpqfsvGdGrEsc0LjmUi22/u3Jhe
Pwjhjr9jqafeW5gAPgDg31HrpFgZAD4oGejY5vq473yPZRzcY5VPZ3zj92cujwSzktfRiZU/qDaD
RJJqbppzbOOMY5lTWdu0BrrTuwD0RdnWZqN1wO5qv+hNzOwQDD8GBiQpRLMHAGRsM6OriOvFuSvC
cAAr9j8AdUAmAfwT1d8F5gG0ZPqMU4NbjIJjm50ZyzgI4D5hUVU5tnk1REAei+t+qSaigAxu6TiT
TjXv01VEzgteh2xlbwGrvLlW+0x2AtUD0rLFbLv8zQ/v0bYe37GMtn+41yRDH0T5o1agqxYSE+5/
mOM6i8j7RenJ8JOr/bCpyi+9Y8pZzbVgdttoce4NYSGhOba5J8Rw8dRO2twF4QEexza1ni3PeYH0
fEmkgDwNYEKyddcLLgsLCa091Wzu2tLxinA4A9J4or9Ba0vT9O4+44CuIi7dmMoXZ0s9wuGRAlLx
F1cKMZVF4tjmm8KhDEjjif4Gjt15VmcRrlccFQ69iAonmWMLSG64oHVNvWObG4VDs6jxmDrVTBYQ
y5jVWUTOL0iXrVd8jccWkOLcfPelG1Palnrs3mLsb0s1TwmHcxZpnHsh7FmW7Te1tSFdWFyazw2L
FzjWFJA8yhe8VJXzguvCgiJxbDMnHMqANI7oue/pWO/1d7XfrasI1wtOQ94WqKaAKDdwK9cPar4S
SyXElMyANI7w8G7nRZ1FuH4wKRz6PICK5xBiDUhuOLhnYXFJWyPirG32C4f2IcYTlSTWDGFAMrah
telbzgukl2ErX9uxBgQAcl4gPRwbmt3VvnNTx/ph4XDOIvV3HOWO7VVlbVPbRXjBzPz1y2PT0nNn
sQRkFOXGX1W5nnhqiyRrd14SDmVA6k909eC2nvT5zvZUr64icl5hSDi0hJgCgmobWub6QaRFiVIZ
y5DWfAzsulhvoksOsrY5orMI1ysuCoeeQHktYUWxB+Ty2PTuwkxJeoImtKzdKZ2aU+A1IvXUC+B+
ycCMZXboLMT1C9LzYFWXUoUNyE3JwJwXSKe40Mz2ls3betLnhMNFUz7FQvpmtJS1zf26ivAmZi7c
mLwpPZhT9ZKOMAFZkGwQAFxf72LavXanaGkvOIPUk+jNKNtvvtzctC6lq4icF0gP4owAeLHaoDAB
AYSre10v0LrUI2MZ0in6PrDrYr2I3owcyyxWHxWd6xel16KL3uzDBkS00bHJm/bwxMxrIbct5tjm
AZRbVUpwFtEvA0ByQRuytrlZZyGuF2SFQ0Vv9mED8hIAXzIwNxx4Ibct1ty0riXbb54SDud+iH6i
NyGjLTW2fdMGR1cR568VX5ktLWwQDtcyg4g3HGKqiyRrdUqnas4g+sn2P2zzVZ1FuF4gvSTitu6J
KlECItwPKWjtqeXYhvRE03LXRdIncvfEOLleIL0kQrwyRNsMMje/mD4/UjwdYfsi2zdtyJhtqRvC
4ZxF9Imte2ItZkoLwavXJqWHj7UGZLnrYlWuF4gu143KsU3p+Rbuh+gTpnvie3QV4XqB9NwYEKKl
VZSAANLVvX6g9WsSHNtYEA7lDKJPmO6J2rh+UXopxDu6J6poDcjQtcl906UFbWcNI3RdpHh1oIHd
E2/lesFW4VDRPvSyqAERT1F5L8hHvI+qlrsuCodzFomf+DnV3T1R2FgQCNkxNGpAlrsuVuV6gWj9
VlSObUqnbu6HxC9M90RTVxGuL245FSBka9qoAQHE+yFF6dQXiWMZ0vMtDyKGL2ek2ySie6LrFZuF
Q0P3m9YeEH9iZnuCui7yY1Z8tiEh3RNdL5BeAhFq/wOoLSBPo9zwtyp2XXxXEr3Z1KN7YjBb2iQc
XtcZRHyH7Lr4riTap0tQ98RLiPAVfbUGRDRlhWggHEnIrot3aSzlTiJc3p6Y7omRvu+mLjNIcbbU
k6Cui9wPqd09SE73ROnXboTe/wBqD0ge5ca/VSWo6yIP99ZO9CZTp+6J0tdwQ2YQ8R0nqOsiZ5Da
Cfc/TGmLpkjyflHaYuoFKLonqsQRENl+yHBwKEFdF+/VVccdoBnyy2u1FnLWK0gvp478fZt1m0EA
rEtQ10XOItEdw9rrnhhp/wOIJyCjKDcAriovbygciWOJuy5yPyQ60aHyhHVPbOgMAmkBOU9v10XH
FnddPA52XYxK+OU4ersn5n1x98STqNI9USWugIimsIR1XeRJw/B6AbxXMtCx9XZPzHni7oniqwdX
E+cMsta6LjIg4YmfswR1T0xEQBakheS94lJM97mqrG1KD+cxIOHJVu/2my8lqHviC7XcV1wBAcTL
3wvSC1siceSNke8Huy6GJd3/SEr3xJpmD6ABAalT10XpLMVZRC4DYKdkYIK6JyYqIC8iOV0XXxYO
Z0DkRM+V0doynqDuiYkKCCD+kp3EdF1kQOSE+x+d53UWEbJ7Ys1LXRoTkOR0XdwBdl2Ukn055xrs
nqjSkIDUo+ui0ZYaEw7nLFLdEQCiy2bXYvdElbgD8joS0nUxRKNkBqQ60dKcLWbb5QR1T0xkQAB5
10VRw7GoMpZxWDj0oygf9eKt8u27kifyWjC77fG/nMMfXhxG3o//SK/rF0Vn8VHunhhLw0Id65FO
AvhitUFD1yYxXVpAOiXt2BJO1ta71JpWlx8pIj9SxB9Pe0g1N8GxDTiWiaxtYqA7XdO2XU/8mo9l
9gD0BUQk7wW4d5t0nyuczUYr+sw2jARaL4kmhdLCIk5fKeD0lXLzm43pFBzbLAem38TGtLwb6fXi
HLyJGenwRAekiHLXxaofoVwNATnnF5HzAgyNTjIcCfPmdAnPvDaGZ14rHz8Z6G6HY5lw7PIMk2qu
/Ik/xBfDhu6eqKJryfdJCAKSi+Fz6tXxGeS8Aly/CNcPcHNeugqaGu3K+AyujM/g77ny8rmMZSJr
GXBsEzt7b18x5Hri10rkaz9WozMgj1Ub5E/MYLQ4h16jVbzhiekSzg4HyPsBXL+A8SltV/FSneX9
8t8VLw0j3dqCrGUgY5s4NNCF5y5Kj9pHv3pwNevi3NgKExB+8xBRjLKI0CCuEh2HeZfFOtURCcXa
f01nQGKd6ogagTMIkYLOfRBAeF3GE5+5X3MZtNY9+ktR4xwg5te0zhmEaM1jQIgUGBAiBQaESIEB
IVJgQIgUGBAiBQaESIEBIVJgQIgUGBAiBQaESIEBIVJgQIgUGBAiBQaESIEBIVJgQIgUGBAiBQaE
SIEBIVJgQIgUGBAiBQaESIEBIVJgQIgUGBAiBQaESIEBIVJgQIgUGBAiBQaESIEBIVJgQIgUGBAi
BQaESIEBIVJgQIgUGBAiBQaESIEBIVJgQIgUGBAiBQaESIEBIVJgQIgUGBAiBQaESIEBIVJgQIgU
GBAiBQaESIEBIVJgQIgUGBAiBQaESIEBIVJgQIgUGBAiBQaESIEBIVJgQIgUGBAiBQaESIEBIVJg
QIgUGBAiBQaESIEBIVJYp3n7S5q3T7RSrK9pziBECgwIkQIDQqTAgBApMCBECgwIkQIDQqTAgBAp
MCBEREREREREREREREREREREREREREREREREREREdIf7Hyed5/3C5bPrAAAAAElFTkSuQmCC
"
id="image727"
x="0.74370372"
y="0.35876995" /></g></svg>

Before

Width:  |  Height:  |  Size: 6.9 KiB

View file

@ -1,118 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/shed.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9158497"
inkscape:cx="92.648188"
inkscape:cy="-32.361621"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2">
<inkscape:path-effect
effect="simplify"
id="path-effect44523-4-0"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.0047745358"
smooth_angles="0"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false"
step="1" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect44525-0-9"
is_visible="true"
lpeversion="1"
offset_points="1.2688037,0.52530595"
not_jump="true"
sort_points="true"
interpolator_type="CentripetalCatmullRom"
interpolator_beta="0.75"
start_linecap_type="round"
linejoin_type="spiro"
miter_limit="4"
scale_width="1"
end_linecap_type="round" />
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g45369-0-8"
transform="matrix(0.74985522,0,0,0.74985522,53.961339,-9.0608758)">
<path
id="rect41826-8-0"
style="fill:#ff0000;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;paint-order:markers stroke fill"
d="m -70.368804,15.616909 12.292699,-0.140082 -2.311347,9.527354 h -8.020209 z"
sodipodi:nodetypes="ccccc" />
<ellipse
style="fill:#ff0000;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path43697-7-5"
cx="-64.437531"
cy="25.109625"
rx="3.9923253"
ry="1.5058771" />
<rect
style="fill:#e40000;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect43699-3-3"
width="13.23771"
height="1.3307751"
x="-70.811249"
y="14.638526" />
<path
d="m -64.447322,18.313004 c 0.479085,0.450823 2.318241,2.250651 4.238041,3.308584 0.213407,0.113366 0.437801,0.225397 0.673719,0.327549 0.178643,0.07735 0.389296,0.160101 0.619911,0.231224 0.403144,0.124331 0.915928,0.228924 1.481901,0.181277 0.05328,-0.0045 0.135469,-0.01167 0.221258,-0.02597 0.08096,-0.01349 0.187368,-0.03672 0.295802,-0.0823 0.05393,-0.02267 0.112658,-0.05262 0.171158,-0.09281 0.05794,-0.0398 0.116997,-0.09069 0.169961,-0.154628 0.05295,-0.06392 0.09741,-0.137875 0.129504,-0.221381 0.03165,-0.08235 0.04886,-0.16766 0.05387,-0.253345 0.0086,-0.158239 -0.004,-0.307694 -0.02986,-0.449392 -0.02551,-0.139874 -0.06389,-0.271885 -0.107326,-0.394586 -0.08394,-0.237144 -0.199045,-0.469942 -0.281697,-0.64641 -0.0031,-0.0066 -0.0063,-0.01311 -0.0097,-0.01956 -0.270648,-0.520417 -0.546162,-0.993623 -0.88926,-1.421449 -0.02868,-0.04098 -0.0645,-0.08275 -0.109364,-0.12121 -0.06335,-0.05431 -0.134871,-0.09349 -0.210224,-0.117527 -0.07588,-0.0242 -0.142203,-0.02875 -0.186353,-0.02888 -0.04216,-1.26e-4 -0.07976,0.0043 -0.08399,0.0047 -0.01041,0.0011 -0.0014,-7.07e-4 0.02414,-7.81e-4 0.02873,-8.3e-5 0.07497,0.0029 0.129462,0.0199 0.06327,0.01967 0.116431,0.05144 0.157937,0.08694 0.04547,0.03889 0.07068,0.07677 0.08172,0.09511 a 0.52530595,0.52530595 90 0 0 -0.8999,0.542186 c 0.02684,0.04454 0.0697,0.105016 0.135305,0.161125 0.05849,0.05002 0.129782,0.092 0.212979,0.117869 0.07225,0.02247 0.136907,0.02762 0.185539,0.02748 0.03993,-1.16e-4 0.07523,-0.0042 0.08081,-0.0048 0.0086,-8.92e-4 9.82e-4,9.48e-4 -0.02713,8.65e-4 -0.02579,-7.7e-5 -0.07305,-0.0027 -0.129759,-0.02079 -0.05702,-0.01819 -0.109792,-0.0476 -0.154315,-0.08577 -0.04072,-0.03491 -0.06565,-0.06948 -0.07935,-0.09197 l 0.04031,0.05722 c 0.28351,0.350306 0.52412,0.755253 0.784383,1.254978 0.09499,0.202522 0.177115,0.369246 0.238027,0.541334 0.02955,0.08349 0.05099,0.160283 0.06416,0.232511 0.01319,0.07235 0.01787,0.13893 0.01447,0.201941 9.55e-4,-0.01645 0.0044,-0.03844 0.01442,-0.06463 0.01028,-0.02674 0.02496,-0.05122 0.04209,-0.07189 0.01665,-0.0201 0.03318,-0.03354 0.04423,-0.04113 0.01123,-0.0077 0.01693,-0.0099 0.01665,-0.0098 -5.83e-4,2.45e-4 -0.02578,0.0086 -0.06142,0.01452 -0.03981,0.0066 -0.08423,0.01091 -0.137225,0.01542 -0.386155,0.03251 -0.757222,-0.0377 -1.08362,-0.138365 -0.184535,-0.05691 -0.358222,-0.124767 -0.512076,-0.191386 -0.202696,-0.08777 -0.400982,-0.186435 -0.591329,-0.287486 -1.770418,-0.975687 -3.5036,-2.665688 -4.017904,-3.149653 a 0.52530595,0.52530595 90 0 0 -0.719984,0.76512 z"
id="path-1-21-8-5"
inkscape:path-effect="#path-effect44523-4-0;#path-effect44525-0-9"
inkscape:original-d="m -64.08733,17.930444 c 1.341321,1.261767 4.674365,4.417163 6.934039,3.852244 0.837969,-0.209492 -0.744734,-2.635836 -0.980571,-2.871673 -0.161876,-0.161876 -0.06287,0.05803 -0.222764,-0.101865"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
sodipodi:nodetypes="cssc" />
<circle
style="fill:#ffff00;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path45307-4-5"
cx="-64.15789"
cy="17.975683"
r="1.0517688" />
<rect
style="fill:#ffff00;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect45361-5-4"
width="0.95615339"
height="0.81273037"
x="-32.877365"
y="-52.515896"
transform="rotate(-75.935313)" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.9 KiB

View file

@ -1,126 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/shovelmaker.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="3.4785843"
inkscape:cx="65.687643"
inkscape:cy="46.57067"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2">
<inkscape:path-effect
effect="simplify"
id="path-effect44523-4-0"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.0047745358"
smooth_angles="0"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false"
step="1" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect44525-0-9"
is_visible="true"
lpeversion="1"
offset_points="1.2688037,0.52530595"
not_jump="true"
sort_points="true"
interpolator_type="CentripetalCatmullRom"
interpolator_beta="0.75"
start_linecap_type="round"
linejoin_type="spiro"
miter_limit="4"
scale_width="1"
end_linecap_type="round" />
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#e6e6e6;fill-opacity:1;stroke:#838390;stroke-width:0.764057;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect28545-6"
width="12.46511"
height="12.46511"
x="0.38202849"
y="0.38202849"
rx="1.246511" />
<g
id="g45369-0-8"
transform="matrix(0.74985522,0,0,0.74985522,54.261944,-9.0927826)">
<path
id="rect41826-8-0"
style="fill:#ff0000;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;paint-order:markers stroke fill"
d="m -70.368804,15.616909 12.292699,-0.140082 -2.311347,9.527354 h -8.020209 z"
sodipodi:nodetypes="ccccc" />
<ellipse
style="fill:#ff0000;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path43697-7-5"
cx="-64.437531"
cy="25.109625"
rx="3.9923253"
ry="1.5058771" />
<rect
style="fill:#e40000;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect43699-3-3"
width="13.23771"
height="1.3307751"
x="-70.811249"
y="14.638526" />
<path
d="m -64.447322,18.313004 c 0.479085,0.450823 2.318241,2.250651 4.238041,3.308584 0.213407,0.113366 0.437801,0.225397 0.673719,0.327549 0.178643,0.07735 0.389296,0.160101 0.619911,0.231224 0.403144,0.124331 0.915928,0.228924 1.481901,0.181277 0.05328,-0.0045 0.135469,-0.01167 0.221258,-0.02597 0.08096,-0.01349 0.187368,-0.03672 0.295802,-0.0823 0.05393,-0.02267 0.112658,-0.05262 0.171158,-0.09281 0.05794,-0.0398 0.116997,-0.09069 0.169961,-0.154628 0.05295,-0.06392 0.09741,-0.137875 0.129504,-0.221381 0.03165,-0.08235 0.04886,-0.16766 0.05387,-0.253345 0.0086,-0.158239 -0.004,-0.307694 -0.02986,-0.449392 -0.02551,-0.139874 -0.06389,-0.271885 -0.107326,-0.394586 -0.08394,-0.237144 -0.199045,-0.469942 -0.281697,-0.64641 -0.0031,-0.0066 -0.0063,-0.01311 -0.0097,-0.01956 -0.270648,-0.520417 -0.546162,-0.993623 -0.88926,-1.421449 -0.02868,-0.04098 -0.0645,-0.08275 -0.109364,-0.12121 -0.06335,-0.05431 -0.134871,-0.09349 -0.210224,-0.117527 -0.07588,-0.0242 -0.142203,-0.02875 -0.186353,-0.02888 -0.04216,-1.26e-4 -0.07976,0.0043 -0.08399,0.0047 -0.01041,0.0011 -0.0014,-7.07e-4 0.02414,-7.81e-4 0.02873,-8.3e-5 0.07497,0.0029 0.129462,0.0199 0.06327,0.01967 0.116431,0.05144 0.157937,0.08694 0.04547,0.03889 0.07068,0.07677 0.08172,0.09511 a 0.52530595,0.52530595 90 0 0 -0.8999,0.542186 c 0.02684,0.04454 0.0697,0.105016 0.135305,0.161125 0.05849,0.05002 0.129782,0.092 0.212979,0.117869 0.07225,0.02247 0.136907,0.02762 0.185539,0.02748 0.03993,-1.16e-4 0.07523,-0.0042 0.08081,-0.0048 0.0086,-8.92e-4 9.82e-4,9.48e-4 -0.02713,8.65e-4 -0.02579,-7.7e-5 -0.07305,-0.0027 -0.129759,-0.02079 -0.05702,-0.01819 -0.109792,-0.0476 -0.154315,-0.08577 -0.04072,-0.03491 -0.06565,-0.06948 -0.07935,-0.09197 l 0.04031,0.05722 c 0.28351,0.350306 0.52412,0.755253 0.784383,1.254978 0.09499,0.202522 0.177115,0.369246 0.238027,0.541334 0.02955,0.08349 0.05099,0.160283 0.06416,0.232511 0.01319,0.07235 0.01787,0.13893 0.01447,0.201941 9.55e-4,-0.01645 0.0044,-0.03844 0.01442,-0.06463 0.01028,-0.02674 0.02496,-0.05122 0.04209,-0.07189 0.01665,-0.0201 0.03318,-0.03354 0.04423,-0.04113 0.01123,-0.0077 0.01693,-0.0099 0.01665,-0.0098 -5.83e-4,2.45e-4 -0.02578,0.0086 -0.06142,0.01452 -0.03981,0.0066 -0.08423,0.01091 -0.137225,0.01542 -0.386155,0.03251 -0.757222,-0.0377 -1.08362,-0.138365 -0.184535,-0.05691 -0.358222,-0.124767 -0.512076,-0.191386 -0.202696,-0.08777 -0.400982,-0.186435 -0.591329,-0.287486 -1.770418,-0.975687 -3.5036,-2.665688 -4.017904,-3.149653 a 0.52530595,0.52530595 90 0 0 -0.719984,0.76512 z"
id="path-1-21-8-5"
inkscape:path-effect="#path-effect44523-4-0;#path-effect44525-0-9"
inkscape:original-d="m -64.08733,17.930444 c 1.341321,1.261767 4.674365,4.417163 6.934039,3.852244 0.837969,-0.209492 -0.744734,-2.635836 -0.980571,-2.871673 -0.161876,-0.161876 -0.06287,0.05803 -0.222764,-0.101865"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
sodipodi:nodetypes="cssc" />
<circle
style="fill:#ffff00;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path45307-4-5"
cx="-64.15789"
cy="17.975683"
r="1.0517688" />
<rect
style="fill:#ffff00;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect45361-5-4"
width="0.95615339"
height="0.81273037"
x="-32.877365"
y="-52.515896"
transform="rotate(-75.935313)" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.3 KiB

View file

@ -1,122 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/shovel.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="3.4785843"
inkscape:cx="65.687643"
inkscape:cy="46.57067"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2">
<inkscape:path-effect
effect="simplify"
id="path-effect44523-4-3-6"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.0047745358"
smooth_angles="0"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false"
step="1" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect44525-0-1-1"
is_visible="true"
lpeversion="1"
offset_points="1.2688037,0.52530595"
not_jump="true"
sort_points="true"
interpolator_type="CentripetalCatmullRom"
interpolator_beta="0.75"
start_linecap_type="round"
linejoin_type="spiro"
miter_limit="4"
scale_width="1"
end_linecap_type="round" />
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g45369-0-0"
transform="matrix(0.86109026,0,0,0.86109026,62.004748,-10.621594)">
<path
id="rect41826-8-08"
style="fill:#ff0000;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;paint-order:markers stroke fill"
d="m -70.368804,15.616909 12.292699,-0.140082 -2.311347,9.527354 h -8.020209 z"
sodipodi:nodetypes="ccccc" />
<ellipse
style="fill:#ff0000;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path43697-7-0"
cx="-64.437531"
cy="25.109625"
rx="3.9923253"
ry="1.5058771" />
<rect
style="fill:#e40000;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect43699-3-4"
width="13.23771"
height="1.3307751"
x="-70.811249"
y="14.638526" />
<path
d="m -64.447488,18.312848 c 0.449919,0.423745 2.259412,2.193077 4.140886,3.255396 0.209075,0.114109 0.431268,0.228735 0.665535,0.334561 0.175969,0.07949 0.383567,0.165294 0.611065,0.240927 0.394824,0.131262 0.899455,0.249284 1.461476,0.227565 0.01159,-4.48e-4 0.02316,-0.0013 0.03469,-0.0025 0.03774,-0.004 0.21089,-0.01661 0.322597,-0.03499 0.06605,-0.01087 0.143456,-0.02736 0.224883,-0.05489 0.07947,-0.02687 0.165594,-0.06517 0.251165,-0.121384 0.03069,-0.02016 0.05919,-0.0435 0.08502,-0.0696 0.109473,-0.110663 0.181088,-0.239075 0.221917,-0.371888 0.03892,-0.12662 0.0473,-0.24834 0.04378,-0.352172 -0.0035,-0.102255 -0.0189,-0.197117 -0.03515,-0.275695 -0.01591,-0.07695 -0.03547,-0.151071 -0.04886,-0.203089 -0.0024,-0.0094 -0.0051,-0.01872 -0.008,-0.02797 -0.237326,-0.747249 -0.641527,-1.409903 -1.022972,-1.979653 -0.02636,-0.04116 -0.05844,-0.09015 -0.09482,-0.139693 -0.03899,-0.0531 -0.08684,-0.112292 -0.144529,-0.168914 -0.06021,-0.0591 -0.136068,-0.120274 -0.2298,-0.168666 -0.10151,-0.05241 -0.217316,-0.08623 -0.343775,-0.09036 l 0.34464,0.14415 c -0.01163,-0.01104 -0.02118,-0.02012 -0.02707,-0.02571 a 0.52530595,0.52530595 90 0 0 -0.723544,0.761754 c 0.0059,0.0056 0.01545,0.01467 0.02707,0.02571 0.04663,0.04429 0.09632,0.08712 0.155649,0.111934 0.05933,0.02482 0.124716,0.03012 0.188991,0.03222 -0.0425,-0.0014 -0.07868,-0.01312 -0.10393,-0.02616 -0.02187,-0.01129 -0.02827,-0.01911 -0.02415,-0.01507 0.0049,0.0048 0.01594,0.01686 0.03363,0.04095 0.01722,0.02346 0.03575,0.05135 0.05946,0.08845 0.002,0.0032 0.0041,0.0063 0.0062,0.0095 0.367553,0.548694 0.701478,1.107381 0.893339,1.704194 0.01386,0.05377 0.02481,0.09634 0.03365,0.139141 0.0095,0.04575 0.01327,0.07723 0.014,0.09866 7.26e-4,0.0214 -0.0021,0.02115 0.002,0.0078 0.0054,-0.01741 0.01728,-0.03993 0.03542,-0.05826 0.02583,-0.02611 0.05432,-0.04944 0.08502,-0.0696 0.0018,-0.0012 -9.7e-5,5.74e-4 -0.01078,0.0042 -0.01175,0.004 -0.03028,0.0088 -0.05898,0.01349 -0.05652,0.0093 -0.142852,0.01475 -0.24326,0.02489 -0.387296,0.01239 -0.754286,-0.06914 -1.073488,-0.17526 -0.184316,-0.06128 -0.357275,-0.132431 -0.509998,-0.201421 -0.202907,-0.09166 -0.400519,-0.193308 -0.588225,-0.295696 -1.739209,-0.98206 -3.447312,-2.646636 -3.930394,-3.101616 a 0.52530595,0.52530595 90 0 0 -0.720316,0.764808 z"
id="path-1-21-8-7"
inkscape:path-effect="#path-effect44523-4-3-6;#path-effect44525-0-1-1"
inkscape:original-d="m -64.08733,17.930444 c 1.341321,1.261767 4.674365,4.417163 6.934039,3.852244 0.837969,-0.209492 -0.744734,-2.635836 -0.980571,-2.871673 -0.161876,-0.161876 -0.06287,0.05803 -0.222764,-0.101865"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
sodipodi:nodetypes="cssc" />
<circle
style="fill:#ffff00;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path45307-4-6"
cx="-64.15789"
cy="17.975683"
r="1.0517688" />
<rect
style="fill:#ffff00;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect45361-5-1"
width="0.95615339"
height="0.81273037"
x="-32.877365"
y="-52.515896"
transform="rotate(-75.935313)" />
</g>
<path
id="path48232"
style="fill:#006fff;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 1.7965119,12.430215 c 1.1777985,0.367751 2.4050532,-0.274807 2.7413647,-1.435105 0,0 0.5548817,-2.4288791 0.63304,-2.4572193 L 3.5777095,8.040556 4.4834606,4.9138466 C 5.094309,4.9055395 5.6470031,4.5125924 5.8242191,3.9011051 L 6.2439787,2.2847312 3.4838493,1.4231277 3.0387605,2.9596042 l 0.00268,8.377e-4 c -0.00781,0.021536 -0.015039,0.043287 -0.021776,0.065201 -0.171278,0.5915274 0.059409,1.2136405 0.531835,1.5765229 L 2.6402308,7.7479254 0.97796149,7.2290305 0.30171086,9.5634919 l 0.004025,0.00126 c -0.0117809,0.032753 -0.0227913,0.065654 -0.0329914,0.098965 -0.33596273,1.1602861 0.3462564,2.3988321 1.52388804,2.7665881 z m 3.3743773,-3.8923739 0.00476,0.00142 c -0.00123,-0.00182 -0.00307,-0.00217 -0.00476,-0.00142 z M 4.1902969,4.0949865 C 3.7478182,3.9568145 3.4915918,3.4911032 3.6179569,3.0547144 c 0.00392,-0.012532 0.00807,-0.025 0.012549,-0.037347 l -0.00157,-4.814e-4 0.254295,-0.8778376 1.5770645,0.4922964 c 0,0 -0.2015046,0.9705667 -0.2398514,0.9236055 C 5.0939929,3.9913105 4.6328229,4.2330797 4.1903193,4.0949948 Z" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8 KiB

View file

@ -1,134 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/bucketmaker.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="3.4785843"
inkscape:cx="65.687643"
inkscape:cy="46.57067"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2">
<inkscape:path-effect
effect="simplify"
id="path-effect44523-4-3-6-8"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.0047745358"
smooth_angles="0"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false"
step="1" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect44525-0-1-1-1"
is_visible="true"
lpeversion="1"
offset_points="1.2688037,0.52530595"
not_jump="true"
sort_points="true"
interpolator_type="CentripetalCatmullRom"
interpolator_beta="0.75"
start_linecap_type="round"
linejoin_type="spiro"
miter_limit="4"
scale_width="1"
end_linecap_type="round" />
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#e6e6e6;fill-opacity:1;stroke:#838390;stroke-width:0.764057;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect28545-6"
width="12.46511"
height="12.46511"
x="0.38202849"
y="0.38202849"
rx="1.246511" />
<g
id="g53021"
transform="matrix(0.8413303,0,0,0.8413303,-3.702147,-31.120076)">
<g
id="g45369-0-0"
transform="matrix(0.86109026,0,0,0.86109026,67.965619,27.667077)">
<path
id="rect41826-8-08"
style="fill:#ff0000;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;paint-order:markers stroke fill"
d="m -70.368804,15.616909 12.292699,-0.140082 -2.311347,9.527354 h -8.020209 z"
sodipodi:nodetypes="ccccc" />
<ellipse
style="fill:#ff0000;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path43697-7-0"
cx="-64.437531"
cy="25.109625"
rx="3.9923253"
ry="1.5058771" />
<rect
style="fill:#e40000;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect43699-3-4"
width="13.23771"
height="1.3307751"
x="-70.811249"
y="14.638526" />
<path
d="m -64.447245,18.313076 c 0.479799,0.451313 2.335486,2.268677 4.270477,3.326014 0.215651,0.113531 0.442676,0.225604 0.681478,0.327255 0.180813,0.07697 0.394194,0.159014 0.627798,0.228588 0.399883,0.119097 0.906836,0.216663 1.465057,0.163184 0.105859,7.16e-4 0.215706,-0.01322 0.323512,-0.04374 0.115791,-0.03278 0.239756,-0.08782 0.352962,-0.174399 0.109948,-0.08409 0.215677,-0.202983 0.281718,-0.361529 0.03219,-0.07728 0.05327,-0.160232 0.06151,-0.247175 0.0073,-0.07749 0.0042,-0.155005 -0.0082,-0.231335 -0.03782,-0.339513 -0.141247,-0.650163 -0.264496,-0.932059 -0.12269,-0.280615 -0.273923,-0.551043 -0.39912,-0.780692 -0.0041,-0.0075 -0.0084,-0.01492 -0.01283,-0.02222 -0.09856,-0.161499 -0.199859,-0.339422 -0.3142,-0.516699 -0.124039,-0.192312 -0.260245,-0.378547 -0.425499,-0.548145 -0.0365,-0.03746 -0.0784,-0.06927 -0.124295,-0.09435 -0.05765,-0.03151 -0.11706,-0.05205 -0.175656,-0.06343 -0.05952,-0.01156 -0.110917,-0.01227 -0.148256,-0.01045 -0.03648,0.0018 -0.06678,0.0065 -0.07489,0.0078 -0.01656,0.0025 -0.0033,3.42e-4 0.0091,-8.13e-4 0.01829,-0.0017 0.05355,-0.0037 0.09819,0.0023 0.05128,0.0069 0.103363,0.02276 0.152627,0.0485 0.05335,0.02787 0.09109,0.06085 0.115342,0.08622 0.02748,0.02875 0.04299,0.05334 0.04901,0.0634 a 0.52530595,0.52530595 90 0 0 -0.901306,0.539844 c 0.01943,0.03243 0.04948,0.07735 0.09283,0.122702 0.03763,0.03937 0.08934,0.08334 0.157597,0.119001 0.06253,0.03267 0.128258,0.05276 0.194028,0.06159 0.05794,0.0078 0.10673,0.0056 0.13945,0.0025 0.03065,-0.0029 0.04798,-0.0061 0.05089,-0.0065 0.0027,-4.18e-4 -0.0075,0.0017 -0.03178,0.0029 -0.02304,0.0011 -0.05936,9.2e-4 -0.103163,-0.0076 -0.04346,-0.0084 -0.08694,-0.02364 -0.127865,-0.04601 -0.04589,-0.02508 -0.0878,-0.05689 -0.124295,-0.09435 0.09903,0.101638 0.192497,0.225371 0.295074,0.384408 0.09188,0.142446 0.186294,0.307315 0.293573,0.483512 0.132047,0.242079 0.254324,0.462187 0.352842,0.687517 0.09893,0.226281 0.162962,0.434477 0.184167,0.638623 0.0015,0.01459 0.0036,0.02912 0.0064,0.04353 -0.0013,-0.0069 -0.0028,-0.02035 -0.0011,-0.03871 0.0018,-0.01872 0.0066,-0.03851 0.01459,-0.05773 0.01663,-0.03992 0.03991,-0.06139 0.04988,-0.06902 0.0093,-0.0071 0.01021,-0.0051 -9.28e-4,-0.002 -0.01107,0.0031 -0.02363,0.0044 -0.03359,0.0039 -0.02668,-0.0012 -0.05341,-4.16e-4 -0.07997,0.0024 -0.387243,0.04141 -0.760171,-0.02392 -1.088925,-0.121836 -0.18588,-0.05536 -0.360997,-0.122297 -0.516197,-0.188361 -0.204464,-0.08704 -0.404516,-0.185446 -0.596489,-0.286445 -1.783104,-0.974417 -3.530918,-2.679856 -4.047122,-3.165412 a 0.52530595,0.52530595 90 0 0 -0.71983,0.765264 z"
id="path-1-21-8-7"
inkscape:path-effect="#path-effect44523-4-3-6-8;#path-effect44525-0-1-1-1"
inkscape:original-d="m -64.08733,17.930444 c 1.341321,1.261767 4.674365,4.417163 6.934039,3.852244 0.837969,-0.209492 -0.744734,-2.635836 -0.980571,-2.871673 -0.161876,-0.161876 -0.06287,0.05803 -0.222764,-0.101865"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
sodipodi:nodetypes="cssc" />
<circle
style="fill:#ffff00;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path45307-4-6"
cx="-64.15789"
cy="17.975683"
r="1.0517688" />
<rect
style="fill:#ffff00;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect45361-5-1"
width="0.95615339"
height="0.81273037"
x="-32.877365"
y="-52.515896"
transform="rotate(-75.935313)" />
</g>
<path
id="path48232"
style="fill:#006fff;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 7.757383,50.718886 c 1.1777985,0.367751 2.405053,-0.274807 2.741365,-1.435105 0,0 0.554881,-2.428879 0.63304,-2.457219 L 9.5385806,46.329227 10.444332,43.202518 c 0.610848,-0.0083 1.163542,-0.401255 1.340758,-1.012742 l 0.41976,-1.616374 -2.7601296,-0.861603 -0.4450888,1.536476 0.00268,8.38e-4 c -0.00781,0.02154 -0.015039,0.04329 -0.021776,0.0652 -0.171278,0.591527 0.059409,1.21364 0.531835,1.576523 l -0.9112687,3.145759 -1.6622693,-0.518894 -0.6762506,2.334461 0.00402,0.0013 c -0.011781,0.03275 -0.022791,0.06565 -0.032991,0.09896 -0.3359628,1.160286 0.3462564,2.398832 1.523888,2.766588 z m 3.374377,-3.892374 0.0048,0.0014 c -0.0012,-0.0018 -0.0031,-0.0022 -0.0048,-0.0014 z m -0.980592,-4.442855 c -0.4424787,-0.138171 -0.6987051,-0.603883 -0.57234,-1.040272 0.00392,-0.01253 0.00807,-0.025 0.012549,-0.03735 l -0.00157,-4.81e-4 0.254295,-0.877838 1.577064,0.492297 c 0,0 -0.201504,0.970567 -0.239851,0.923605 -0.126451,0.43636 -0.587621,0.67813 -1.030125,0.540045 z" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.8 KiB

View file

@ -1,50 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/stuffingmaker.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9225905"
inkscape:cx="54.873881"
inkscape:cy="-1.0402631"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="path619-0"
style="fill:#ff0000;fill-opacity:1;stroke:#010000;stroke-width:0.696689;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="M 6.8642348,0.96395118 A 5.6167291,5.6167291 0 0 0 1.2475248,6.5806622 5.6167291,5.6167291 0 0 0 6.8642348,12.197372 5.6167291,5.6167291 0 0 0 12.480946,6.5806622 5.6167291,5.6167291 0 0 0 6.8642348,0.96395118 Z m 2.264577,1.36037902 a 1.9913912,1.9913912 0 0 1 1.9914142,1.991413 1.9913912,1.9913912 0 0 1 -1.9914142,1.991413 1.9913912,1.9913912 0 0 1 -1.991413,-1.991413 1.9913912,1.9913912 0 0 1 1.991413,-1.991413 z m -4.484251,0.04558 a 1.9913912,1.9913912 0 0 1 1.991413,1.991413 1.9913912,1.9913912 0 0 1 -1.991413,1.991073 1.9913912,1.9913912 0 0 1 -1.991414,-1.991073 1.9913912,1.9913912 0 0 1 1.991414,-1.991413 z m 4.484251,4.212447 a 1.9913912,1.9913912 0 0 1 1.9914142,1.991413 1.9913912,1.9913912 0 0 1 -1.9914142,1.9914128 1.9913912,1.9913912 0 0 1 -1.991413,-1.9914128 1.9913912,1.9913912 0 0 1 1.991413,-1.991413 z m -4.439008,0.181317 a 1.9913912,1.9913912 0 0 1 1.991414,1.991073 1.9913912,1.9913912 0 0 1 -1.991414,1.9914128 1.9913912,1.9913912 0 0 1 -1.991413,-1.9914128 1.9913912,1.9913912 0 0 1 1.991413,-1.991073 z" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -1,58 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/button.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9225905"
inkscape:cx="54.873881"
inkscape:cy="-1.0402631"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#e6e6e6;fill-opacity:1;stroke:#838390;stroke-width:0.764057;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect28545-6"
width="12.46511"
height="12.46511"
x="0.38202921"
y="0.38202849"
rx="1.246511" />
<path
id="path619-0"
style="fill:#ff0000;fill-opacity:1;stroke:#010000;stroke-width:0.696689;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="M 6.8642348,0.96395118 A 5.6167291,5.6167291 0 0 0 1.2475248,6.5806622 5.6167291,5.6167291 0 0 0 6.8642348,12.197372 5.6167291,5.6167291 0 0 0 12.480946,6.5806622 5.6167291,5.6167291 0 0 0 6.8642348,0.96395118 Z m 2.264577,1.36037902 a 1.9913912,1.9913912 0 0 1 1.9914142,1.991413 1.9913912,1.9913912 0 0 1 -1.9914142,1.991413 1.9913912,1.9913912 0 0 1 -1.991413,-1.991413 1.9913912,1.9913912 0 0 1 1.991413,-1.991413 z m -4.484251,0.04558 a 1.9913912,1.9913912 0 0 1 1.991413,1.991413 1.9913912,1.9913912 0 0 1 -1.991413,1.991073 1.9913912,1.9913912 0 0 1 -1.991414,-1.991073 1.9913912,1.9913912 0 0 1 1.991414,-1.991413 z m 4.484251,4.212447 a 1.9913912,1.9913912 0 0 1 1.9914142,1.991413 1.9913912,1.9913912 0 0 1 -1.9914142,1.9914128 1.9913912,1.9913912 0 0 1 -1.991413,-1.9914128 1.9913912,1.9913912 0 0 1 1.991413,-1.991413 z m -4.439008,0.181317 a 1.9913912,1.9913912 0 0 1 1.991414,1.991073 1.9913912,1.9913912 0 0 1 -1.991414,1.9914128 1.9913912,1.9913912 0 0 1 -1.991413,-1.9914128 1.9913912,1.9913912 0 0 1 1.991413,-1.991073 z" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -1,300 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/circuitmaker.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9225905"
inkscape:cx="54.873881"
inkscape:cy="-1.0402631"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g14758-2"
transform="matrix(0.63507814,0,0,0.63507814,66.697487,21.4137)">
<rect
style="fill:#008100;fill-opacity:1;stroke:#015800;stroke-width:1.05833;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect2937-2"
width="16.927031"
height="16.927031"
x="-103.07599"
y="-31.789791"
rx="0.52916664"
ry="0.52916664" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-7"
width="0.49474049"
height="5.2566171"
x="-94.866463"
y="-30.859426"
rx="0.26458338" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-1"
width="0.49474052"
height="4.8237195"
x="-93.938828"
y="-30.333771"
rx="0.26458341" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-7-52"
width="0.49474069"
height="3.2776561"
x="-93.196716"
y="-28.694942"
rx="0.2645835" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-7-5-1"
width="0.49474069"
height="3.2776561"
x="-96.350685"
y="-28.725863"
rx="0.2645835" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-7-7-1"
width="0.49474069"
height="3.2776561"
x="-88.001945"
y="-28.602179"
rx="0.2645835" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-7-7-8-0"
width="0.49474034"
height="6.0605702"
x="-87.878258"
y="-22.479765"
rx="0.26458332" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-7-7-8-2-1"
width="0.49474058"
height="3.5868685"
x="-93.444092"
y="-20.593569"
rx="0.26458347" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-7-7-8-2-6-8"
width="0.49474058"
height="3.5868685"
x="-97.58754"
y="-19.85146"
rx="0.26458347" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-7-7-8-2-8-7"
width="0.49474058"
height="3.5868685"
x="-99.87571"
y="-22.943584"
rx="0.26458347" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-7-7-8-2-9-6"
width="0.49473983"
height="11.193501"
x="-101.29809"
y="-27.581778"
rx="0.26458308" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-7-7-8-2-9-8-0"
width="0.49474058"
height="3.5250261"
x="-100.30862"
y="-27.705462"
rx="0.26458347" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-8-0"
width="0.49472937"
height="3.5251164"
x="-32.42971"
y="91.079651"
rx="0.26457745"
transform="matrix(0.00743825,0.99997234,-0.99990788,0.01357339,0,0)" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-8-4-9"
width="0.49472395"
height="2.7212634"
x="-32.052433"
y="91.080261"
rx="0.26457453"
transform="matrix(0.00574177,0.99998352,-0.99984541,0.01758294,0,0)" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-8-4-2-56"
width="0.49472889"
height="3.4632816"
x="-25.2423"
y="88.508125"
rx="0.26457718"
transform="matrix(0.00730776,0.9999733,-0.99990456,0.01381574,0,0)" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-8-4-2-5-2"
width="0.49472323"
height="2.5975995"
x="-21.788242"
y="97.115021"
rx="0.26457417"
transform="matrix(0.00548077,0.99998498,-0.99983034,0.01842001,0,0)" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-8-4-2-4-8"
width="0.49472889"
height="3.4632816"
x="-25.094913"
y="95.745461"
rx="0.26457718"
transform="matrix(0.00730776,0.9999733,-0.99990456,0.01381574,0,0)" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-8-4-2-0-5"
width="0.49472889"
height="3.4632816"
x="-18.011745"
y="97.838226"
rx="0.26457718"
transform="matrix(0.00730776,0.9999733,-0.99990456,0.01381574,0,0)" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-8-4-8-9"
width="0.49474952"
height="5.5657978"
x="-29.408934"
y="87.229904"
rx="0.26458821"
transform="matrix(0.01174441,0.99993103,-0.99996305,0.00859675,0,0)" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-8-4-8-4-4"
width="0.49473175"
height="3.8343098"
x="-29.974941"
y="95.622993"
rx="0.2645787"
transform="matrix(0.00809075,0.99996727,-0.99992214,0.01247885,0,0)" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-8-4-8-4-5-3"
width="0.49472928"
height="3.5251245"
x="-17.903791"
y="87.074791"
rx="0.26457739"
transform="matrix(0.00743827,0.99997234,-0.99990788,0.01357336,0,0)" />
<circle
style="fill:#ffffff;fill-opacity:1;stroke:#b08200;stroke-width:0.41395;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path13928-9"
cx="-102.38033"
cy="-31.137722"
r="0.4595851" />
<circle
style="fill:#ffffff;fill-opacity:1;stroke:#b08200;stroke-width:0.41395;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path13928-2-0"
cx="-86.950623"
cy="-31.044958"
r="0.4595851" />
<circle
style="fill:#ffffff;fill-opacity:1;stroke:#b08200;stroke-width:0.41395;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path13928-2-2-5"
cx="-86.826935"
cy="-15.522479"
r="0.4595851" />
<circle
style="fill:#ffffff;fill-opacity:1;stroke:#b08200;stroke-width:0.41395;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path13928-2-2-6-6"
cx="-102.41125"
cy="-15.584321"
r="0.4595851" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#010000;stroke-width:0.606458;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect7151-6-3"
width="2.4308338"
height="2.6782038"
x="-88.90815"
y="-25.024797"
rx="0.14444345" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#010000;stroke-width:0.484197;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect7151-6-7-6"
width="2.5530944"
height="1.6254561"
x="-91.133766"
y="-30.93005"
rx="0.15170835" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#010000;stroke-width:1.05833;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect7151-3"
width="4.4526634"
height="4.4526634"
x="-96.721748"
y="-25.47913"
rx="0.26458332" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#010000;stroke-width:0.399144;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect7151-6-7-7-0"
width="1.6486663"
height="1.7105087"
x="-101.38032"
y="-29.488354"
rx="0.097965993" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#010000;stroke-width:0.399144;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect7151-6-7-7-7-8"
width="1.6486663"
height="1.7105087"
x="-100.32899"
y="-24.417265"
rx="0.097965993" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#010000;stroke-width:0.669161;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect7151-6-5-4"
width="7.006321"
height="1.1312789"
x="-98.184097"
y="-17.139441"
rx="0.41632515" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 13 KiB

View file

@ -1,308 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/consolemaker.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9225905"
inkscape:cx="54.873881"
inkscape:cy="-1.0402631"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#e6e6e6;fill-opacity:1;stroke:#838390;stroke-width:0.764057;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect28545-6"
width="12.46511"
height="12.46511"
x="0.38202849"
y="0.38202849"
rx="1.246511" />
<g
id="g14758-2"
transform="matrix(0.63507814,0,0,0.63507814,66.67092,21.438206)">
<rect
style="fill:#008100;fill-opacity:1;stroke:#015800;stroke-width:1.05833;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect2937-2"
width="16.927031"
height="16.927031"
x="-103.07599"
y="-31.789791"
rx="0.52916664"
ry="0.52916664" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-7"
width="0.49474049"
height="5.2566171"
x="-94.866463"
y="-30.859426"
rx="0.26458338" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-1"
width="0.49474052"
height="4.8237195"
x="-93.938828"
y="-30.333771"
rx="0.26458341" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-7-52"
width="0.49474069"
height="3.2776561"
x="-93.196716"
y="-28.694942"
rx="0.2645835" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-7-5-1"
width="0.49474069"
height="3.2776561"
x="-96.350685"
y="-28.725863"
rx="0.2645835" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-7-7-1"
width="0.49474069"
height="3.2776561"
x="-88.001945"
y="-28.602179"
rx="0.2645835" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-7-7-8-0"
width="0.49474034"
height="6.0605702"
x="-87.878258"
y="-22.479765"
rx="0.26458332" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-7-7-8-2-1"
width="0.49474058"
height="3.5868685"
x="-93.444092"
y="-20.593569"
rx="0.26458347" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-7-7-8-2-6-8"
width="0.49474058"
height="3.5868685"
x="-97.58754"
y="-19.85146"
rx="0.26458347" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-7-7-8-2-8-7"
width="0.49474058"
height="3.5868685"
x="-99.87571"
y="-22.943584"
rx="0.26458347" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-7-7-8-2-9-6"
width="0.49473983"
height="11.193501"
x="-101.29809"
y="-27.581778"
rx="0.26458308" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-1-7-7-8-2-9-8-0"
width="0.49474058"
height="3.5250261"
x="-100.30862"
y="-27.705462"
rx="0.26458347" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-8-0"
width="0.49472937"
height="3.5251164"
x="-32.42971"
y="91.079651"
rx="0.26457745"
transform="matrix(0.00743825,0.99997234,-0.99990788,0.01357339,0,0)" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-8-4-9"
width="0.49472395"
height="2.7212634"
x="-32.052433"
y="91.080261"
rx="0.26457453"
transform="matrix(0.00574177,0.99998352,-0.99984541,0.01758294,0,0)" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-8-4-2-56"
width="0.49472889"
height="3.4632816"
x="-25.2423"
y="88.508125"
rx="0.26457718"
transform="matrix(0.00730776,0.9999733,-0.99990456,0.01381574,0,0)" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-8-4-2-5-2"
width="0.49472323"
height="2.5975995"
x="-21.788242"
y="97.115021"
rx="0.26457417"
transform="matrix(0.00548077,0.99998498,-0.99983034,0.01842001,0,0)" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-8-4-2-4-8"
width="0.49472889"
height="3.4632816"
x="-25.094913"
y="95.745461"
rx="0.26457718"
transform="matrix(0.00730776,0.9999733,-0.99990456,0.01381574,0,0)" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-8-4-2-0-5"
width="0.49472889"
height="3.4632816"
x="-18.011745"
y="97.838226"
rx="0.26457718"
transform="matrix(0.00730776,0.9999733,-0.99990456,0.01381574,0,0)" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-8-4-8-9"
width="0.49474952"
height="5.5657978"
x="-29.408934"
y="87.229904"
rx="0.26458821"
transform="matrix(0.01174441,0.99993103,-0.99996305,0.00859675,0,0)" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-8-4-8-4-4"
width="0.49473175"
height="3.8343098"
x="-29.974941"
y="95.622993"
rx="0.2645787"
transform="matrix(0.00809075,0.99996727,-0.99992214,0.01247885,0,0)" />
<rect
style="fill:#ab8011;fill-opacity:1;stroke:#010000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect9920-8-4-8-4-5-3"
width="0.49472928"
height="3.5251245"
x="-17.903791"
y="87.074791"
rx="0.26457739"
transform="matrix(0.00743827,0.99997234,-0.99990788,0.01357336,0,0)" />
<circle
style="fill:#ffffff;fill-opacity:1;stroke:#b08200;stroke-width:0.41395;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path13928-9"
cx="-102.38033"
cy="-31.137722"
r="0.4595851" />
<circle
style="fill:#ffffff;fill-opacity:1;stroke:#b08200;stroke-width:0.41395;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path13928-2-0"
cx="-86.950623"
cy="-31.044958"
r="0.4595851" />
<circle
style="fill:#ffffff;fill-opacity:1;stroke:#b08200;stroke-width:0.41395;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path13928-2-2-5"
cx="-86.826935"
cy="-15.522479"
r="0.4595851" />
<circle
style="fill:#ffffff;fill-opacity:1;stroke:#b08200;stroke-width:0.41395;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path13928-2-2-6-6"
cx="-102.41125"
cy="-15.584321"
r="0.4595851" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#010000;stroke-width:0.606458;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect7151-6-3"
width="2.4308338"
height="2.6782038"
x="-88.90815"
y="-25.024797"
rx="0.14444345" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#010000;stroke-width:0.484197;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect7151-6-7-6"
width="2.5530944"
height="1.6254561"
x="-91.133766"
y="-30.93005"
rx="0.15170835" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#010000;stroke-width:1.05833;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect7151-3"
width="4.4526634"
height="4.4526634"
x="-96.721748"
y="-25.47913"
rx="0.26458332" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#010000;stroke-width:0.399144;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect7151-6-7-7-0"
width="1.6486663"
height="1.7105087"
x="-101.38032"
y="-29.488354"
rx="0.097965993" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#010000;stroke-width:0.399144;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect7151-6-7-7-7-8"
width="1.6486663"
height="1.7105087"
x="-100.32899"
y="-24.417265"
rx="0.097965993" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#010000;stroke-width:0.669161;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect7151-6-5-4"
width="7.006321"
height="1.1312789"
x="-98.184097"
y="-17.139441"
rx="0.41632515" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

View file

@ -1,51 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/plank.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9158497"
inkscape:cx="92.648188"
inkscape:cy="-32.361621"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="rect26869-0"
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:1.57447;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="M 8.9568575,2.8688672 H 8.2538855 C 8.0495925,3.4583436 7.4943565,3.8537437 6.8704826,3.8540297 6.246762,3.853566 5.6917407,3.458199 5.4874975,2.8688672 H 4.7494603 C 4.4662894,2.9756729 2.5610989,5.8144429 1.6495357,7.3947727 L 3.3067803,8.2755755 4.7494603,5.679504 V 8.9864795 H 8.9568575 V 5.3301048 L 10.67338,8.3169025 12.283036,7.3513591 C 11.28295,5.5599036 9.4517975,3.1529857 8.9568575,2.8688672 Z"
sodipodi:nodetypes="cccccccccccccc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2 KiB

View file

@ -1,59 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/wheelmaker.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9158497"
inkscape:cx="92.648188"
inkscape:cy="-32.361621"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#e6e6e6;fill-opacity:1;stroke:#838390;stroke-width:0.764057;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect28545"
width="12.46511"
height="12.46511"
x="0.38202825"
y="0.38202825"
rx="1.246511" />
<path
id="rect26869-0-1"
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:1.42336;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="M 8.3324321,3.8052463 H 7.6969286 C 7.5122429,4.3381476 7.0102962,4.6955987 6.4462993,4.6958572 5.882441,4.6954377 5.3806884,4.3380165 5.1960477,3.8052463 H 4.5288445 C 4.2728512,3.9018015 2.5505135,6.4681174 1.7264386,7.8967734 L 3.2246273,8.6930392 4.5288445,6.3461293 V 9.3357134 H 8.3324321 V 6.0302643 L 9.8842098,8.7303998 11.339377,7.8575261 C 10.435276,6.238008 8.7798697,4.0620967 8.3324321,3.8052463 Z"
sodipodi:nodetypes="cccccccccccccc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -1,110 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/buttonmaker.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9225905"
inkscape:cx="54.873881"
inkscape:cy="-1.0402631"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient22104">
<stop
style="stop-color:#707372;stop-opacity:1;"
offset="0"
id="stop22100" />
<stop
style="stop-color:#1b1819;stop-opacity:1;"
offset="1"
id="stop22102" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient22104"
id="radialGradient22106-3"
cx="36.744789"
cy="66.12191"
fx="36.744789"
fy="66.12191"
r="2.0348806"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-4.1611276,5.2592029)" />
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g23031-7"
transform="matrix(0.52986006,0,0,0.52986006,-7.0953885,-32.550915)">
<path
id="path19177-3"
style="fill:#000000;fill-opacity:1;stroke:#b08200;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 32.41766,67.193831 c -1.234059,5.77e-4 -2.402119,0.557366 -3.179651,1.51567 -0.03735,-0.0033 -0.07544,-0.0057 -0.113689,-0.0057 h -6.150012 c -0.778172,-0.94737 -1.939704,-1.496472 -3.165698,-1.49655 -2.009066,0.0032 -3.719398,1.462739 -4.038513,3.446302 l -0.01757,-0.0031 -0.343796,6.620655 c -0.0737,0.21366 -0.11159,0.438029 -0.112138,0.664042 -2.23e-4,1.133218 0.918337,2.052009 2.051555,2.052071 0.767351,-4.59e-4 1.470305,-0.429089 1.822111,-1.111043 l 0.01033,0.0083 2.621176,-4.008411 c 0.425287,-0.23589 0.80518,-0.545613 1.121895,-0.914673 h 6.200655 c 0.06064,0 0.120527,-0.0046 0.178801,-0.01292 0.221351,0.259733 0.474285,0.490794 0.752926,0.687813 0,0 2.829902,4.248451 2.80603,4.242635 l 0.0067,-0.0047 c 0.333779,0.729841 1.062458,1.198062 1.865002,1.198377 1.133017,-6.2e-5 2.051493,-0.918538 2.051555,-2.051555 -0.002,-0.06393 -0.007,-0.127736 -0.01499,-0.191202 L 36.50989,71.373905 c 0.0018,-0.02772 0.0034,-0.05545 0.0047,-0.0832 -9.2e-5,-2.262621 -1.834286,-4.096815 -4.096907,-4.096908 z"
sodipodi:nodetypes="ccscccccccccccsccccccccccc" />
<circle
style="fill:#ff0000;fill-opacity:1;stroke:#b08200;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path19753-2"
cx="19.826353"
cy="69.163277"
r="1.1276354" />
<circle
style="fill:#ffff00;fill-opacity:1;stroke:#b08200;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path19753-5-5"
cx="21.951302"
cy="71.492081"
r="1.1276354" />
<circle
style="fill:#0073ff;fill-opacity:1;stroke:#b08200;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path19753-5-9-6"
cx="17.450777"
cy="71.380142"
r="1.1276354" />
<circle
style="fill:#00ff00;fill-opacity:1;stroke:#b08200;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path19753-5-9-0-3"
cx="19.771206"
cy="73.597"
r="1.1276354" />
<circle
style="fill:url(#radialGradient22106-3);fill-opacity:1;stroke:#838283;stroke-width:0.264583;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path20051-4"
cx="32.58366"
cy="71.381111"
r="2.0348802" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.9 KiB

View file

@ -1,118 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/console.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9225905"
inkscape:cx="54.873881"
inkscape:cy="-1.0402631"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient22104">
<stop
style="stop-color:#707372;stop-opacity:1;"
offset="0"
id="stop22100" />
<stop
style="stop-color:#1b1819;stop-opacity:1;"
offset="1"
id="stop22102" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient22104"
id="radialGradient22106-3"
cx="36.744789"
cy="66.12191"
fx="36.744789"
fy="66.12191"
r="2.0348806"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-4.1611276,5.2592029)" />
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#e6e6e6;fill-opacity:1;stroke:#838390;stroke-width:0.764057;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect28545-6"
width="12.46511"
height="12.46511"
x="0.38202849"
y="0.38202849"
rx="1.246511" />
<g
id="g23031-7"
transform="matrix(0.52986006,0,0,0.52986006,-7.0953885,-32.550915)">
<path
id="path19177-3"
style="fill:#000000;fill-opacity:1;stroke:#b08200;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 32.41766,67.193831 c -1.234059,5.77e-4 -2.402119,0.557366 -3.179651,1.51567 -0.03735,-0.0033 -0.07544,-0.0057 -0.113689,-0.0057 h -6.150012 c -0.778172,-0.94737 -1.939704,-1.496472 -3.165698,-1.49655 -2.009066,0.0032 -3.719398,1.462739 -4.038513,3.446302 l -0.01757,-0.0031 -0.343796,6.620655 c -0.0737,0.21366 -0.11159,0.438029 -0.112138,0.664042 -2.23e-4,1.133218 0.918337,2.052009 2.051555,2.052071 0.767351,-4.59e-4 1.470305,-0.429089 1.822111,-1.111043 l 0.01033,0.0083 2.621176,-4.008411 c 0.425287,-0.23589 0.80518,-0.545613 1.121895,-0.914673 h 6.200655 c 0.06064,0 0.120527,-0.0046 0.178801,-0.01292 0.221351,0.259733 0.474285,0.490794 0.752926,0.687813 0,0 2.829902,4.248451 2.80603,4.242635 l 0.0067,-0.0047 c 0.333779,0.729841 1.062458,1.198062 1.865002,1.198377 1.133017,-6.2e-5 2.051493,-0.918538 2.051555,-2.051555 -0.002,-0.06393 -0.007,-0.127736 -0.01499,-0.191202 L 36.50989,71.373905 c 0.0018,-0.02772 0.0034,-0.05545 0.0047,-0.0832 -9.2e-5,-2.262621 -1.834286,-4.096815 -4.096907,-4.096908 z"
sodipodi:nodetypes="ccscccccccccccsccccccccccc" />
<circle
style="fill:#ff0000;fill-opacity:1;stroke:#b08200;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path19753-2"
cx="19.826353"
cy="69.163277"
r="1.1276354" />
<circle
style="fill:#ffff00;fill-opacity:1;stroke:#b08200;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path19753-5-5"
cx="21.951302"
cy="71.492081"
r="1.1276354" />
<circle
style="fill:#0073ff;fill-opacity:1;stroke:#b08200;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path19753-5-9-6"
cx="17.450777"
cy="71.380142"
r="1.1276354" />
<circle
style="fill:#00ff00;fill-opacity:1;stroke:#b08200;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path19753-5-9-0-3"
cx="19.771206"
cy="73.597"
r="1.1276354" />
<circle
style="fill:url(#radialGradient22106-3);fill-opacity:1;stroke:#838283;stroke-width:0.264583;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path20051-4"
cx="32.58366"
cy="71.381111"
r="2.0348802" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48"><path d="M30.25 42.75q-.95.45-1.9.1t-1.4-1.3l-6.35-13.6-5.9 8.25q-.65.9-1.675.55T12 35.3V7.1q0-.95.85-1.35.85-.4 1.6.15L36.6 23.3q.85.7.475 1.7t-1.425 1h-10.4l6.2 13.45q.45.95.1 1.9t-1.3 1.4Z" fill="white" stroke="black"/></svg>

Before

Width:  |  Height:  |  Size: 291 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48"><path d="M13.05 42q-1.2 0-2.1-.9-.9-.9-.9-2.1V10.5H9.5q-.65 0-1.075-.425Q8 9.65 8 9q0-.65.425-1.075Q8.85 7.5 9.5 7.5h7.9q0-.65.425-1.075Q18.25 6 18.9 6h10.2q.65 0 1.075.425.425.425.425 1.075h7.9q.65 0 1.075.425Q40 8.35 40 9q0 .65-.425 1.075-.425.425-1.075.425h-.55V39q0 1.2-.9 2.1-.9.9-2.1.9Zm5.3-8.8q0 .65.425 1.075.425.425 1.075.425.65 0 1.075-.425.425-.425.425-1.075V16.25q0-.65-.425-1.075-.425-.425-1.075-.425-.65 0-1.075.425-.425.425-.425 1.075Zm8.3 0q0 .65.425 1.075.425.425 1.075.425.65 0 1.075-.425.425-.425.425-1.075V16.25q0-.65-.425-1.075-.425-.425-1.075-.425-.65 0-1.075.425-.425.425-.425 1.075Z" fill="white" stroke="black"/></svg>

Before

Width:  |  Height:  |  Size: 706 B

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

View file

@ -1 +0,0 @@
var w={exports:{}};(function(g){var m=Object.prototype.hasOwnProperty,u="~";function h(){}Object.create&&(h.prototype=Object.create(null),new h().__proto__||(u=!1));function b(s,t,n){this.fn=s,this.context=t,this.once=n||!1}function x(s,t,n,r,l){if(typeof n!="function")throw new TypeError("The listener must be a function");var c=new b(n,r||s,l),o=u?u+t:t;return s._events[o]?s._events[o].fn?s._events[o]=[s._events[o],c]:s._events[o].push(c):(s._events[o]=c,s._eventsCount++),s}function y(s,t){--s._eventsCount===0?s._events=new h:delete s._events[t]}function f(){this._events=new h,this._eventsCount=0}f.prototype.eventNames=function(){var t=[],n,r;if(this._eventsCount===0)return t;for(r in n=this._events)m.call(n,r)&&t.push(u?r.slice(1):r);return Object.getOwnPropertySymbols?t.concat(Object.getOwnPropertySymbols(n)):t},f.prototype.listeners=function(t){var n=u?u+t:t,r=this._events[n];if(!r)return[];if(r.fn)return[r.fn];for(var l=0,c=r.length,o=new Array(c);l<c;l++)o[l]=r[l].fn;return o},f.prototype.listenerCount=function(t){var n=u?u+t:t,r=this._events[n];return r?r.fn?1:r.length:0},f.prototype.emit=function(t,n,r,l,c,o){var a=u?u+t:t;if(!this._events[a])return!1;var e=this._events[a],v=arguments.length,p,i;if(e.fn){switch(e.once&&this.removeListener(t,e.fn,void 0,!0),v){case 1:return e.fn.call(e.context),!0;case 2:return e.fn.call(e.context,n),!0;case 3:return e.fn.call(e.context,n,r),!0;case 4:return e.fn.call(e.context,n,r,l),!0;case 5:return e.fn.call(e.context,n,r,l,c),!0;case 6:return e.fn.call(e.context,n,r,l,c,o),!0}for(i=1,p=new Array(v-1);i<v;i++)p[i-1]=arguments[i];e.fn.apply(e.context,p)}else{var d=e.length,_;for(i=0;i<d;i++)switch(e[i].once&&this.removeListener(t,e[i].fn,void 0,!0),v){case 1:e[i].fn.call(e[i].context);break;case 2:e[i].fn.call(e[i].context,n);break;case 3:e[i].fn.call(e[i].context,n,r);break;case 4:e[i].fn.call(e[i].context,n,r,l);break;default:if(!p)for(_=1,p=new Array(v-1);_<v;_++)p[_-1]=arguments[_];e[i].fn.apply(e[i].context,p)}}return!0},f.prototype.on=function(t,n,r){return x(this,t,n,r,!1)},f.prototype.once=function(t,n,r){return x(this,t,n,r,!0)},f.prototype.removeListener=function(t,n,r,l){var c=u?u+t:t;if(!this._events[c])return this;if(!n)return y(this,c),this;var o=this._events[c];if(o.fn)o.fn===n&&(!l||o.once)&&(!r||o.context===r)&&y(this,c);else{for(var a=0,e=[],v=o.length;a<v;a++)(o[a].fn!==n||l&&!o[a].once||r&&o[a].context!==r)&&e.push(o[a]);e.length?this._events[c]=e.length===1?e[0]:e:y(this,c)}return this},f.prototype.removeAllListeners=function(t){var n;return t?(n=u?u+t:t,this._events[n]&&y(this,n)):(this._events=new h,this._eventsCount=0),this},f.prototype.off=f.prototype.removeListener,f.prototype.addListener=f.prototype.on,f.prefixed=u,f.EventEmitter=f,g.exports=f})(w);var E=w.exports;export{E};

View file

@ -1 +0,0 @@
import{_ as T,s as d,p as e,a as n,l as c,D as r,b as s,g as p}from"./index.67298ddd.js";import"./vue.dd1d82d0.js";import{b1 as v}from"./@vue.359f7754.js";/* empty css */import"./nanoevents.1080beb7.js";import"./lz-string.f2f3b7cf.js";import"./is-plain-object.906d88e8.js";import"./@pixi.051d1bd4.js";import"./eventemitter3.dc5195d7.js";import"./earcut.03899505.js";import"./url.1821b64b.js";import"./amator.8216e0d2.js";import"./bezier-easing.a990b400.js";import"./querystring.b35d81f8.js";import"./vue-toastification.7ec3a26c.js";import"./vue-next-select.d15705a0.js";import"./vue-panzoom.f6869ea5.js";import"./panzoom.9e1878dd.js";import"./wheel.f03080ac.js";import"./ngraph.events.083734c6.js";import"./vuedraggable.179e27ef.js";import"./sortablejs.e4e9a931.js";import"./vue-textarea-autosize.35804eaf.js";let o=null,l=null;function a(){const t=Date.now();let i=(t-e.time)/1e3;e.time=t;const m=i;if(n.lastTenTicks.push(m),n.lastTenTicks.length>10&&(n.lastTenTicks=n.lastTenTicks.slice(1)),(l==null?void 0:l.value)&&!e.keepGoing||n.hasNaN||(i=Math.max(i,0),e.devSpeed===0))return;if(c.value=!1,e.offlineTime!=null){if(r.gt(e.offlineTime,s.offlineLimit*3600)&&(e.offlineTime=s.offlineLimit*3600),r.gt(e.offlineTime,0)&&e.devSpeed!==0){const u=Math.max(e.offlineTime/10,i);e.offlineTime=e.offlineTime-u,i+=u}else e.devSpeed===0&&(e.offlineTime+=i);(!e.offlineProd||r.lt(e.offlineTime,0))&&(e.offlineTime=null)}if(i=Math.min(i,s.maxTickLength),e.devSpeed!=null&&(i*=e.devSpeed),Number.isFinite(i)||(i=1e308),r.eq(i,0))return;e.timePlayed+=i,Number.isFinite(e.timePlayed)||(e.timePlayed=1e308);let f=m;for(;f>1;)p.emit("update",i/m,1),f--;p.emit("update",i*f/m,f),d.unthrottled?(requestAnimationFrame(a),o!=null&&(clearInterval(o),o=null)):o==null&&(o=setInterval(a,50))}async function R(){l=(await T(()=>import("./index.67298ddd.js").then(function(t){return t.c}),["assets/index.67298ddd.js","assets/index.49bdd4af.css","assets/@fontsource.c175eac8.css","assets/vue.dd1d82d0.js","assets/amator.8216e0d2.js","assets/bezier-easing.a990b400.js","assets/@vue.359f7754.js","assets/nanoevents.1080beb7.js","assets/lz-string.f2f3b7cf.js","assets/is-plain-object.906d88e8.js","assets/@pixi.051d1bd4.js","assets/eventemitter3.dc5195d7.js","assets/earcut.03899505.js","assets/url.1821b64b.js","assets/querystring.b35d81f8.js","assets/vue-toastification.7ec3a26c.js","assets/vue-toastification.4b5f8ac8.css","assets/vue-next-select.d15705a0.js","assets/vue-next-select.9e6f4164.css","assets/vue-panzoom.f6869ea5.js","assets/panzoom.9e1878dd.js","assets/wheel.f03080ac.js","assets/ngraph.events.083734c6.js","assets/vuedraggable.179e27ef.js","assets/sortablejs.e4e9a931.js","assets/vue-textarea-autosize.35804eaf.js"])).hasWon,v(l,t=>{t&&p.emit("gameWon")}),d.unthrottled?requestAnimationFrame(a):o=setInterval(a,50)}export{R as startGameLoop};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,6 +0,0 @@
/*!
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
*
* Copyright (c) 2014-2017, Jon Schlinkert.
* Released under the MIT License.
*/function n(t){return Object.prototype.toString.call(t)==="[object Object]"}function o(t){var e,r;return n(t)===!1?!1:(e=t.constructor,e===void 0?!0:(r=e.prototype,!(n(r)===!1||r.hasOwnProperty("isPrototypeOf")===!1)))}export{o as i};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View file

@ -1,76 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/bucketpurple.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="0.42672839"
inkscape:cx="1135.3826"
inkscape:cy="691.30625"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#784421;stroke:#00a7ff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:6;paint-order:markers stroke fill"
id="rect524-7"
width="6.3454332"
height="12.690866"
x="3.5424182"
y="0.36970145"
ry="1.9036299"
rx="3.1727166" />
<ellipse
style="fill:#ffbf81;fill-opacity:1;stroke:#00a7ff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:6;paint-order:markers stroke fill"
id="path526-5"
cx="6.7776937"
cy="2.3647912"
rx="2.3006427"
ry="1.2401904" />
<ellipse
style="fill:#d67f39;fill-opacity:1;stroke:#00a7ff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:6;paint-order:markers stroke fill"
id="path526-7-3"
cx="6.8136473"
cy="2.3468168"
rx="1.5457444"
ry="0.80881977" />
<ellipse
style="fill:#a05a2c;fill-opacity:1;stroke:#00a7ff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:6;paint-order:markers stroke fill"
id="path526-7-2-9"
cx="6.849597"
cy="2.3468173"
rx="0.75489843"
ry="0.44934434" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -1 +0,0 @@
var O={exports:{}};(function(y){var U=function(){var _=String.fromCharCode,M="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",S="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-$",x={};function m(o,r){if(!x[o]){x[o]={};for(var c=0;c<o.length;c++)x[o][o.charAt(c)]=c}return x[o][r]}var d={compressToBase64:function(o){if(o==null)return"";var r=d._compress(o,6,function(c){return M.charAt(c)});switch(r.length%4){default:case 0:return r;case 1:return r+"===";case 2:return r+"==";case 3:return r+"="}},decompressFromBase64:function(o){return o==null?"":o==""?null:d._decompress(o.length,32,function(r){return m(M,o.charAt(r))})},compressToUTF16:function(o){return o==null?"":d._compress(o,15,function(r){return _(r+32)})+" "},decompressFromUTF16:function(o){return o==null?"":o==""?null:d._decompress(o.length,16384,function(r){return o.charCodeAt(r)-32})},compressToUint8Array:function(o){for(var r=d.compress(o),c=new Uint8Array(r.length*2),e=0,t=r.length;e<t;e++){var p=r.charCodeAt(e);c[e*2]=p>>>8,c[e*2+1]=p%256}return c},decompressFromUint8Array:function(o){if(o==null)return d.decompress(o);for(var r=new Array(o.length/2),c=0,e=r.length;c<e;c++)r[c]=o[c*2]*256+o[c*2+1];var t=[];return r.forEach(function(p){t.push(_(p))}),d.decompress(t.join(""))},compressToEncodedURIComponent:function(o){return o==null?"":d._compress(o,6,function(r){return S.charAt(r)})},decompressFromEncodedURIComponent:function(o){return o==null?"":o==""?null:(o=o.replace(/ /g,"+"),d._decompress(o.length,32,function(r){return m(S,o.charAt(r))}))},compress:function(o){return d._compress(o,16,function(r){return _(r)})},_compress:function(o,r,c){if(o==null)return"";var e,t,p={},w={},v="",A="",u="",h=2,a=3,f=2,l=[],n=0,s=0,i;for(i=0;i<o.length;i+=1)if(v=o.charAt(i),Object.prototype.hasOwnProperty.call(p,v)||(p[v]=a++,w[v]=!0),A=u+v,Object.prototype.hasOwnProperty.call(p,A))u=A;else{if(Object.prototype.hasOwnProperty.call(w,u)){if(u.charCodeAt(0)<256){for(e=0;e<f;e++)n=n<<1,s==r-1?(s=0,l.push(c(n)),n=0):s++;for(t=u.charCodeAt(0),e=0;e<8;e++)n=n<<1|t&1,s==r-1?(s=0,l.push(c(n)),n=0):s++,t=t>>1}else{for(t=1,e=0;e<f;e++)n=n<<1|t,s==r-1?(s=0,l.push(c(n)),n=0):s++,t=0;for(t=u.charCodeAt(0),e=0;e<16;e++)n=n<<1|t&1,s==r-1?(s=0,l.push(c(n)),n=0):s++,t=t>>1}h--,h==0&&(h=Math.pow(2,f),f++),delete w[u]}else for(t=p[u],e=0;e<f;e++)n=n<<1|t&1,s==r-1?(s=0,l.push(c(n)),n=0):s++,t=t>>1;h--,h==0&&(h=Math.pow(2,f),f++),p[A]=a++,u=String(v)}if(u!==""){if(Object.prototype.hasOwnProperty.call(w,u)){if(u.charCodeAt(0)<256){for(e=0;e<f;e++)n=n<<1,s==r-1?(s=0,l.push(c(n)),n=0):s++;for(t=u.charCodeAt(0),e=0;e<8;e++)n=n<<1|t&1,s==r-1?(s=0,l.push(c(n)),n=0):s++,t=t>>1}else{for(t=1,e=0;e<f;e++)n=n<<1|t,s==r-1?(s=0,l.push(c(n)),n=0):s++,t=0;for(t=u.charCodeAt(0),e=0;e<16;e++)n=n<<1|t&1,s==r-1?(s=0,l.push(c(n)),n=0):s++,t=t>>1}h--,h==0&&(h=Math.pow(2,f),f++),delete w[u]}else for(t=p[u],e=0;e<f;e++)n=n<<1|t&1,s==r-1?(s=0,l.push(c(n)),n=0):s++,t=t>>1;h--,h==0&&(h=Math.pow(2,f),f++)}for(t=2,e=0;e<f;e++)n=n<<1|t&1,s==r-1?(s=0,l.push(c(n)),n=0):s++,t=t>>1;for(;;)if(n=n<<1,s==r-1){l.push(c(n));break}else s++;return l.join("")},decompress:function(o){return o==null?"":o==""?null:d._decompress(o.length,32768,function(r){return o.charCodeAt(r)})},_decompress:function(o,r,c){var e=[],t=4,p=4,w=3,v="",A=[],u,h,a,f,l,n,s,i={val:c(0),position:r,index:1};for(u=0;u<3;u+=1)e[u]=u;for(a=0,l=Math.pow(2,2),n=1;n!=l;)f=i.val&i.position,i.position>>=1,i.position==0&&(i.position=r,i.val=c(i.index++)),a|=(f>0?1:0)*n,n<<=1;switch(a){case 0:for(a=0,l=Math.pow(2,8),n=1;n!=l;)f=i.val&i.position,i.position>>=1,i.position==0&&(i.position=r,i.val=c(i.index++)),a|=(f>0?1:0)*n,n<<=1;s=_(a);break;case 1:for(a=0,l=Math.pow(2,16),n=1;n!=l;)f=i.val&i.position,i.position>>=1,i.position==0&&(i.position=r,i.val=c(i.index++)),a|=(f>0?1:0)*n,n<<=1;s=_(a);break;case 2:return""}for(e[3]=s,h=s,A.push(s);;){if(i.index>o)return"";for(a=0,l=Math.pow(2,w),n=1;n!=l;)f=i.val&i.position,i.position>>=1,i.position==0&&(i.position=r,i.val=c(i.index++)),a|=(f>0?1:0)*n,n<<=1;switch(s=a){case 0:for(a=0,l=Math.pow(2,8),n=1;n!=l;)f=i.val&i.position,i.position>>=1,i.position==0&&(i.position=r,i.val=c(i.index++)),a|=(f>0?1:0)*n,n<<=1;e[p++]=_(a),s=p-1,t--;break;case 1:for(a=0,l=Math.pow(2,16),n=1;n!=l;)f=i.val&i.position,i.position>>=1,i.position==0&&(i.position=r,i.val=c(i.index++)),a|=(f>0?1:0)*n,n<<=1;e[p++]=_(a),s=p-1,t--;break;case 2:return A.join("")}if(t==0&&(t=Math.pow(2,w),w++),e[s])v=e[s];else if(s===p)v=h+h.charAt(0);else return null;A.push(v),e[p++]=h+v.charAt(0),t--,h=v,t==0&&(t=Math.pow(2,w),w++)}}};return d}();y!=null&&(y.exports=U)})(O);var j=O.exports;export{j as L};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

View file

@ -1 +0,0 @@
let h=()=>({events:{},emit(t,...e){(this.events[t]||[]).forEach(s=>s(...e))},on(t,e){return(this.events[t]=this.events[t]||[]).push(e),()=>this.events[t]=(this.events[t]||[]).filter(s=>s!==e)}});export{h as c};

View file

@ -1 +0,0 @@
var c=function(r){v(r);var e=l(r);return r.on=e.on,r.off=e.off,r.fire=e.fire,r};function l(n){var r=Object.create(null);return{on:function(e,t,o){if(typeof t!="function")throw new Error("callback is expected to be a function");var f=r[e];return f||(f=r[e]=[]),f.push({callback:t,ctx:o}),n},off:function(e,t){var o=typeof e=="undefined";if(o)return r=Object.create(null),n;if(r[e]){var f=typeof t!="function";if(f)delete r[e];else for(var a=r[e],i=0;i<a.length;++i)a[i].callback===t&&a.splice(i,1)}return n},fire:function(e){var t=r[e];if(!t)return n;var o;arguments.length>1&&(o=Array.prototype.splice.call(arguments,1));for(var f=0;f<t.length;++f){var a=t[f];a.callback.apply(a.ctx,o)}return n}}}function v(n){if(!n)throw new Error("Eventify cannot use falsy object as events subject");for(var r=["on","fire","off"],e=0;e<r.length;++e)if(n.hasOwnProperty(r[e]))throw new Error("Subject cannot be eventified, since it already has property '"+r[e]+"'")}export{c as n};

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

View file

@ -1,50 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/truck.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9158497"
inkscape:cx="92.648188"
inkscape:cy="-32.361621"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="rect341-2-7-9-7"
style="fill:#ffc56c;fill-opacity:0.979522;stroke:#a96625;stroke-width:0.327983;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="M 9.0178676,4.8149692 0.62785729,6.7333036 4.0522443,7.8968386 12.442484,5.9785036 Z M 12.499583,6.0886154 4.1093442,8.0068239 V 9.7365214 L 12.499583,7.8181874 Z M 0.54220732,6.827559 V 8.5572569 L 3.9097229,9.6893312 V 7.9597594 Z" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

View file

@ -1,51 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/ribbonmaker.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xml:space="preserve"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9225905"
inkscape:cx="54.873881"
inkscape:cy="-1.0402631"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" /><defs
id="defs2" /><g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"><rect
style="fill:#e80000;fill-opacity:1;stroke:#a96625;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect31830-6"
width="8.1008177"
height="8.1008177"
x="2.6243083"
y="4.4571147" /><path
id="rect31884-0"
style="fill:#ffff00;fill-opacity:1;stroke:#a96625;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="M 4.57173,0.395005 C 3.56337,0.387105 2.715225,1.17169 2.655568,2.189727 2.601548,3.117815 3.224966,3.949533 4.13093,4.158082 c 0,0 0.911853,0.09505 1.879472,0.188103 l -0.02584,0.04909 h -0.0863 v 3.15743 l -3.31711,0.02015 0.0098,1.675867 3.307292,-0.02015 v 3.38739 H 7.57411 V 9.218753 l 3.237012,-0.01964 -0.0098,-1.675866 -3.227194,0.01964 V 4.485709 c 0.09816,0.0076 0.191391,0.01476 0.272852,0.02015 L 7.78755,4.392171 C 8.738745,4.308221 9.624241,4.222286 9.625164,4.21492 10.532311,4.011573 11.160585,3.183216 11.111895,2.254833 11.056345,1.20362 10.1591,0.396373 9.107883,0.451843 8.359868,0.491803 7.704586,0.966554 7.43305,1.664689 L 6.893031,2.682714 6.337509,1.620247 C 6.069983,0.920565 5.417685,0.44235 4.669911,0.398099 c -0.03284,-0.0019 -0.06566,-0.0028 -0.09819,-0.0031 z M 4.71539,1.4275 c 0.01754,1.3e-4 0.03551,5.21e-4 0.05323,0.0016 0.403484,0.02381 0.755726,0.28191 0.900203,0.659391 l 0.764295,1.46141 -0.04548,0.08578 C 5.760971,3.568571 4.490341,3.464245 4.478193,3.45843 3.989181,3.345785 3.652481,2.896405 3.68186,2.395446 3.71426,1.846385 4.171524,1.42351 4.715388,1.427547 Z m 4.340304,0.05323 c 0.543878,-9.16e-4 0.999105,0.424863 1.028361,0.974101 0.0265,0.501119 -0.312368,0.948496 -0.802018,1.058333 0,0 -1.228253,0.09807 -1.869654,0.162264 L 7.347793,3.551922 8.099168,2.136504 C 8.245809,1.759859 8.599376,1.503781 9.002989,1.482281 c 0.01772,-9.28e-4 0.03516,-0.0015 0.05271,-0.0016 z" /></g></svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

View file

@ -1,60 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/present.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xml:space="preserve"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9225905"
inkscape:cx="54.873881"
inkscape:cy="-1.0402631"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" /><defs
id="defs2" /><g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"><rect
style="fill:#e6e6e6;fill-opacity:1;stroke:#838390;stroke-width:0.764057;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect28545-6"
width="12.46511"
height="12.46511"
x="0.38202849"
y="0.38202882"
rx="1.246511" /><g
id="g33200"
transform="matrix(0.92978329,0,0,0.92978329,0.26683804,0.5413202)"><rect
style="fill:#e80000;fill-opacity:1;stroke:#a96625;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect31830-6"
width="8.1008177"
height="8.1008177"
x="2.6243083"
y="4.4571147" /><path
id="rect31884-0"
style="fill:#ffff00;fill-opacity:1;stroke:#a96625;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="M 4.57173,0.395005 C 3.56337,0.387105 2.715225,1.17169 2.655568,2.189727 2.601548,3.117815 3.224966,3.949533 4.13093,4.158082 c 0,0 0.911853,0.09505 1.879472,0.188103 l -0.02584,0.04909 h -0.0863 v 3.15743 l -3.31711,0.02015 0.0098,1.675867 3.307292,-0.02015 v 3.38739 H 7.57411 V 9.218753 l 3.237012,-0.01964 -0.0098,-1.675866 -3.227194,0.01964 V 4.485709 c 0.09816,0.0076 0.191391,0.01476 0.272852,0.02015 L 7.78755,4.392171 C 8.738745,4.308221 9.624241,4.222286 9.625164,4.21492 10.532311,4.011573 11.160585,3.183216 11.111895,2.254833 11.056345,1.20362 10.1591,0.396373 9.107883,0.451843 8.359868,0.491803 7.704586,0.966554 7.43305,1.664689 L 6.893031,2.682714 6.337509,1.620247 C 6.069983,0.920565 5.417685,0.44235 4.669911,0.398099 c -0.03284,-0.0019 -0.06566,-0.0028 -0.09819,-0.0031 z M 4.71539,1.4275 c 0.01754,1.3e-4 0.03551,5.21e-4 0.05323,0.0016 0.403484,0.02381 0.755726,0.28191 0.900203,0.659391 l 0.764295,1.46141 -0.04548,0.08578 C 5.760971,3.568571 4.490341,3.464245 4.478193,3.45843 3.989181,3.345785 3.652481,2.896405 3.68186,2.395446 3.71426,1.846385 4.171524,1.42351 4.715388,1.427547 Z m 4.340304,0.05323 c 0.543878,-9.16e-4 0.999105,0.424863 1.028361,0.974101 0.0265,0.501119 -0.312368,0.948496 -0.802018,1.058333 0,0 -1.228253,0.09807 -1.869654,0.162264 L 7.347793,3.551922 8.099168,2.136504 C 8.245809,1.759859 8.599376,1.503781 9.002989,1.482281 c 0.01772,-9.28e-4 0.03516,-0.0015 0.05271,-0.0016 z" /></g></g></svg>

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -1 +0,0 @@
var d={};function C(e,r){return Object.prototype.hasOwnProperty.call(e,r)}var I=function(e,r,t,a){r=r||"&",t=t||"=";var n={};if(typeof e!="string"||e.length===0)return n;var f=/\+/g;e=e.split(r);var i=1e3;a&&typeof a.maxKeys=="number"&&(i=a.maxKeys);var l=e.length;i>0&&l>i&&(l=i);for(var p=0;p<l;++p){var c=e[p].replace(f,"%20"),s=c.indexOf(t),m,g,o,y;s>=0?(m=c.substr(0,s),g=c.substr(s+1)):(m=c,g=""),o=decodeURIComponent(m),y=decodeURIComponent(g),C(n,o)?Array.isArray(n[o])?n[o].push(y):n[o]=[n[o],y]:n[o]=y}return n},u=function(e){switch(typeof e){case"string":return e;case"boolean":return e?"true":"false";case"number":return isFinite(e)?e:"";default:return""}},R=function(e,r,t,a){return r=r||"&",t=t||"=",e===null&&(e=void 0),typeof e=="object"?Object.keys(e).map(function(n){var f=encodeURIComponent(u(n))+t;return Array.isArray(e[n])?e[n].map(function(i){return f+encodeURIComponent(u(i))}).join(r):f+encodeURIComponent(u(e[n]))}).join(r):a?encodeURIComponent(u(a))+t+encodeURIComponent(u(e)):""};d.decode=d.parse=I;d.encode=d.stringify=R;export{d as q};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48"><path d="M7.9 23.6q-.75 0-1.2-.525-.45-.525-.3-1.225.35-1.55.925-3Q7.9 17.4 8.7 16.05q.4-.65 1.075-.7.675-.05 1.225.5.4.35.45.9.05.55-.2 1-.7 1.15-1.175 2.325Q9.6 21.25 9.35 22.4q-.1.55-.5.875-.4.325-.95.325Zm12.15 20.1q-1.45-.35-2.9-.925Q15.7 42.2 14.4 41.4q-.65-.4-.7-1.1-.05-.7.5-1.3.35-.35.85-.4.5-.05.9.2 1.15.7 2.275 1.175 1.125.475 2.325.775.5.1.85.525.35.425.35.975 0 .75-.5 1.175-.5.425-1.2.275Zm-11.35-8q-.8-1.3-1.375-2.775Q6.75 31.45 6.4 29.85q-.15-.7.275-1.225Q7.1 28.1 7.9 28.1q.5 0 .925.325.425.325.525.875.25 1.25.7 2.425.45 1.175 1.15 2.225.3.45.25 1-.05.55-.45.95-.55.55-1.225.5-.675-.05-1.075-.7Zm19.25 7.95q-.7.2-1.2-.225-.5-.425-.5-1.175 0-.5.35-.925.35-.425.85-.575 5.05-1.35 8.3-5.375Q39 31.35 39 25.85q0-6.35-4.325-10.675Q30.35 10.85 24 10.85h-1l2.85 2.85q.45.45.45 1.1 0 .65-.45 1.1-.45.45-1.1.45-.65 0-1.1-.45l-5.5-5.5q-.25-.25-.35-.5-.1-.25-.1-.55 0-.3.1-.55.1-.25.35-.5l5.5-5.5q.45-.45 1.1-.45.65 0 1.1.45.45.45.45 1.1 0 .65-.45 1.1L23 7.85h1q7.55 0 12.775 5.225Q42 18.3 42 25.85q0 6.55-3.925 11.425Q34.15 42.15 27.95 43.65Z" fill="white" stroke="black"/></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48"><path d="M40.2 23.6q-.5 0-.925-.35-.425-.35-.525-.85-.25-1.2-.725-2.35-.475-1.15-1.175-2.3-.25-.45-.2-1 .05-.55.45-.95.55-.55 1.25-.475.7.075 1.1.725.8 1.3 1.35 2.725t.9 3.025q.15.7-.3 1.25-.45.55-1.2.55ZM26.3 42.2q0-.5.35-.925.35-.425.85-.525 1.15-.25 2.3-.725t2.3-1.175q.45-.25.975-.225.525.025.925.425.55.55.475 1.25-.075.7-.725 1.1-1.35.85-2.775 1.4-1.425.55-2.875.9-.7.15-1.25-.3-.55-.45-.55-1.2Zm10.8-6.3q-.35-.35-.4-.925-.05-.575.2-1.025.7-1.15 1.15-2.3.45-1.15.7-2.35.1-.5.5-.85t.95-.35q.75 0 1.175.525.425.525.275 1.225-.4 1.6-.95 3.05-.55 1.45-1.3 2.75-.4.65-1.075.725-.675.075-1.225-.475Zm-17.05 7.8Q13.9 42.3 10 37.35q-3.9-4.95-3.9-11.5 0-7.55 5.225-12.775Q16.55 7.85 24.1 7.85h1L22.25 5q-.45-.45-.45-1.1 0-.65.45-1.1.45-.45 1.1-.45.65 0 1.1.45l5.5 5.5q.25.25.35.5.1.25.1.55 0 .3-.1.55-.1.25-.35.5l-5.5 5.5q-.45.45-1.1.45-.65 0-1.1-.45-.45-.45-.45-1.1 0-.65.45-1.1l2.85-2.85h-1q-6.35 0-10.675 4.325Q9.1 19.5 9.1 25.85q0 5.5 3.25 9.525t8.3 5.325q.5.1.85.525.35.425.35.975 0 .75-.55 1.2-.55.45-1.25.3Z" fill="white" stroke="black"/></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View file

@ -1,86 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/mixer.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9158497"
inkscape:cx="92.648188"
inkscape:cy="-32.361621"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#e6e6e6;fill-opacity:1;stroke:#838390;stroke-width:0.764057;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect28545"
width="12.46511"
height="12.46511"
x="0.38202825"
y="0.38202825"
rx="1.246511" />
<g
id="g35244-0"
transform="matrix(0.74583387,0,0,0.74583387,33.258384,6.1193729)">
<path
id="path32127-9"
style="fill:#adb0b2;fill-opacity:1;stroke:#838390;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m -9.7525081,-8.0417446 -0.3136759,1.2474691 -0.559656,-1.1585856 -0.115238,1.2810587 -0.733806,-1.0562663 0.08682,1.2831258 -0.889868,-0.9286254 0.286287,1.254187 -1.024227,-0.7777303 0.479041,1.1937255 -1.133264,-0.6082316 0.659908,1.1038086 -1.214913,-0.4232299 0.824756,0.9870198 -1.266073,-0.2278931 0.968933,0.8459432 -1.286226,-0.026872 1.089339,0.6836792 -1.274341,0.1746663 1.182874,0.5048788 -1.23145,0.3715535 1.247469,0.3141927 -1.158585,0.5596558 1.281575,0.1147217 -1.056783,0.73380532 1.283643,-0.0868164 -0.928626,0.89038493 1.25367,-0.2868042 -0.77773,1.02474365 1.193726,-0.47904053 -0.608232,1.13326413 1.103809,-0.65990801 -0.42323,1.21439611 0.987536,-0.8242391 -0.228409,1.2655559 0.84646,-0.9684164 -0.02739,1.2857097 0.684196,-1.0893392 0.17415,1.2743408 0.5053951,-1.1828735 0.3710368,1.2319661 0.3141927,-1.2474691 0.5596557,1.1580689 0.1147217,-1.2810588 0.7338053,1.0562663 -0.0863,-1.2831258 0.8898682,0.9286255 -0.2862875,-1.254187 1.0242269,0.778247 -0.4790405,-1.19372554 1.1332642,0.60823164 -0.6599081,-1.10432539 1.2143962,0.42322998 -0.8242391,-0.98701986 1.2655558,0.22789307 -0.9684163,-0.8459432 1.2857096,0.0273885 -1.0893392,-0.684196 1.2748576,-0.1741495 -1.1828735,-0.5053956 1.2314493,-0.3715535 -1.247469,-0.3141927 1.1580688,-0.559139 -1.2810587,-0.1152384 1.0562662,-0.7338054 -1.2831258,0.086816 0.9286255,-0.8898681 -1.254187,0.2862874 0.7782471,-1.0242269 -1.1937256,0.4790405 0.6082316,-1.1337809 -1.1043254,0.659908 0.42323,-1.2143961 -0.9870199,0.8247558 0.2278931,-1.2660725 -0.8459432,0.9689331 0.027388,-1.2862264 -0.6841959,1.0893392 -0.1741496,-1.2743409 -0.5053955,1.1828736 z m 0.1576131,4.3707926 a 1.3627795,1.3627795 0 0 1 1.3627076,1.3627075 1.3627795,1.3627795 0 0 1 -1.3627076,1.36270757 1.3627795,1.3627795 0 0 1 -1.363224,-1.36270757 1.3627795,1.3627795 0 0 1 1.363224,-1.3627075 z"
transform="translate(-26.031871,2.5030646)" />
<rect
style="fill:#985800;fill-opacity:1;stroke:none;stroke-width:0.515458;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect32962-5"
width="15.129635"
height="3.8936555"
x="-43.442078"
y="0.16687097" />
<rect
style="fill:#985800;fill-opacity:1;stroke:none;stroke-width:0.17927;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect32962-7-72"
width="2.6143119"
height="2.7255597"
x="-43.386452"
y="-6.674839"
transform="scale(1,-1)" />
<rect
style="fill:#985800;fill-opacity:1;stroke:none;stroke-width:0.17927;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect32962-7-7-9"
width="2.6143119"
height="2.7255597"
x="-30.954567"
y="-6.6470275"
transform="scale(1,-1)" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5 KiB

View file

@ -1,76 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/threadmaker.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9158497"
inkscape:cx="92.648188"
inkscape:cy="-32.361621"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g40446"
transform="matrix(0.87900271,0,0,0.87900271,5.4933369,-36.404496)">
<path
id="path39713-5"
style="fill:#c68000;fill-opacity:1;stroke:#a96625;stroke-width:1.12129;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m -4.5288074,47.752893 v 5.989299 l 8.130769,1.072803 0.167432,-5.988782 z m 1.465543,1.217497 h 4.688086 v 4.797123 h -4.688086 z" />
<path
style="fill:#c68000;fill-opacity:1;stroke:#a96625;stroke-width:1.05833;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 6.7134066,45.546433 -1.809733,0.12527 -0.67945,3.31545 1e-6,5.308012 2.489182,-2.112127 z"
id="path39711-3"
sodipodi:nodetypes="cccccc" />
<path
style="fill:#008000;fill-opacity:1;stroke:#016625;stroke-width:1.19855;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 0.0318616,43.511282 -3.958814,0.364032 -1.368426,3.468355 8.787392,1.816976 0.866615,-3.913416 1.456508,-0.150687 z"
id="rect341-6-6-1"
sodipodi:nodetypes="ccccccc" />
<path
id="rect39773-9"
style="fill:#ff0000;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;paint-order:markers stroke fill"
d="m 4.7871916,49.936269 1.429115,-1.005312 v 4.122687 l -1.429115,1.005313 z"
sodipodi:nodetypes="ccccc" />
<ellipse
style="fill:#000000;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="path40241-3"
cx="5.753943"
cy="51.28479"
rx="0.37829503"
ry="0.42032781" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.3 KiB

View file

@ -1,50 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/shovel.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9158497"
inkscape:cx="92.648188"
inkscape:cy="-32.361621"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="path48232"
style="fill:#006fff;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 11.472188,11.515818 c 1.053826,-1.053675 1.054718,-2.7611877 0.0022,-3.8140228 0,0 -2.2868717,-2.0428324 -2.2733578,-2.1440999 L 7.7756562,6.983072 4.9391095,4.1465238 C 5.2727621,3.4817647 5.1623779,2.6512336 4.6076825,2.0964072 L 3.114127,0.68239473 0.64475397,3.1517676 2.0386441,4.5456577 l 0.00237,-0.00237 c 0.018656,0.021229 0.037865,0.041969 0.057531,0.062266 0.5366737,0.5365474 1.3314707,0.6570836 1.9845421,0.3624402 l 2.8538296,2.8538297 -1.4871631,1.4871632 2.1178218,2.1178212 0.00363,-0.0036 c 0.028426,0.03218 0.057452,0.06364 0.087362,0.09445 1.0526946,1.052448 2.7600535,1.051593 3.8137865,-0.0019 z m -2.2712261,-5.9581227 0.00426,-0.00426 c -0.00268,2.652e-4 -0.00395,0.00205 -0.00426,0.00426 z M 3.8988288,3.9765487 c -0.3959172,0.3958383 -1.0377428,0.3958383 -1.4336616,0 -0.011206,-0.01168 -0.022207,-0.023581 -0.032909,-0.03575 l -0.00143,0.00142 -0.796369,-0.7963722 1.4109331,-1.4109347 c 0,0 0.9251616,0.7944608 0.8534267,0.8079731 0.3958383,0.3959188 0.3958383,1.0377444 0,1.4336616 z" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -1,58 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/bucketshovel.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="3.4785843"
inkscape:cx="65.687643"
inkscape:cy="46.57067"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#e6e6e6;fill-opacity:1;stroke:#838390;stroke-width:0.764057;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect28545-6"
width="12.46511"
height="12.46511"
x="0.38202849"
y="0.38202849"
rx="1.246511" />
<path
id="path48232-4"
style="fill:#006fff;fill-opacity:1;stroke:#016625;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 11.506864,11.597003 c 1.053826,-1.053675 1.054718,-2.7611884 0.0022,-3.8140234 0,0 -2.2868715,-2.042833 -2.2733575,-2.1441 l -1.425374,1.425377 -2.836547,-2.836549 c 0.333653,-0.664759 0.223269,-1.49529 -0.331427,-2.050116 L 3.1488035,0.76357864 0.67943049,3.2329516 l 1.39389001,1.39389 0.0024,-0.0024 c 0.01866,0.02123 0.03787,0.04197 0.05753,0.06227 0.536674,0.536548 1.331471,0.657084 1.984542,0.36244 l 2.85383,2.85383 -1.487163,1.487163 2.117821,2.1178224 0.0036,-0.0036 c 0.02843,0.03218 0.05745,0.06364 0.08736,0.09445 1.052695,1.052448 2.7600535,1.051593 3.8137865,-0.0019 z m -2.2712255,-5.9581234 0.0043,-0.0043 c -0.0027,2.65e-4 -0.0039,0.002 -0.0043,0.0043 z m -5.302133,-1.581147 c -0.395918,0.395839 -1.037743,0.395839 -1.433662,0 -0.01121,-0.01168 -0.02221,-0.02358 -0.03291,-0.03575 l -0.0014,0.0014 -0.796369,-0.796372 1.410933,-1.410934 c 0,0 0.925162,0.79446 0.853427,0.807973 0.395838,0.395918 0.395838,1.037744 0,1.433661 z" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

View file

@ -1,39 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
inkscape:export-filename=".png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="rect234"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.356532;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="M 6.2022054,1.0314616 V 2.4411947 L 5.0069295,1.7507975 4.5883504,2.4758179 6.2022054,3.4070272 V 5.7913778 L 4.1351481,4.5976522 4.1356649,2.7342 H 3.2985067 L 3.2990234,4.1149943 2.0779093,3.4101278 1.712557,4.0431641 2.9217855,4.7413127 1.7156576,5.4384277 2.1337199,6.1629313 3.7589437,5.2244873 5.7464193,6.3722209 3.7558431,7.5215047 2.1301025,6.5830607 1.7120402,7.3080811 2.9186849,8.0046794 1.7089396,8.702828 2.0748088,9.336381 3.2954061,8.6315145 V 10.011792 H 4.1325643 L 4.1320475,8.1483398 6.2280436,6.9380778 v 2.4463623 l -1.6252238,0.9384439 0.4185791,0.724504 1.2066447,-0.696599 v 1.396814 H 6.9592651 V 10.33787 L 8.154541,11.028267 8.5731201,10.303247 6.9592651,9.3720378 V 6.9876872 L 9.0263224,8.1814128 9.0258057,10.044865 H 9.8629639 L 9.8624471,8.6640706 11.083561,9.3689372 11.448914,8.7359009 10.239685,8.0377523 11.445813,7.3406372 11.027751,6.6161336 9.4025269,7.5545776 7.4150513,6.4068441 9.4056274,5.2575602 11.031368,6.1960042 11.44943,5.4709839 10.242786,4.7743856 11.452531,4.076237 11.086662,3.4426839 9.8660645,4.1475505 V 2.7672729 H 9.0289062 L 9.029423,4.6307251 6.9334269,5.8409871 V 3.3946248 L 8.5586507,2.4561808 8.1400716,1.7316772 6.9334269,2.4282756 v -1.396814 z" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

File diff suppressed because one or more lines are too long

View file

@ -1,50 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/circuit.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9225905"
inkscape:cx="54.873881"
inkscape:cy="-1.0402631"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="path2422-1"
style="fill:#ffffff;fill-opacity:1;stroke:#010000;stroke-width:0.49963;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="M 11.23819,7.659357 A 1.2993707,1.0394967 50.383802 0 0 9.6090941,7.3211204 1.2993707,1.0394967 50.383802 0 0 9.508248,7.4204299 1.5917292,1.7216662 50.383802 0 0 9.1841571,6.1967449 1.5917292,1.7216662 50.383802 0 0 7.1596155,5.8571077 2.7286787,2.0140247 50.383802 0 0 6.7430824,5.1859342 1.2668865,1.3968236 50.383802 0 0 6.9878951,5.0206606 1.2668865,1.3968236 50.383802 0 0 7.256167,3.1540008 1.2668865,1.3968236 50.383802 0 0 5.3722537,3.0688094 1.2668865,1.3968236 50.383802 0 0 5.299635,3.1333528 1.2668865,1.5592448 50.383802 0 0 5.1195192,2.8143678 1.2668865,1.5592448 50.383802 0 0 3.1104437,2.8327797 1.2668865,1.5592448 50.383802 0 0 2.6591664,4.7255103 1.2993707,1.4617921 50.383802 0 0 2.3823963,6.6400583 1.2993707,1.4617921 50.383802 0 0 3.1672733,7.0633409 2.7286787,2.0140247 50.383802 0 0 3.353875,7.3760066 0.90955958,1.8516033 50.383802 0 0 2.7114714,7.8016625 0.90955958,1.8516033 50.383802 0 0 1.865001,9.682966 0.90955958,1.8516033 50.383802 0 0 3.7466469,9.3013268 1.0719808,1.3643393 50.383802 0 0 3.9481913,9.8562469 1.0719808,1.3643393 50.383802 0 0 5.6828185,9.8119692 1.0719808,1.3643393 50.383802 0 0 5.8711165,9.6304535 1.4293078,1.0070123 50.383802 0 0 7.5286331,10.055059 1.4293078,1.0070123 50.383802 0 0 7.7417277,8.9393512 1.5917292,1.7216662 50.383802 0 0 8.8729539,8.5207782 1.5917292,1.7216662 50.383802 0 0 9.2862784,8.0364529 1.2993707,1.0394967 50.383802 0 0 9.6368307,8.9848789 1.2993707,1.0394967 50.383802 0 0 11.266115,9.3229607 1.2993707,1.0394967 50.383802 0 0 11.238191,7.6593561 Z" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3 KiB

View file

@ -1,58 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/stuffing.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9225905"
inkscape:cx="54.873881"
inkscape:cy="-1.0402631"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#e6e6e6;fill-opacity:1;stroke:#838390;stroke-width:0.764057;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect28545-6"
width="12.46511"
height="12.46511"
x="0.38202849"
y="0.38202849"
rx="1.246511" />
<path
id="path2422-1"
style="fill:#ffffff;fill-opacity:1;stroke:#010000;stroke-width:0.49963;stroke-linecap:round;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="M 11.23819,7.659357 A 1.2993707,1.0394967 50.383802 0 0 9.6090941,7.3211204 1.2993707,1.0394967 50.383802 0 0 9.508248,7.4204299 1.5917292,1.7216662 50.383802 0 0 9.1841571,6.1967449 1.5917292,1.7216662 50.383802 0 0 7.1596155,5.8571077 2.7286787,2.0140247 50.383802 0 0 6.7430824,5.1859342 1.2668865,1.3968236 50.383802 0 0 6.9878951,5.0206606 1.2668865,1.3968236 50.383802 0 0 7.256167,3.1540008 1.2668865,1.3968236 50.383802 0 0 5.3722537,3.0688094 1.2668865,1.3968236 50.383802 0 0 5.299635,3.1333528 1.2668865,1.5592448 50.383802 0 0 5.1195192,2.8143678 1.2668865,1.5592448 50.383802 0 0 3.1104437,2.8327797 1.2668865,1.5592448 50.383802 0 0 2.6591664,4.7255103 1.2993707,1.4617921 50.383802 0 0 2.3823963,6.6400583 1.2993707,1.4617921 50.383802 0 0 3.1672733,7.0633409 2.7286787,2.0140247 50.383802 0 0 3.353875,7.3760066 0.90955958,1.8516033 50.383802 0 0 2.7114714,7.8016625 0.90955958,1.8516033 50.383802 0 0 1.865001,9.682966 0.90955958,1.8516033 50.383802 0 0 3.7466469,9.3013268 1.0719808,1.3643393 50.383802 0 0 3.9481913,9.8562469 1.0719808,1.3643393 50.383802 0 0 5.6828185,9.8119692 1.0719808,1.3643393 50.383802 0 0 5.8711165,9.6304535 1.4293078,1.0070123 50.383802 0 0 7.5286331,10.055059 1.4293078,1.0070123 50.383802 0 0 7.7417277,8.9393512 1.5917292,1.7216662 50.383802 0 0 8.8729539,8.5207782 1.5917292,1.7216662 50.383802 0 0 9.2862784,8.0364529 1.2993707,1.0394967 50.383802 0 0 9.6368307,8.9848789 1.2993707,1.0394967 50.383802 0 0 11.266115,9.3229607 1.2993707,1.0394967 50.383802 0 0 11.238191,7.6593561 Z" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

View file

@ -1,91 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/flaskpurple.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9158497"
inkscape:cx="92.648188"
inkscape:cy="-32.361621"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g12610"
transform="matrix(0.5414695,0,0,0.5414695,0.80759611,0.67637776)">
<path
id="path8653-4-3"
style="fill:#b3b3b3;fill-opacity:1;stroke:#848383;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 11.038957,13.578825 a 8.6547346,4.1054511 0 0 0 -8.6542531,4.105693 8.6547346,4.1054511 0 0 0 8.6542531,4.105175 8.6547346,4.1054511 0 0 0 8.654769,-4.105175 8.6547346,4.1054511 0 0 0 -8.654769,-4.105693 z m 0.111621,3.304191 a 1.8506517,0.8778733 0 0 1 1.850533,0.877983 1.8506517,0.8778733 0 0 1 -1.850533,0.877982 1.8506517,0.8778733 0 0 1 -1.8510504,-0.877982 1.8506517,0.8778733 0 0 1 1.8510504,-0.877983 z" />
<rect
style="fill:#ff0000;fill-opacity:1;stroke:#848383;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect10624-0-3"
width="12.672419"
height="16.901011"
x="4.7750044"
y="3.6540871"
rx="6.3362093"
ry="3.9148395" />
<path
id="rect10624-0-9-8-7"
style="fill:#000000;fill-opacity:1;stroke:#848383;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 4.8646387,15.40327 v 0.413903 c 0,1.849962 2.8263081,3.339427 6.3365643,3.339427 3.510257,0 6.336047,-1.489465 6.336047,-3.339427 V 15.40327 c 0,1.849963 -2.82579,3.339429 -6.336047,3.339429 -3.5102562,0 -6.3365643,-1.489466 -6.3365643,-3.339429 z" />
<path
id="rect10624-0-9-8-9-7"
style="fill:#000000;fill-opacity:1;stroke:#848383;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 4.7837741,13.86684 v 0.413903 c 0,1.849962 2.8263081,3.339427 6.3365639,3.339427 3.510257,0 6.336047,-1.489465 6.336047,-3.339427 V 13.86684 c 0,1.849963 -2.82579,3.339429 -6.336047,3.339429 -3.5102558,0 -6.3365639,-1.489466 -6.3365639,-3.339429 z" />
<path
id="rect10624-0-9-8-5-3"
style="fill:#000000;fill-opacity:1;stroke:#848383;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 4.7837737,12.573005 v 0.378233 c 0,1.690535 2.8263084,3.051638 6.3365643,3.051638 3.510257,0 6.336047,-1.361103 6.336047,-3.051638 v -0.378233 c 0,1.690535 -2.82579,3.05164 -6.336047,3.05164 -3.5102559,0 -6.3365643,-1.361105 -6.3365643,-3.05164 z" />
<path
id="rect10624-0-9-8-5-8-2"
style="fill:#000000;fill-opacity:1;stroke:#848383;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 4.8646386,11.077008 v 0.369315 c 0,1.650678 2.8263084,2.979692 6.3365644,2.979692 3.510257,0 6.336047,-1.329014 6.336047,-2.979692 v -0.369315 c 0,1.650678 -2.82579,2.979692 -6.336047,2.979692 -3.510256,0 -6.3365644,-1.329014 -6.3365644,-2.979692 z" />
<path
id="rect10624-0-9-8-5-8-9-5"
style="fill:#000000;fill-opacity:1;stroke:#848383;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 4.8646386,9.6214426 v 0.333645 c 0,1.4912504 2.8263084,2.6919034 6.3365644,2.6919034 3.510257,0 6.336047,-1.200653 6.336047,-2.6919034 v -0.333645 c 0,1.4912504 -2.82579,2.6919034 -6.336047,2.6919034 -3.510256,0 -6.3365644,-1.200653 -6.3365644,-2.6919034 z" />
<path
id="rect10624-0-9-8-5-8-9-9-6"
style="fill:#000000;fill-opacity:1;stroke:#848383;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 4.8646386,8.0041486 v 0.333645 c 0,1.49125 2.8263084,2.6919034 6.3365644,2.6919034 3.510257,0 6.336047,-1.2006534 6.336047,-2.6919034 v -0.333645 c 0,1.49125 -2.82579,2.6919034 -6.336047,2.6919034 -3.510256,0 -6.3365644,-1.2006534 -6.3365644,-2.6919034 z" />
<path
id="path8653-3"
style="fill:#b3b3b3;fill-opacity:1;stroke:#848383;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="M 11.119821,0.72133655 A 8.6547346,4.1054511 0 0 0 2.4655689,4.8270296 8.6547346,4.1054511 0 0 0 11.119821,8.9322046 8.6547346,4.1054511 0 0 0 19.77459,4.8270296 8.6547346,4.1054511 0 0 0 11.119821,0.72133655 Z m 0.111621,3.30419105 a 1.8506517,0.8778733 0 0 1 1.850533,0.877983 1.8506517,0.8778733 0 0 1 -1.850533,0.877982 1.8506517,0.8778733 0 0 1 -1.8510497,-0.877982 1.8506517,0.8778733 0 0 1 1.8510497,-0.877983 z" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.2 KiB

View file

@ -1,99 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/truckmaker.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9158497"
inkscape:cx="92.648188"
inkscape:cy="-32.361621"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#e6e6e6;fill-opacity:1;stroke:#838390;stroke-width:0.764057;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect28545"
width="12.46511"
height="12.46511"
x="0.38202825"
y="0.38202825"
rx="1.246511" />
<g
id="g12610-3"
transform="matrix(0.5414695,0,0,0.5414695,0.64501457,0.54978754)">
<path
id="path8653-4-3-7"
style="fill:#b3b3b3;fill-opacity:1;stroke:#848383;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 11.038957,13.578825 a 8.6547346,4.1054511 0 0 0 -8.6542531,4.105693 8.6547346,4.1054511 0 0 0 8.6542531,4.105175 8.6547346,4.1054511 0 0 0 8.654769,-4.105175 8.6547346,4.1054511 0 0 0 -8.654769,-4.105693 z m 0.111621,3.304191 a 1.8506517,0.8778733 0 0 1 1.850533,0.877983 1.8506517,0.8778733 0 0 1 -1.850533,0.877982 1.8506517,0.8778733 0 0 1 -1.8510504,-0.877982 1.8506517,0.8778733 0 0 1 1.8510504,-0.877983 z" />
<rect
style="fill:#ff0000;fill-opacity:1;stroke:#848383;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect10624-0-3-9"
width="12.672419"
height="16.901011"
x="4.7750044"
y="3.6540871"
rx="6.3362093"
ry="3.9148395" />
<path
id="rect10624-0-9-8-7-63"
style="fill:#000000;fill-opacity:1;stroke:#848383;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 4.8646387,15.40327 v 0.413903 c 0,1.849962 2.8263081,3.339427 6.3365643,3.339427 3.510257,0 6.336047,-1.489465 6.336047,-3.339427 V 15.40327 c 0,1.849963 -2.82579,3.339429 -6.336047,3.339429 -3.5102562,0 -6.3365643,-1.489466 -6.3365643,-3.339429 z" />
<path
id="rect10624-0-9-8-9-7-1"
style="fill:#000000;fill-opacity:1;stroke:#848383;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 4.7837741,13.86684 v 0.413903 c 0,1.849962 2.8263081,3.339427 6.3365639,3.339427 3.510257,0 6.336047,-1.489465 6.336047,-3.339427 V 13.86684 c 0,1.849963 -2.82579,3.339429 -6.336047,3.339429 -3.5102558,0 -6.3365639,-1.489466 -6.3365639,-3.339429 z" />
<path
id="rect10624-0-9-8-5-3-58"
style="fill:#000000;fill-opacity:1;stroke:#848383;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 4.7837737,12.573005 v 0.378233 c 0,1.690535 2.8263084,3.051638 6.3365643,3.051638 3.510257,0 6.336047,-1.361103 6.336047,-3.051638 v -0.378233 c 0,1.690535 -2.82579,3.05164 -6.336047,3.05164 -3.5102559,0 -6.3365643,-1.361105 -6.3365643,-3.05164 z" />
<path
id="rect10624-0-9-8-5-8-2-0"
style="fill:#000000;fill-opacity:1;stroke:#848383;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 4.8646386,11.077008 v 0.369315 c 0,1.650678 2.8263084,2.979692 6.3365644,2.979692 3.510257,0 6.336047,-1.329014 6.336047,-2.979692 v -0.369315 c 0,1.650678 -2.82579,2.979692 -6.336047,2.979692 -3.510256,0 -6.3365644,-1.329014 -6.3365644,-2.979692 z" />
<path
id="rect10624-0-9-8-5-8-9-5-9"
style="fill:#000000;fill-opacity:1;stroke:#848383;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 4.8646386,9.6214426 v 0.333645 c 0,1.4912504 2.8263084,2.6919034 6.3365644,2.6919034 3.510257,0 6.336047,-1.200653 6.336047,-2.6919034 v -0.333645 c 0,1.4912504 -2.82579,2.6919034 -6.336047,2.6919034 -3.510256,0 -6.3365644,-1.200653 -6.3365644,-2.6919034 z" />
<path
id="rect10624-0-9-8-5-8-9-9-6-2"
style="fill:#000000;fill-opacity:1;stroke:#848383;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m 4.8646386,8.0041486 v 0.333645 c 0,1.49125 2.8263084,2.6919034 6.3365644,2.6919034 3.510257,0 6.336047,-1.2006534 6.336047,-2.6919034 v -0.333645 c 0,1.49125 -2.82579,2.6919034 -6.336047,2.6919034 -3.510256,0 -6.3365644,-1.2006534 -6.3365644,-2.6919034 z" />
<path
id="path8653-3-4"
style="fill:#b3b3b3;fill-opacity:1;stroke:#848383;stroke-width:0.79375;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="M 11.119821,0.72133655 A 8.6547346,4.1054511 0 0 0 2.4655689,4.8270296 8.6547346,4.1054511 0 0 0 11.119821,8.9322046 8.6547346,4.1054511 0 0 0 19.77459,4.8270296 8.6547346,4.1054511 0 0 0 11.119821,0.72133655 Z m 0.111621,3.30419105 a 1.8506517,0.8778733 0 0 1 1.850533,0.877983 1.8506517,0.8778733 0 0 1 -1.850533,0.877982 1.8506517,0.8778733 0 0 1 -1.8510497,-0.877982 1.8506517,0.8778733 0 0 1 1.8510497,-0.877983 z" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

View file

@ -1,125 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="adventwheel.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9158497"
inkscape:cx="92.648188"
inkscape:cy="-32.361621"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2">
<inkscape:path-effect
effect="simplify"
id="path-effect20235-0"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.0047745358"
smooth_angles="0"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false"
step="1" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect20237-8"
is_visible="true"
lpeversion="1"
offset_points="0.52240775,0.10199491"
not_jump="true"
sort_points="true"
interpolator_type="CentripetalCatmullRom"
interpolator_beta="0.75"
start_linecap_type="round"
linejoin_type="spiro"
miter_limit="4"
scale_width="1"
end_linecap_type="round" />
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g26023-4"
transform="matrix(0.61165172,0,0,0.61165172,28.298079,18.449863)">
<g
id="g17224-0-0-9"
transform="matrix(0.4171486,0,0,0.4171486,-9.1474259,-11.042004)">
<path
id="path16690-2-0-1-3"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m -51.129633,-14.43988 a 5.2124038,5.2124038 0 0 0 -5.212601,5.2126018 5.2124038,5.2124038 0 0 0 5.212601,5.2120846 5.2124038,5.2124038 0 0 0 5.212602,-5.2120846 5.2124038,5.2124038 0 0 0 -5.212602,-5.2126018 z m -0.124023,2.117184 a 3.095253,3.095253 0 0 1 3.094901,3.0954178 3.095253,3.095253 0 0 1 -3.094901,3.095418 3.095253,3.095253 0 0 1 -3.095418,-3.095418 3.095253,3.095253 0 0 1 3.095418,-3.0954178 z" />
<path
id="path16692-4-3-9-0"
style="fill:#b3b3b3;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m -51.286578,-12.355545 a 3.095253,3.095253 0 0 0 -3.095419,3.0954188 3.095253,3.095253 0 0 0 3.095419,3.095418 3.095253,3.095253 0 0 0 3.095418,-3.095418 3.095253,3.095253 0 0 0 -3.095418,-3.0954188 z m 0.295589,0.922425 a 2.1939828,2.1939828 0 0 1 1.627808,1.145666 l -1.200444,0.3550168 a 0.99959075,0.99959075 0 0 0 -0.427364,-0.2899048 z m -0.720886,0.01757 v 1.219563 a 0.99959075,0.99959075 0 0 0 -0.368453,0.2718178 l -1.097091,-0.4733558 a 2.1939828,2.1939828 0 0 1 1.465544,-1.018025 z m -1.732194,1.6882688 1.127063,0.486275 a 0.99959075,0.99959075 0 0 0 0.10852,0.417029 l -0.788065,0.95498 a 2.1939828,2.1939828 0 0 1 -0.499711,-1.392163 2.1939828,2.1939828 0 0 1 0.05219,-0.466121 z m 4.308781,0.124023 a 2.1939828,2.1939828 0 0 1 0.02687,0.342098 2.1939828,2.1939828 0 0 1 -0.451135,1.328601 l -0.878499,-0.873848 a 0.99959075,0.99959075 0 0 0 0.117822,-0.446485 z m -2.535763,1.260388 a 0.99959075,0.99959075 0 0 0 0.352433,0.0646 0.99959075,0.99959075 0 0 0 0.331246,-0.05736 l 0.902271,0.89762 a 2.1939828,2.1939828 0 0 1 -1.21698,0.37052 2.1939828,2.1939828 0 0 1 -1.149801,-0.327629 z" />
</g>
<path
id="rect17292-5"
style="fill:#b3b3b3;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m -42.756047,-18.563208 v 3.875732 h 1.423686 a 2.5077715,2.4277363 0 0 1 -0.01499,-0.258382 2.5077715,2.4277363 0 0 1 2.507857,-2.427759 2.5077715,2.4277363 0 0 1 2.507341,2.427759 2.5077715,2.4277363 0 0 1 -0.01499,0.258382 h 3.38739 a 2.5077715,2.4277363 0 0 1 -0.02429,-0.326078 2.5077715,2.4277363 0 0 1 2.507857,-2.427759 2.5077715,2.4277363 0 0 1 2.507857,2.427759 2.5077715,2.4277363 0 0 1 -0.02377,0.326078 h 1.840715 v -3.875732 z" />
<g
id="g17224-0-2"
transform="matrix(0.4171486,0,0,0.4171486,-17.511009,-11.042004)">
<path
id="path16690-2-0-3"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m -51.129633,-14.43988 a 5.2124038,5.2124038 0 0 0 -5.212601,5.2126018 5.2124038,5.2124038 0 0 0 5.212601,5.2120846 5.2124038,5.2124038 0 0 0 5.212602,-5.2120846 5.2124038,5.2124038 0 0 0 -5.212602,-5.2126018 z m -0.124023,2.117184 a 3.095253,3.095253 0 0 1 3.094901,3.0954178 3.095253,3.095253 0 0 1 -3.094901,3.095418 3.095253,3.095253 0 0 1 -3.095418,-3.095418 3.095253,3.095253 0 0 1 3.095418,-3.0954178 z" />
<path
id="path16692-4-3-8"
style="fill:#b3b3b3;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m -51.286578,-12.355545 a 3.095253,3.095253 0 0 0 -3.095419,3.0954188 3.095253,3.095253 0 0 0 3.095419,3.095418 3.095253,3.095253 0 0 0 3.095418,-3.095418 3.095253,3.095253 0 0 0 -3.095418,-3.0954188 z m 0.295589,0.922425 a 2.1939828,2.1939828 0 0 1 1.627808,1.145666 l -1.200444,0.3550168 a 0.99959075,0.99959075 0 0 0 -0.427364,-0.2899048 z m -0.720886,0.01757 v 1.219563 a 0.99959075,0.99959075 0 0 0 -0.368453,0.2718178 l -1.097091,-0.4733558 a 2.1939828,2.1939828 0 0 1 1.465544,-1.018025 z m -1.732194,1.6882688 1.127063,0.486275 a 0.99959075,0.99959075 0 0 0 0.10852,0.417029 l -0.788065,0.95498 a 2.1939828,2.1939828 0 0 1 -0.499711,-1.392163 2.1939828,2.1939828 0 0 1 0.05219,-0.466121 z m 4.308781,0.124023 a 2.1939828,2.1939828 0 0 1 0.02687,0.342098 2.1939828,2.1939828 0 0 1 -0.451135,1.328601 l -0.878499,-0.873848 a 0.99959075,0.99959075 0 0 0 0.117822,-0.446485 z m -2.535763,1.260388 a 0.99959075,0.99959075 0 0 0 0.352433,0.0646 0.99959075,0.99959075 0 0 0 0.331246,-0.05736 l 0.902271,0.89762 a 2.1939828,2.1939828 0 0 1 -1.21698,0.37052 2.1939828,2.1939828 0 0 1 -1.149801,-0.327629 z" />
</g>
<g
id="g20243-7"
transform="matrix(1.6363512,0,0,1.6363512,18.121301,15.24319)">
<path
id="rect17356-8"
style="fill:#0041ff;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;paint-order:markers stroke fill"
d="m -30.720817,-25.172186 v 4.936649 h 3.671611 c -0.09459,-1.223735 -0.09058,-2.537503 -0.775146,-3.957897 -0.546744,-0.355028 -0.822384,-0.661706 -1.305347,-0.774113 -0.44203,-0.102881 -1.090714,-0.01618 -1.591118,-0.204639 z m 0.448552,0.713651 c 0.311362,0.07165 0.71508,0.03892 0.99012,0.07803 0.300511,0.04273 0.472158,0.159587 0.812354,0.294556 0.425951,0.539984 0.423285,1.039078 0.482141,1.5043 h -2.284615 z" />
<path
d="m -30.243376,-21.929625 c 0.05764,0.0069 0.19896,0.028 0.348693,0.04844 0.0053,7.24e-4 0.01062,0.0014 0.01594,0.0022 0.08122,0.0109 0.212633,0.02747 0.347539,0.03064 0.03229,9.33e-4 0.05887,0.0011 0.07507,0.0011 a 0.10199491,0.10199491 90 0 0 0,-0.20399 c -0.01494,0 -0.03945,-1.32e-4 -0.06973,-0.001 -0.12347,-0.0029 -0.245441,-0.01812 -0.325746,-0.0289 -0.0052,-6.92e-4 -0.01032,-0.0014 -0.01548,-0.0021 -0.14568,-0.01989 -0.291702,-0.04167 -0.352122,-0.04888 a 0.10199491,0.10199491 90 0 0 -0.02417,0.202554 z"
id="path-1-44-0"
inkscape:path-effect="#path-effect20235-0;#path-effect20237-8"
inkscape:original-d="m -30.231293,-22.030902 c 0.271427,0.03235 0.487435,0.0816 0.775161,0.0816"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<path
id="rect20971-4"
style="fill:#ffe700;stroke:#e8cc00;stroke-width:0.506118;stroke-linecap:round;stroke-miterlimit:6;stroke-opacity:1;paint-order:markers stroke fill"
d="m -41.600233,-23.842629 0.727597,5.359722 2.743637,-0.03023 -0.931587,-5.686105 z m 5.743424,-0.780913 0.849902,6.052659 2.498847,-0.152627 -0.115539,-6.297446 z m -8.730559,1.227846 c 0.06844,0.12154 3.188063,4.275104 3.188063,4.275104 l -0.602659,-4.638141 z m 5.867472,-0.775962 0.849991,5.686104 2.539648,0.01056 -0.849991,-6.053286 z"
sodipodi:nodetypes="ccccccccccccccccccc" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View file

@ -1,133 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="50"
height="50"
viewBox="0 0 13.229166 13.229167"
version="1.1"
id="svg5"
sodipodi:docname="advent.svg"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
inkscape:export-filename="advent/clothesmaker.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
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="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9158497"
inkscape:cx="92.648188"
inkscape:cy="-32.361621"
inkscape:window-width="1309"
inkscape:window-height="804"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="layer1" />
<defs
id="defs2">
<inkscape:path-effect
effect="simplify"
id="path-effect20235-07-0"
is_visible="true"
lpeversion="1"
steps="1"
threshold="0.0047745358"
smooth_angles="0"
helper_size="0"
simplify_individual_paths="false"
simplify_just_coalesce="false"
step="1" />
<inkscape:path-effect
effect="powerstroke"
id="path-effect20237-1-1"
is_visible="true"
lpeversion="1"
offset_points="0.52240775,0.10199491"
not_jump="true"
sort_points="true"
interpolator_type="CentripetalCatmullRom"
interpolator_beta="0.75"
start_linecap_type="round"
linejoin_type="spiro"
miter_limit="4"
scale_width="1"
end_linecap_type="round" />
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#e6e6e6;fill-opacity:1;stroke:#838390;stroke-width:0.764057;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
id="rect28545"
width="12.46511"
height="12.46511"
x="0.38202825"
y="0.38202825"
rx="1.246511" />
<g
id="g26023-6"
transform="matrix(0.55350165,0,0,0.55350165,26.329747,17.935283)">
<g
id="g17224-0-0-0"
transform="matrix(0.4171486,0,0,0.4171486,-9.1474259,-11.042004)">
<path
id="path16690-2-0-1-9"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m -51.129633,-14.43988 a 5.2124038,5.2124038 0 0 0 -5.212601,5.2126018 5.2124038,5.2124038 0 0 0 5.212601,5.2120846 5.2124038,5.2124038 0 0 0 5.212602,-5.2120846 5.2124038,5.2124038 0 0 0 -5.212602,-5.2126018 z m -0.124023,2.117184 a 3.095253,3.095253 0 0 1 3.094901,3.0954178 3.095253,3.095253 0 0 1 -3.094901,3.095418 3.095253,3.095253 0 0 1 -3.095418,-3.095418 3.095253,3.095253 0 0 1 3.095418,-3.0954178 z" />
<path
id="path16692-4-3-9-2"
style="fill:#b3b3b3;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m -51.286578,-12.355545 a 3.095253,3.095253 0 0 0 -3.095419,3.0954188 3.095253,3.095253 0 0 0 3.095419,3.095418 3.095253,3.095253 0 0 0 3.095418,-3.095418 3.095253,3.095253 0 0 0 -3.095418,-3.0954188 z m 0.295589,0.922425 a 2.1939828,2.1939828 0 0 1 1.627808,1.145666 l -1.200444,0.3550168 a 0.99959075,0.99959075 0 0 0 -0.427364,-0.2899048 z m -0.720886,0.01757 v 1.219563 a 0.99959075,0.99959075 0 0 0 -0.368453,0.2718178 l -1.097091,-0.4733558 a 2.1939828,2.1939828 0 0 1 1.465544,-1.018025 z m -1.732194,1.6882688 1.127063,0.486275 a 0.99959075,0.99959075 0 0 0 0.10852,0.417029 l -0.788065,0.95498 a 2.1939828,2.1939828 0 0 1 -0.499711,-1.392163 2.1939828,2.1939828 0 0 1 0.05219,-0.466121 z m 4.308781,0.124023 a 2.1939828,2.1939828 0 0 1 0.02687,0.342098 2.1939828,2.1939828 0 0 1 -0.451135,1.328601 l -0.878499,-0.873848 a 0.99959075,0.99959075 0 0 0 0.117822,-0.446485 z m -2.535763,1.260388 a 0.99959075,0.99959075 0 0 0 0.352433,0.0646 0.99959075,0.99959075 0 0 0 0.331246,-0.05736 l 0.902271,0.89762 a 2.1939828,2.1939828 0 0 1 -1.21698,0.37052 2.1939828,2.1939828 0 0 1 -1.149801,-0.327629 z" />
</g>
<path
id="rect17292-9"
style="fill:#b3b3b3;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m -42.756047,-18.563208 v 3.875732 h 1.423686 a 2.5077715,2.4277363 0 0 1 -0.01499,-0.258382 2.5077715,2.4277363 0 0 1 2.507857,-2.427759 2.5077715,2.4277363 0 0 1 2.507341,2.427759 2.5077715,2.4277363 0 0 1 -0.01499,0.258382 h 3.38739 a 2.5077715,2.4277363 0 0 1 -0.02429,-0.326078 2.5077715,2.4277363 0 0 1 2.507857,-2.427759 2.5077715,2.4277363 0 0 1 2.507857,2.427759 2.5077715,2.4277363 0 0 1 -0.02377,0.326078 h 1.840715 v -3.875732 z" />
<g
id="g17224-0-6"
transform="matrix(0.4171486,0,0,0.4171486,-17.511009,-11.042004)">
<path
id="path16690-2-0-0"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m -51.129633,-14.43988 a 5.2124038,5.2124038 0 0 0 -5.212601,5.2126018 5.2124038,5.2124038 0 0 0 5.212601,5.2120846 5.2124038,5.2124038 0 0 0 5.212602,-5.2120846 5.2124038,5.2124038 0 0 0 -5.212602,-5.2126018 z m -0.124023,2.117184 a 3.095253,3.095253 0 0 1 3.094901,3.0954178 3.095253,3.095253 0 0 1 -3.094901,3.095418 3.095253,3.095253 0 0 1 -3.095418,-3.095418 3.095253,3.095253 0 0 1 3.095418,-3.0954178 z" />
<path
id="path16692-4-3-2"
style="fill:#b3b3b3;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
d="m -51.286578,-12.355545 a 3.095253,3.095253 0 0 0 -3.095419,3.0954188 3.095253,3.095253 0 0 0 3.095419,3.095418 3.095253,3.095253 0 0 0 3.095418,-3.095418 3.095253,3.095253 0 0 0 -3.095418,-3.0954188 z m 0.295589,0.922425 a 2.1939828,2.1939828 0 0 1 1.627808,1.145666 l -1.200444,0.3550168 a 0.99959075,0.99959075 0 0 0 -0.427364,-0.2899048 z m -0.720886,0.01757 v 1.219563 a 0.99959075,0.99959075 0 0 0 -0.368453,0.2718178 l -1.097091,-0.4733558 a 2.1939828,2.1939828 0 0 1 1.465544,-1.018025 z m -1.732194,1.6882688 1.127063,0.486275 a 0.99959075,0.99959075 0 0 0 0.10852,0.417029 l -0.788065,0.95498 a 2.1939828,2.1939828 0 0 1 -0.499711,-1.392163 2.1939828,2.1939828 0 0 1 0.05219,-0.466121 z m 4.308781,0.124023 a 2.1939828,2.1939828 0 0 1 0.02687,0.342098 2.1939828,2.1939828 0 0 1 -0.451135,1.328601 l -0.878499,-0.873848 a 0.99959075,0.99959075 0 0 0 0.117822,-0.446485 z m -2.535763,1.260388 a 0.99959075,0.99959075 0 0 0 0.352433,0.0646 0.99959075,0.99959075 0 0 0 0.331246,-0.05736 l 0.902271,0.89762 a 2.1939828,2.1939828 0 0 1 -1.21698,0.37052 2.1939828,2.1939828 0 0 1 -1.149801,-0.327629 z" />
</g>
<g
id="g20243-8"
transform="matrix(1.6363512,0,0,1.6363512,18.121301,15.24319)">
<path
id="rect17356-4"
style="fill:#0041ff;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:6;paint-order:markers stroke fill"
d="m -30.720817,-25.172186 v 4.936649 h 3.671611 c -0.09459,-1.223735 -0.09058,-2.537503 -0.775146,-3.957897 -0.546744,-0.355028 -0.822384,-0.661706 -1.305347,-0.774113 -0.44203,-0.102881 -1.090714,-0.01618 -1.591118,-0.204639 z m 0.448552,0.713651 c 0.311362,0.07165 0.71508,0.03892 0.99012,0.07803 0.300511,0.04273 0.472158,0.159587 0.812354,0.294556 0.425951,0.539984 0.423285,1.039078 0.482141,1.5043 h -2.284615 z" />
<path
d="m -30.24339,-21.929627 c 0.05818,0.0069 0.200813,0.02832 0.351976,0.04888 0.0054,7.28e-4 0.01072,0.0015 0.01609,0.0022 0.08205,0.01096 0.214627,0.02756 0.350896,0.03038 0.02933,7.73e-4 0.05354,8.92e-4 0.06829,8.92e-4 a 0.10199491,0.10199491 90 0 0 0,-0.20399 c -0.0136,0 -0.03593,-1.1e-4 -0.0635,-8.35e-4 -0.124632,-0.0026 -0.247598,-0.0178 -0.328666,-0.02864 -0.0052,-6.96e-4 -0.01041,-0.0014 -0.01562,-0.0021 -0.146982,-0.01999 -0.294314,-0.04202 -0.355276,-0.0493 a 0.10199491,0.10199491 90 0 0 -0.02419,0.20255 z"
id="path-1-44-4"
inkscape:path-effect="#path-effect20235-07-0;#path-effect20237-1-1"
inkscape:original-d="m -30.231293,-22.030902 c 0.271427,0.03235 0.487435,0.0816 0.775161,0.0816"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:6;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" />
</g>
<path
id="rect20971-8"
style="fill:#ffe700;stroke:#e8cc00;stroke-width:0.506118;stroke-linecap:round;stroke-miterlimit:6;stroke-opacity:1;paint-order:markers stroke fill"
d="m -41.600233,-23.842629 0.727597,5.359722 2.743637,-0.03023 -0.931587,-5.686105 z m 5.743424,-0.780913 0.849902,6.052659 2.498847,-0.152627 -0.115539,-6.297446 z m -8.730559,1.227846 c 0.06844,0.12154 3.188063,4.275104 3.188063,4.275104 l -0.602659,-4.638141 z m 5.867472,-0.775962 0.849991,5.686104 2.539648,0.01056 -0.849991,-6.053286 z"
sodipodi:nodetypes="ccccccccccccccccccc" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.8 KiB

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
.icon.delete{display:flex;justify-content:center;align-items:center;padding:0;margin:0;border:none;background:none;height:8px;width:8px;min-height:8px;min-width:8px;max-height:8px;max-width:8px;cursor:pointer}.icon.arrow-downward{color:#999;border-style:solid;border-width:4px 4px 0;border-color:#999 transparent transparent;content:"";transition:transform .2s linear;cursor:pointer}.icon.arrow-downward.active{transform:rotate(180deg)}.vue-select{position:relative;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;width:150px;border-radius:4px;border:1px solid #999;box-sizing:border-box;outline:none}.vue-select[aria-disabled=true]{background-color:#efefef}.vue-select[aria-disabled=true] *,.vue-select[aria-disabled=true] input{cursor:not-allowed}.vue-select-header{display:flex;width:100%;align-items:center;justify-content:space-between}.vue-select-header .icon.loading,.vue-select-header .icon.arrow-downward{margin-right:4px}.vue-tags{display:flex;flex-wrap:wrap;margin:0;padding:2px;min-height:calc(1rem + 4px);user-select:none}.vue-tags.collapsed{flex-wrap:nowrap;overflow:auto}.vue-tag{display:none;align-items:center;justify-content:center;list-style-type:none;border-radius:4px;background-color:#999;padding:0 4px;margin:2px;min-height:1rem;font-size:.8rem}.vue-tag span{margin-right:4px}.vue-tag.selected{display:flex;align-items:center;justify-content:center;background-color:#999;border-radius:4px;padding:0 4px;font-size:.8rem}.vue-tags[data-removable=false] .vue-tag.selected img:hover{cursor:not-allowed}.vue-select-input-wrapper{position:relative;display:flex;width:100%;align-items:center;justify-content:space-between}.vue-select-input-wrapper .icon.loading{margin-right:4px}.vue-input{display:inline-flex;align-items:center;border-radius:4px;border:none;outline:none;max-width:100%;min-width:0;width:100%;box-sizing:border-box;padding:4px}.vue-select[data-is-focusing=false][aria-disabled=false] .vue-input input,input[readonly]{cursor:default}.vue-input input{border:none;outline:none;width:100%;min-width:0;font-size:.8rem;padding:0}.vue-input input[disabled]{background-color:#efefef}.vue-input input[readonly],.vue-select-header .vue-input input[disabled]{background-color:unset}.vue-dropdown{display:none;position:absolute;background-color:#fff;z-index:1;overflow-y:auto;width:100%;min-width:0;margin:0;padding:0;left:-1px;box-sizing:content-box;border:1px solid #999;list-style-type:none}.vue-select[aria-expanded=true] .vue-dropdown{display:unset}.vue-dropdown[data-visible-length="0"]{border:none}.vue-dropdown-item{list-style-type:none;padding:4px;cursor:pointer;min-height:1rem}.vue-dropdown-item.highlighted{background-color:#41b883}.vue-dropdown-item.disabled{background-color:#efefef;cursor:not-allowed}.vue-dropdown-item.selected{background-color:#f3f3f3}.vue-dropdown-item.selected.highlighted{background-color:#ff6a6a}.vue-dropdown[data-removable=false] .vue-dropdown-item.selected:hover{cursor:not-allowed}.vue-dropdown[data-addable=false][data-multiple=true] .vue-dropdown-item:not(.selected):hover{cursor:not-allowed}.icon.loading{display:inline-block;position:relative;width:8px;min-width:8px;height:8px;min-height:8px}.icon.loading div{box-sizing:border-box;display:block;position:absolute;border:1px solid #999;width:8px;height:8px;border-radius:50%;animation:loading 1s cubic-bezier(.5,0,.5,1) infinite;border-color:#999 transparent transparent transparent}.icon.loading div:nth-child(1){animation-delay:-.08s}.icon.loading div:nth-child(2){animation-delay:-.16s}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.inline-flex{display:inline-flex}.vue-select[aria-expanded=true].direction-bottom{border-bottom-left-radius:0;border-bottom-right-radius:0}.vue-select[aria-expanded=true].direction-top{border-top-left-radius:0;border-top-right-radius:0}.vue-select.direction-top .vue-dropdown{bottom:100%;border-top-left-radius:3px;border-top-right-radius:3px}.vue-select.direction-bottom .vue-dropdown{top:100%;border-bottom-left-radius:3px;border-bottom-right-radius:3px}

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
import{p as r}from"./panzoom.9e1878dd.js";import"./vue.dd1d82d0.js";import{aE as c,_ as m,a8 as u,aK as p}from"./@vue.359f7754.js";var a={name:"panZoom",props:{options:Object,selector:String},data:function(){return{panZoomInstance:null,panZoomInstanceId:null,instanceId:null,defaultOptions:{autocenter:!0,bounds:!0,transformOrigin:{x:.5,y:.5}}}},created:function(){this.instanceId=this.generateRandomId(20)},mounted:function(){if(this.scene){var n=Object.assign({},this.defaultOptions,this.options);this.panZoomInstance=this.$panZoom(this.scene,n),this.panZoomInstanceId=this.instanceId,this.attachEvents()}},computed:{scene:function(){var n,e=this.$el.querySelector(".vue-pan-zoom-scene");return this.selector?n=e.querySelector(this.selector):(n=e.querySelector("svg, object, embed"),n||(n=e.firstChild)),n}},methods:{generateRandomId:function(n){n=n||16;for(var e="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",o=e.length,s=[],i=0;i<n;i++)s.push(e.charAt(Math.floor(Math.random()*o)));return s.join("")},attachEvents:function(){var n=this;this.$emit("init",this.panZoomInstance,this.panZoomInstanceId),this.panZoomInstance.on("panstart",function(e){n.$emit("panstart",e)}),this.panZoomInstance.on("panend",function(e){n.$emit("panend",e)}),this.panZoomInstance.on("pan",function(e){n.$emit("pan",e)}),this.panZoomInstance.on("zoom",function(e){n.$emit("zoom",e)}),this.panZoomInstance.on("transform",function(e){n.$emit("transform",e)}),this.panZoomInstance.on("zoomend",function(e){n.$emit("zoomend",e)})},isPaused:function(){return this.panZoomInstance.isPaused()},pause:function(){this.panZoomInstance.pause()},resume:function(){this.panZoomInstance.resume()}}},d={class:"vue-pan-zoom-scene"};function h(t,n,e,o,s,i){return c(),m("div",{class:["vue-pan-zoom-item",["vue-pan-zoom-item-"+this.instanceId]]},[u("div",d,[p(t.$slots,"default")])],2)}a.render=h;a.__file="src/components/pan-zoom/component.vue";var f={install:function(n,e){var o=e&&e.componentName?e.componentName:a.name;n.component(o,a),n.hasOwnProperty("config")&&n.config.hasOwnProperty("globalProperties")?n.config.globalProperties.$panZoom=r:n.prototype.$panZoom=r}};typeof window!="undefined"&&window.Vue&&window.Vue.use(f);export{f as P};

View file

@ -1,5 +0,0 @@
/*!
* vue-textarea-autosize v1.1.1
* (c) 2019 Saymon
* Released under the MIT License.
*/var p={name:"TextareaAutosize",props:{value:{type:[String,Number],default:""},autosize:{type:Boolean,default:!0},minHeight:{type:[Number],default:null},maxHeight:{type:[Number],default:null},important:{type:[Boolean,Array],default:!1}},data:function(){return{val:null,maxHeightScroll:!1,height:"auto"}},computed:{computedStyles:function(){return this.autosize?{resize:this.isResizeImportant?"none !important":"none",height:this.height,overflow:this.maxHeightScroll?"auto":this.isOverflowImportant?"hidden !important":"hidden"}:{}},isResizeImportant:function(){var e=this.important;return e===!0||Array.isArray(e)&&e.includes("resize")},isOverflowImportant:function(){var e=this.important;return e===!0||Array.isArray(e)&&e.includes("overflow")},isHeightImportant:function(){var e=this.important;return e===!0||Array.isArray(e)&&e.includes("height")}},watch:{value:function(e){this.val=e},val:function(e){this.$nextTick(this.resize),this.$emit("input",e)},minHeight:function(){this.$nextTick(this.resize)},maxHeight:function(){this.$nextTick(this.resize)},autosize:function(e){e&&this.resize()}},methods:{resize:function(){var e=this,a=this.isHeightImportant?"important":"";return this.height="auto".concat(a?" !important":""),this.$nextTick(function(){var i=e.$el.scrollHeight+1;e.minHeight&&(i=i<e.minHeight?e.minHeight:i),e.maxHeight&&(i>e.maxHeight?(i=e.maxHeight,e.maxHeightScroll=!0):e.maxHeightScroll=!1);var u=i+"px";e.height="".concat(u).concat(a?" !important":"")}),this}},created:function(){this.val=this.value},mounted:function(){this.resize()}};function g(t,e,a,i,u,f,s,l,m,d){typeof s!="boolean"&&(m=l,l=s,s=!1);var n=typeof a=="function"?a.options:a;t&&t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns,n._compiled=!0,u&&(n.functional=!0)),i&&(n._scopeId=i);var o;if(f?(o=function(r){r=r||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!r&&typeof __VUE_SSR_CONTEXT__!="undefined"&&(r=__VUE_SSR_CONTEXT__),e&&e.call(this,m(r)),r&&r._registeredComponents&&r._registeredComponents.add(f)},n._ssrRegister=o):e&&(o=s?function(){e.call(this,d(this.$root.$options.shadowRoot))}:function(h){e.call(this,l(h))}),o)if(n.functional){var v=n.render;n.render=function(r,c){return o.call(c),v(r,c)}}else{var _=n.beforeCreate;n.beforeCreate=_?[].concat(_,o):[o]}return a}var z=g;const H=p;var y=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("textarea",{directives:[{name:"model",rawName:"v-model",value:t.val,expression:"val"}],style:t.computedStyles,domProps:{value:t.val},on:{focus:t.resize,input:function(i){i.target.composing||(t.val=i.target.value)}}})},x=[];const $=void 0,w=void 0,S=void 0,T=!1;var A=z({render:y,staticRenderFns:x},$,H,w,T,S,void 0,void 0),C="1.1.1",R=function(e){e.component("TextareaAutosize",A)},b={install:R,version:C};typeof window!="undefined"&&window.Vue&&window.Vue.use(b);export{b as p};

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show more