Merge pull request #1555 from pietervdvn/RobinLinde-patch-2

Add CHF to denominations
This commit is contained in:
Pieter Vander Vennet 2023-09-13 10:19:29 +00:00 committed by GitHub
commit d6d8248f63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
62 changed files with 791 additions and 214 deletions

View file

@ -274,27 +274,8 @@
},
{
"or": [
"_country=",
"_country=at",
"_country=be",
"_country=cy",
"_country=de",
"_country=ee",
"_country=es",
"_country=fi",
"_country=fr",
"_country=gr",
"_country=hr",
"_country=ie",
"_country=it",
"_country=lt",
"_country=lu",
"_country=lv",
"_country=mt",
"_country=nl",
"_country=pt",
"_country=si",
"_country=sk"
"_currency=",
"_currency~.*EUR.*"
]
}
]
@ -311,7 +292,7 @@
"mappings": [
{
"if": "cash_out:notes:denominations=5 EUR",
"icon": "./assets/layers/questions/5euro.svg",
"icon": "./assets/layers/questions/denominations/eur/5euro.svg",
"then": {
"en": "5 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 5 euro afhalen",
@ -321,7 +302,7 @@
},
{
"if": "cash_out:notes:denominations=10 EUR",
"icon": "./assets/layers/questions/10euro.svg",
"icon": "./assets/layers/questions/denominations/eur/10euro.svg",
"then": {
"en": "10 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 10 euro afhalen",
@ -331,7 +312,7 @@
},
{
"if": "cash_out:notes:denominations=20 EUR",
"icon": "./assets/layers/questions/20euro.svg",
"icon": "./assets/layers/questions/denominations/eur/20euro.svg",
"then": {
"en": "20 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 20 euro afhalen",
@ -341,7 +322,7 @@
},
{
"if": "cash_out:notes:denominations=50 EUR",
"icon": "./assets/layers/questions/50euro.svg",
"icon": "./assets/layers/questions/denominations/eur/50euro.svg",
"then": {
"en": "50 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 50 euro afhalen",
@ -351,7 +332,7 @@
},
{
"if": "cash_out:notes:denominations=100 EUR",
"icon": "./assets/layers/questions/100euro.svg",
"icon": "./assets/layers/questions/denominations/eur/100euro.svg",
"then": {
"en": "100 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 100 euro afhalen",
@ -361,7 +342,7 @@
},
{
"if": "cash_out:notes:denominations=200 EUR",
"icon": "./assets/layers/questions/200euro.svg",
"icon": "./assets/layers/questions/denominations/eur/200euro.svg",
"then": {
"en": "200 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 200 euro afhalen",
@ -371,7 +352,7 @@
},
{
"if": "cash_out:notes:denominations=500 EUR",
"icon": "./assets/layers/questions/500euro.svg",
"icon": "./assets/layers/questions/denominations/eur/500euro.svg",
"then": {
"en": "500 euro notes can be withdrawn",
"nl": "Je kunt biljetten van 500 euro afhalen",
@ -491,4 +472,4 @@
]
}
]
}
}

View file

@ -84,7 +84,50 @@
}
]
},
"payment-options-split",
{
"id": "fee",
"question": {
"en": "Does it cost money to press a penny?"
},
"mappings": [
{
"if": "fee=",
"then": {
"en": "It costs money to press a penny."
}
},
{
"if": "fee=yes",
"then": {
"en": "It costs money to press a penny."
}
},
{
"if": "fee=no",
"then": {
"en": "It is free to press a penny."
},
"addExtraTags": [
"payment:qr_code=",
"payment:coins=",
"payment:notes=",
"payment:debit_cards=",
"payment:credit_cards="
]
}
]
},
{
"builtin": "payment-options-split",
"override": {
"condition": {
"or": [
"fee=yes",
"fee="
]
}
}
},
{
"id": "coin",
"question": {
@ -108,6 +151,12 @@
"en": "This penny press uses a 2 cent coin for pressing.",
"de": "Die Münzpresse benötigt eine 2 Cent Münze um zu Pressen.",
"es": "Esta prensa de centavo utiliza una moneda de 2 centavos para presionar."
},
"hideInAnswer": {
"and": [
"_currency!~.*EUR.*",
"_currency!~.*USD.*"
]
}
},
{
@ -116,6 +165,12 @@
"en": "This penny press uses a 5 cent coin for pressing.",
"de": "Die Münzpresse benötigt eine 5 Cent Münze um zu Pressen.",
"es": "Esta prensa de centavo utiliza una moneda de 5 centavos para presionar."
},
"hideInAnswer": {
"and": [
"_currency!~.*EUR.*",
"_currency!~.*USD.*"
]
}
},
{
@ -124,6 +179,12 @@
"en": "This penny press uses a 10 cent coin for pressing.",
"de": "Die Münzpresse benötigt eine 10 Cent Münze um zu Pressen.",
"es": "Esta prensa de centavo utiliza una moneda de 10 centavos para presionar."
},
"hideInAnswer": {
"and": [
"_currency!~.*EUR.*",
"_currency!~.*USD.*"
]
}
},
{
@ -143,6 +204,20 @@
"es": "Esta prensa de centavo utiliza una moneda de 50 centavos para presionar."
},
"hideInAnswer": "_currency!~.*USD.*"
},
{
"if": "coin:type=10centimes",
"then": {
"en": "This penny press uses a 10 centimes coin for pressing."
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "coin:type=20centimes",
"then": {
"en": "This penny press uses a 20 centimes coin for pressing."
},
"hideInAnswer": "_currency!~.*CHF.*"
}
],
"render": {
@ -154,6 +229,12 @@
"website",
{
"id": "charge",
"condition": {
"or": [
"fee=yes",
"fee="
]
},
"question": {
"en": "How much does it cost to press a penny?",
"de": "Wieviel kostet es eine Münze zu Pressen?",
@ -186,6 +267,20 @@
"es": "Cuesta 2 euros para presionar un centavo."
},
"hideInAnswer": "_currency!~.*EUR.*"
},
{
"if": "charge=2 CHF",
"then": {
"en": "It costs 2 Swiss francs to press a penny."
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "charge=1 CHF",
"then": {
"en": "It costs 1 Swiss franc to press a penny."
},
"hideInAnswer": "_currency!~.*CHF.*"
}
],
"render": {
@ -263,4 +358,4 @@
"accepts_debit_cards",
"accepts_credit_cards"
]
}
}

View file

@ -0,0 +1,39 @@
<svg width="700" height="1230" viewBox="0 0 700 1230" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="700" height="1230" fill="#D9D9D9"/>
<rect y="1160" width="700" height="70" fill="#8E7BC4"/>
<rect width="700" height="900" fill="#8E7BC4"/>
<rect x="7.5" y="7.5" width="685" height="1215" stroke="black" stroke-width="15"/>
<circle cx="510.639" cy="1068.07" r="6.5" transform="rotate(-149.555 510.639 1068.07)" stroke="#E38155" stroke-width="5"/>
<circle cx="461.319" cy="1004.32" r="6.5" transform="rotate(-149.555 461.319 1004.32)" stroke="#E38155" stroke-width="5"/>
<circle cx="472.319" cy="1084.32" r="6.5" transform="rotate(-149.555 472.319 1084.32)" stroke="#E38155" stroke-width="5"/>
<circle cx="583.32" cy="1066.32" r="6.5" transform="rotate(-149.555 583.32 1066.32)" stroke="#E38155" stroke-width="5"/>
<circle cx="425.319" cy="916.319" r="6.5" transform="rotate(-149.555 425.319 916.319)" stroke="#E38155" stroke-width="5"/>
<circle cx="387.283" cy="930.606" r="6.5" transform="rotate(-149.555 387.283 930.606)" stroke="#E38155" stroke-width="5"/>
<circle cx="387.797" cy="949.467" r="6.5" transform="rotate(-149.555 387.797 949.467)" stroke="#E38155" stroke-width="5"/>
<circle cx="419.333" cy="947.124" r="6.5" transform="rotate(-149.555 419.333 947.124)" stroke="#E38155" stroke-width="5"/>
<circle cx="457.449" cy="913.85" r="6.5" transform="rotate(-149.555 457.449 913.85)" stroke="#E38155" stroke-width="5"/>
<circle cx="447.315" cy="931.092" r="6.5" transform="rotate(-149.555 447.315 931.092)" stroke="#E38155" stroke-width="5"/>
<circle cx="499.33" cy="917.587" r="6.5" transform="rotate(-149.555 499.33 917.587)" stroke="#E38155" stroke-width="5"/>
<circle cx="473.178" cy="946.294" r="6.5" transform="rotate(-149.555 473.178 946.294)" stroke="#E38155" stroke-width="5"/>
<circle cx="490.329" cy="984.213" r="6.5" transform="rotate(-149.555 490.329 984.213)" stroke="#E38155" stroke-width="5"/>
<circle cx="506.135" cy="949.426" r="6.5" transform="rotate(-149.555 506.135 949.426)" stroke="#E38155" stroke-width="5"/>
<circle cx="536.25" cy="941.607" r="6.5" transform="rotate(-149.555 536.25 941.607)" stroke="#E38155" stroke-width="5"/>
<circle cx="526.523" cy="966.049" r="6.5" transform="rotate(-149.555 526.523 966.049)" stroke="#E38155" stroke-width="5"/>
<circle cx="524.299" cy="985.621" r="6.5" transform="rotate(-149.555 524.299 985.621)" stroke="#E38155" stroke-width="5"/>
<circle cx="511.836" cy="1010.77" r="6.5" transform="rotate(-149.555 511.836 1010.77)" stroke="#E38155" stroke-width="5"/>
<circle cx="566.878" cy="952.649" r="6.5" transform="rotate(-149.555 566.878 952.649)" stroke="#E38155" stroke-width="5"/>
<circle cx="586.66" cy="978.196" r="6.5" transform="rotate(-149.555 586.66 978.196)" stroke="#E38155" stroke-width="5"/>
<circle cx="557.257" cy="988.752" r="6.5" transform="rotate(-149.555 557.257 988.752)" stroke="#E38155" stroke-width="5"/>
<circle cx="580.383" cy="1004.66" r="6.5" transform="rotate(-149.555 580.383 1004.66)" stroke="#E38155" stroke-width="5"/>
<circle cx="549.966" cy="1016.95" r="6.5" transform="rotate(-149.555 549.966 1016.95)" stroke="#E38155" stroke-width="5"/>
<circle cx="585.358" cy="1023.83" r="6.5" transform="rotate(-149.555 585.358 1023.83)" stroke="#E38155" stroke-width="5"/>
<circle cx="553.731" cy="1053.96" r="6.5" transform="rotate(-149.555 553.731 1053.96)" stroke="#E38155" stroke-width="5"/>
<circle cx="489.737" cy="1032.58" r="6.5" transform="rotate(-149.555 489.737 1032.58)" stroke="#E38155" stroke-width="5"/>
<circle cx="527.867" cy="1038.76" r="6.5" transform="rotate(-149.555 527.867 1038.76)" stroke="#E38155" stroke-width="5"/>
<circle cx="531.224" cy="1068.57" r="6.5" transform="rotate(-149.555 531.224 1068.57)" stroke="#E38155" stroke-width="5"/>
<path d="M87.3864 970.636V1087H59.3182V996.886H58.6364L32.6136 1012.8V988.477L61.3068 970.636H87.3864ZM161.236 1089.84C151.084 1089.84 142.334 1087.44 134.986 1082.62C127.637 1077.78 121.974 1070.83 117.997 1061.77C114.02 1052.68 112.05 1041.75 112.088 1028.99C112.126 1016.22 114.115 1005.39 118.054 996.489C122.031 987.549 127.675 980.75 134.986 976.091C142.334 971.394 151.084 969.045 161.236 969.045C171.387 969.045 180.137 971.394 187.486 976.091C194.872 980.75 200.554 987.549 204.531 996.489C208.509 1005.43 210.478 1016.26 210.44 1028.99C210.44 1041.79 208.452 1052.74 204.474 1061.83C200.497 1070.92 194.834 1077.87 187.486 1082.68C180.175 1087.45 171.425 1089.84 161.236 1089.84ZM161.236 1066.83C167.296 1066.83 172.202 1063.74 175.952 1057.57C179.702 1051.36 181.558 1041.83 181.52 1028.99C181.52 1020.58 180.668 1013.65 178.963 1008.19C177.259 1002.7 174.891 998.61 171.861 995.92C168.83 993.231 165.289 991.886 161.236 991.886C155.213 991.886 150.346 994.936 146.634 1001.03C142.921 1007.09 141.046 1016.41 141.009 1028.99C140.971 1037.51 141.785 1044.58 143.452 1050.18C145.156 1055.79 147.543 1059.97 150.611 1062.74C153.679 1065.47 157.221 1066.83 161.236 1066.83ZM274.673 1089.84C264.522 1089.84 255.772 1087.44 248.423 1082.62C241.075 1077.78 235.412 1070.83 231.435 1061.77C227.457 1052.68 225.488 1041.75 225.526 1028.99C225.563 1016.22 227.552 1005.39 231.491 996.489C235.469 987.549 241.113 980.75 248.423 976.091C255.772 971.394 264.522 969.045 274.673 969.045C284.825 969.045 293.575 971.394 300.923 976.091C308.31 980.75 313.991 987.549 317.969 996.489C321.946 1005.43 323.916 1016.26 323.878 1028.99C323.878 1041.79 321.889 1052.74 317.912 1061.83C313.935 1070.92 308.272 1077.87 300.923 1082.68C293.613 1087.45 284.863 1089.84 274.673 1089.84ZM274.673 1066.83C280.734 1066.83 285.639 1063.74 289.389 1057.57C293.139 1051.36 294.995 1041.83 294.957 1028.99C294.957 1020.58 294.105 1013.65 292.401 1008.19C290.696 1002.7 288.329 998.61 285.298 995.92C282.268 993.231 278.726 991.886 274.673 991.886C268.651 991.886 263.783 994.936 260.071 1001.03C256.359 1007.09 254.484 1016.41 254.446 1028.99C254.408 1037.51 255.223 1044.58 256.889 1050.18C258.594 1055.79 260.98 1059.97 264.048 1062.74C267.116 1065.47 270.658 1066.83 274.673 1066.83ZM388.111 1089.84C377.959 1089.84 369.209 1087.44 361.861 1082.62C354.512 1077.78 348.849 1070.83 344.872 1061.77C340.895 1052.68 338.925 1041.75 338.963 1028.99C339.001 1016.22 340.99 1005.39 344.929 996.489C348.906 987.549 354.55 980.75 361.861 976.091C369.209 971.394 377.959 969.045 388.111 969.045C398.262 969.045 407.012 971.394 414.361 976.091C421.747 980.75 427.429 987.549 431.406 996.489C435.384 1005.43 437.353 1016.26 437.315 1028.99C437.315 1041.79 435.327 1052.74 431.349 1061.83C427.372 1070.92 421.709 1077.87 414.361 1082.68C407.05 1087.45 398.3 1089.84 388.111 1089.84ZM388.111 1066.83C394.171 1066.83 399.077 1063.74 402.827 1057.57C406.577 1051.36 408.433 1041.83 408.395 1028.99C408.395 1020.58 407.543 1013.65 405.838 1008.19C404.134 1002.7 401.766 998.61 398.736 995.92C395.705 993.231 392.164 991.886 388.111 991.886C382.088 991.886 377.221 994.936 373.509 1001.03C369.796 1007.09 367.921 1016.41 367.884 1028.99C367.846 1037.51 368.66 1044.58 370.327 1050.18C372.031 1055.79 374.418 1059.97 377.486 1062.74C380.554 1065.47 384.096 1066.83 388.111 1066.83Z" fill="#5227CC"/>
<rect x="188" y="122" width="75" height="250" fill="#5227CC"/>
<rect x="100" y="291" width="75" height="250" transform="rotate(-90 100 291)" fill="#5227CC"/>
<circle cx="479" cy="668" r="160" fill="#976C39"/>
<path d="M164.983 542.545V688H129.898V575.358H129.045L96.517 595.244V564.847L132.384 542.545H164.983ZM257.295 691.551C244.605 691.551 233.668 688.545 224.482 682.531C215.297 676.471 208.218 667.782 203.246 656.466C198.275 645.102 195.813 631.442 195.86 615.486C195.907 599.529 198.393 585.988 203.317 574.861C208.289 563.687 215.344 555.187 224.482 549.364C233.668 543.492 244.605 540.557 257.295 540.557C269.984 540.557 280.922 543.492 290.107 549.364C299.34 555.187 306.442 563.687 311.414 574.861C316.386 586.035 318.848 599.577 318.8 615.486C318.8 631.49 316.315 645.173 311.343 656.537C306.371 667.901 299.293 676.589 290.107 682.602C280.969 688.568 270.031 691.551 257.295 691.551ZM257.295 662.787C264.871 662.787 271.002 658.928 275.69 651.21C280.377 643.445 282.697 631.537 282.65 615.486C282.65 604.974 281.585 596.31 279.454 589.491C277.323 582.626 274.364 577.512 270.576 574.151C266.788 570.789 262.361 569.108 257.295 569.108C249.766 569.108 243.682 572.92 239.042 580.543C234.402 588.118 232.058 599.766 232.011 615.486C231.963 626.139 232.981 634.97 235.065 641.977C237.195 648.985 240.178 654.217 244.013 657.673C247.849 661.082 252.276 662.787 257.295 662.787ZM399.092 691.551C386.402 691.551 375.465 688.545 366.279 682.531C357.094 676.471 350.015 667.782 345.043 656.466C340.072 645.102 337.61 631.442 337.657 615.486C337.704 599.529 340.19 585.988 345.114 574.861C350.086 563.687 357.141 555.187 366.279 549.364C375.465 543.492 386.402 540.557 399.092 540.557C411.781 540.557 422.719 543.492 431.904 549.364C441.137 555.187 448.239 563.687 453.211 574.861C458.183 586.035 460.645 599.577 460.597 615.486C460.597 631.49 458.112 645.173 453.14 656.537C448.168 667.901 441.09 676.589 431.904 682.602C422.766 688.568 411.828 691.551 399.092 691.551ZM399.092 662.787C406.667 662.787 412.799 658.928 417.487 651.21C422.174 643.445 424.494 631.537 424.447 615.486C424.447 604.974 423.381 596.31 421.251 589.491C419.12 582.626 416.161 577.512 412.373 574.151C408.585 570.789 404.158 569.108 399.092 569.108C391.563 569.108 385.479 572.92 380.839 580.543C376.199 588.118 373.855 599.766 373.808 615.486C373.76 626.139 374.778 634.97 376.862 641.977C378.992 648.985 381.975 654.217 385.81 657.673C389.646 661.082 394.073 662.787 399.092 662.787ZM540.888 691.551C528.199 691.551 517.262 688.545 508.076 682.531C498.89 676.471 491.812 667.782 486.84 656.466C481.869 645.102 479.406 631.442 479.454 615.486C479.501 599.529 481.987 585.988 486.911 574.861C491.883 563.687 498.938 555.187 508.076 549.364C517.262 543.492 528.199 540.557 540.888 540.557C553.578 540.557 564.515 543.492 573.701 549.364C582.934 555.187 590.036 563.687 595.008 574.861C599.979 586.035 602.442 599.577 602.394 615.486C602.394 631.49 599.908 645.173 594.937 656.537C589.965 667.901 582.887 676.589 573.701 682.602C564.563 688.568 553.625 691.551 540.888 691.551ZM540.888 662.787C548.464 662.787 554.596 658.928 559.283 651.21C563.971 643.445 566.291 631.537 566.244 615.486C566.244 604.974 565.178 596.31 563.048 589.491C560.917 582.626 557.958 577.512 554.17 574.151C550.382 570.789 545.955 569.108 540.888 569.108C533.36 569.108 527.276 572.92 522.636 580.543C517.996 588.118 515.652 599.766 515.604 615.486C515.557 626.139 516.575 634.97 518.658 641.977C520.789 648.985 523.772 654.217 527.607 657.673C531.442 661.082 535.87 662.787 540.888 662.787Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Robin van der Linde
SPDX-License-Identifier: CC0-1.0

View file

@ -0,0 +1,39 @@
<svg width="700" height="1230" viewBox="0 0 700 1230" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="700" height="1230" fill="#D9D9D9"/>
<rect y="1160" width="700" height="70" fill="#1E8EBA"/>
<rect width="700" height="900" fill="#1E8EBA"/>
<rect x="7.5" y="7.5" width="685" height="1215" stroke="black" stroke-width="15"/>
<circle cx="463" cy="956" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="671" cy="1078" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="645" cy="1064" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="609" cy="1076" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="619" cy="1050" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="639" cy="1012" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="629" cy="996" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="603" cy="1014" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="587" cy="1062" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="587" cy="1042" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="549" cy="1080" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="557" cy="1042" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="523" cy="1018" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="527" cy="1056" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="505" cy="1078" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="501" cy="1052" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="493" cy="1034" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="491" cy="1006" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="473" cy="1084" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="443" cy="1072" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="463" cy="1048" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="435" cy="1046" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="455" cy="1020" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="421" cy="1032" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="433" cy="990" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="499" cy="976" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="463" cy="990" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="445" cy="966" r="6.5" stroke="#E38155" stroke-width="5"/>
<path d="M104.983 954.545V1100H69.8977V987.358H69.0455L36.517 1007.24V976.847L72.3835 954.545H104.983ZM197.295 1103.55C184.605 1103.55 173.668 1100.54 164.482 1094.53C155.297 1088.47 148.218 1079.78 143.246 1068.47C138.275 1057.1 135.813 1043.44 135.86 1027.49C135.907 1011.53 138.393 997.988 143.317 986.861C148.289 975.687 155.344 967.187 164.482 961.364C173.668 955.492 184.605 952.557 197.295 952.557C209.984 952.557 220.922 955.492 230.107 961.364C239.34 967.187 246.442 975.687 251.414 986.861C256.386 998.035 258.848 1011.58 258.8 1027.49C258.8 1043.49 256.315 1057.17 251.343 1068.54C246.371 1079.9 239.293 1088.59 230.107 1094.6C220.969 1100.57 210.031 1103.55 197.295 1103.55ZM197.295 1074.79C204.871 1074.79 211.002 1070.93 215.69 1063.21C220.377 1055.45 222.697 1043.54 222.65 1027.49C222.65 1016.97 221.585 1008.31 219.454 1001.49C217.323 994.626 214.364 989.512 210.576 986.151C206.788 982.789 202.361 981.108 197.295 981.108C189.766 981.108 183.682 984.92 179.042 992.543C174.402 1000.12 172.058 1011.77 172.011 1027.49C171.963 1038.14 172.981 1046.97 175.065 1053.98C177.195 1060.98 180.178 1066.22 184.013 1069.67C187.849 1073.08 192.276 1074.79 197.295 1074.79ZM339.092 1103.55C326.402 1103.55 315.465 1100.54 306.279 1094.53C297.094 1088.47 290.015 1079.78 285.043 1068.47C280.072 1057.1 277.61 1043.44 277.657 1027.49C277.704 1011.53 280.19 997.988 285.114 986.861C290.086 975.687 297.141 967.187 306.279 961.364C315.465 955.492 326.402 952.557 339.092 952.557C351.781 952.557 362.719 955.492 371.904 961.364C381.137 967.187 388.239 975.687 393.211 986.861C398.183 998.035 400.645 1011.58 400.597 1027.49C400.597 1043.49 398.112 1057.17 393.14 1068.54C388.168 1079.9 381.09 1088.59 371.904 1094.6C362.766 1100.57 351.828 1103.55 339.092 1103.55ZM339.092 1074.79C346.667 1074.79 352.799 1070.93 357.487 1063.21C362.174 1055.45 364.494 1043.54 364.447 1027.49C364.447 1016.97 363.381 1008.31 361.251 1001.49C359.12 994.626 356.161 989.512 352.373 986.151C348.585 982.789 344.158 981.108 339.092 981.108C331.563 981.108 325.479 984.92 320.839 992.543C316.199 1000.12 313.855 1011.77 313.808 1027.49C313.76 1038.14 314.778 1046.97 316.862 1053.98C318.992 1060.98 321.975 1066.22 325.81 1069.67C329.646 1073.08 334.073 1074.79 339.092 1074.79Z" fill="#0A5471"/>
<rect x="188" y="122" width="75" height="250" fill="#0A5471"/>
<rect x="100" y="291" width="75" height="250" transform="rotate(-90 100 291)" fill="#0A5471"/>
<circle cx="479" cy="668" r="160" fill="#87475A"/>
<path d="M178.974 505.818V724H126.347V555.037H125.068L76.2756 584.866V539.27L130.075 505.818H178.974ZM317.442 729.327C298.408 729.327 282.002 724.817 268.223 715.797C254.445 706.706 243.827 693.673 236.37 676.699C228.912 659.653 225.219 639.163 225.29 615.229C225.361 591.294 229.09 570.982 236.476 554.291C243.934 537.53 254.516 524.781 268.223 516.045C282.002 507.239 298.408 502.835 317.442 502.835C336.476 502.835 352.882 507.239 366.661 516.045C380.51 524.781 391.164 537.53 398.621 554.291C406.078 571.053 409.772 591.365 409.701 615.229C409.701 639.234 405.972 659.76 398.515 676.805C391.057 693.851 380.439 706.884 366.661 715.903C352.953 724.852 336.547 729.327 317.442 729.327ZM317.442 686.18C328.806 686.18 338.003 680.392 345.034 668.815C352.066 657.168 355.546 639.305 355.475 615.229C355.475 599.462 353.877 586.464 350.681 576.237C347.485 565.939 343.046 558.268 337.364 553.226C331.682 548.183 325.042 545.662 317.442 545.662C306.15 545.662 297.023 551.379 290.063 562.814C283.103 574.178 279.587 591.649 279.516 615.229C279.445 631.209 280.972 644.455 284.097 654.966C287.293 665.477 291.767 673.325 297.52 678.51C303.273 683.624 309.914 686.18 317.442 686.18ZM530.137 729.327C511.103 729.327 494.697 724.817 480.919 715.797C467.14 706.706 456.522 693.673 449.065 676.699C441.608 659.653 437.914 639.163 437.985 615.229C438.056 591.294 441.785 570.982 449.172 554.291C456.629 537.53 467.211 524.781 480.919 516.045C494.697 507.239 511.103 502.835 530.137 502.835C549.172 502.835 565.578 507.239 579.356 516.045C593.206 524.781 603.859 537.53 611.316 554.291C618.774 571.053 622.467 591.365 622.396 615.229C622.396 639.234 618.667 659.76 611.21 676.805C603.752 693.851 593.135 706.884 579.356 715.903C565.649 724.852 549.243 729.327 530.137 729.327ZM530.137 686.18C541.501 686.18 550.699 680.392 557.73 668.815C564.761 657.168 568.241 639.305 568.17 615.229C568.17 599.462 566.572 586.464 563.376 576.237C560.18 565.939 555.741 558.268 550.059 553.226C544.377 548.183 537.737 545.662 530.137 545.662C518.845 545.662 509.718 551.379 502.758 562.814C495.798 574.178 492.282 591.649 492.211 615.229C492.14 631.209 493.667 644.455 496.792 654.966C499.988 665.477 504.463 673.325 510.216 678.51C515.968 683.624 522.609 686.18 530.137 686.18Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 6.9 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Robin van der Linde
SPDX-License-Identifier: CC0-1.0

View file

@ -0,0 +1,39 @@
<svg width="700" height="1230" viewBox="0 0 700 1230" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="700" height="1230" fill="#D9D9D9"/>
<rect y="1160" width="700" height="70" fill="#FFBD3B"/>
<rect width="700" height="900" fill="#FFBD3B"/>
<rect x="7.5" y="7.5" width="685" height="1215" stroke="black" stroke-width="15"/>
<circle cx="376" cy="930" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="584" cy="1052" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="558" cy="1038" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="522" cy="1050" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="532" cy="1024" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="552" cy="986" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="542" cy="970" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="516" cy="988" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="500" cy="1036" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="500" cy="1016" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="462" cy="1054" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="470" cy="1016" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="436" cy="992" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="440" cy="1030" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="418" cy="1052" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="414" cy="1026" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="406" cy="1008" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="404" cy="980" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="386" cy="1058" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="356" cy="1046" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="376" cy="1022" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="348" cy="1020" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="368" cy="994" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="334" cy="1006" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="346" cy="964" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="412" cy="950" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="376" cy="964" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="358" cy="940" r="6.5" stroke="#E38155" stroke-width="5"/>
<path d="M104.983 954.545V1100H69.8977V987.358H69.0455L36.517 1007.24V976.847L72.3835 954.545H104.983ZM197.295 1103.55C184.605 1103.55 173.668 1100.54 164.482 1094.53C155.297 1088.47 148.218 1079.78 143.246 1068.47C138.275 1057.1 135.813 1043.44 135.86 1027.49C135.907 1011.53 138.393 997.988 143.317 986.861C148.289 975.687 155.344 967.187 164.482 961.364C173.668 955.492 184.605 952.557 197.295 952.557C209.984 952.557 220.922 955.492 230.107 961.364C239.34 967.187 246.442 975.687 251.414 986.861C256.386 998.035 258.848 1011.58 258.8 1027.49C258.8 1043.49 256.315 1057.17 251.343 1068.54C246.371 1079.9 239.293 1088.59 230.107 1094.6C220.969 1100.57 210.031 1103.55 197.295 1103.55ZM197.295 1074.79C204.871 1074.79 211.002 1070.93 215.69 1063.21C220.377 1055.45 222.697 1043.54 222.65 1027.49C222.65 1016.97 221.585 1008.31 219.454 1001.49C217.323 994.626 214.364 989.512 210.576 986.151C206.788 982.789 202.361 981.108 197.295 981.108C189.766 981.108 183.682 984.92 179.042 992.543C174.402 1000.12 172.058 1011.77 172.011 1027.49C171.963 1038.14 172.981 1046.97 175.065 1053.98C177.195 1060.98 180.178 1066.22 184.013 1069.67C187.849 1073.08 192.276 1074.79 197.295 1074.79Z" fill="#E38155"/>
<rect x="188" y="122" width="75" height="250" fill="#E38155"/>
<rect x="100" y="291" width="75" height="250" transform="rotate(-90 100 291)" fill="#E38155"/>
<circle cx="479" cy="668" r="160" fill="#538268"/>
<path d="M253.462 450.727V778H174.52V524.555H172.602L99.4134 569.3V500.905L180.113 450.727H253.462ZM461.163 785.99C432.612 785.99 408.003 779.225 387.335 765.695C366.667 752.059 350.741 732.51 339.555 707.048C328.368 681.48 322.829 650.745 322.935 614.843C323.042 578.941 328.635 548.472 339.714 523.437C350.9 498.295 366.774 479.172 387.335 466.068C408.003 452.858 432.612 446.253 461.163 446.253C489.714 446.253 514.324 452.858 534.991 466.068C555.765 479.172 571.746 498.295 582.932 523.437C594.118 548.579 599.657 579.048 599.551 614.843C599.551 650.852 593.958 681.64 582.772 707.208C571.586 732.776 555.659 752.325 534.991 765.855C514.43 779.278 489.821 785.99 461.163 785.99ZM461.163 721.271C478.209 721.271 492.005 712.588 502.552 695.223C513.099 677.751 518.319 650.958 518.212 614.843C518.212 591.192 515.815 571.697 511.021 556.356C506.227 540.908 499.569 529.403 491.046 521.839C482.523 514.275 472.562 510.493 461.163 510.493C444.224 510.493 430.535 519.069 420.094 536.221C409.654 553.266 404.381 579.474 404.274 614.843C404.167 638.813 406.458 658.682 411.145 674.449C415.939 690.216 422.651 701.988 431.28 709.765C439.91 717.435 449.871 721.271 461.163 721.271Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Robin van der Linde
SPDX-License-Identifier: CC0-1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Swissmint
SPDX-License-Identifier: CC0-1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Swissmint
SPDX-License-Identifier: CC0-1.0

View file

@ -0,0 +1,39 @@
<svg width="700" height="1230" viewBox="0 0 700 1230" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="700" height="1230" fill="#D9D9D9"/>
<rect y="1160" width="700" height="70" fill="#9F7C46"/>
<rect width="700" height="900" fill="#9F7C46"/>
<rect x="7.5" y="7.5" width="685" height="1215" stroke="black" stroke-width="15"/>
<path d="M502.097 976.459C502.097 979.157 499.859 981.418 497.007 981.418C494.155 981.418 491.918 979.157 491.918 976.459C491.918 973.761 494.155 971.5 497.007 971.5C499.859 971.5 502.097 973.761 502.097 976.459Z" stroke="#E38155" stroke-width="5"/>
<path d="M677.5 1077.57C677.5 1080.27 675.262 1082.53 672.41 1082.53C669.558 1082.53 667.321 1080.27 667.321 1077.57C667.321 1074.87 669.558 1072.61 672.41 1072.61C675.262 1072.61 677.5 1074.87 677.5 1077.57Z" stroke="#E38155" stroke-width="5"/>
<path d="M655.575 1065.97C655.575 1068.66 653.337 1070.92 650.485 1070.92C647.633 1070.92 645.396 1068.66 645.396 1065.97C645.396 1063.27 647.633 1061.01 650.485 1061.01C653.337 1061.01 655.575 1063.27 655.575 1065.97Z" stroke="#E38155" stroke-width="5"/>
<path d="M625.216 1075.91C625.216 1078.61 622.979 1080.87 620.127 1080.87C617.275 1080.87 615.037 1078.61 615.037 1075.91C615.037 1073.21 617.275 1070.95 620.127 1070.95C622.979 1070.95 625.216 1073.21 625.216 1075.91Z" stroke="#E38155" stroke-width="5"/>
<path d="M633.649 1054.36C633.649 1057.06 631.412 1059.32 628.56 1059.32C625.708 1059.32 623.47 1057.06 623.47 1054.36C623.47 1051.66 625.708 1049.4 628.56 1049.4C631.412 1049.4 633.649 1051.66 633.649 1054.36Z" stroke="#E38155" stroke-width="5"/>
<path d="M650.515 1022.87C650.515 1025.57 648.277 1027.83 645.425 1027.83C642.573 1027.83 640.336 1025.57 640.336 1022.87C640.336 1020.17 642.573 1017.91 645.425 1017.91C648.277 1017.91 650.515 1020.17 650.515 1022.87Z" stroke="#E38155" stroke-width="5"/>
<path d="M642.082 1009.61C642.082 1012.31 639.844 1014.57 636.993 1014.57C634.141 1014.57 631.903 1012.31 631.903 1009.61C631.903 1006.91 634.141 1004.65 636.993 1004.65C639.844 1004.65 642.082 1006.91 642.082 1009.61Z" stroke="#E38155" stroke-width="5"/>
<path d="M620.157 1024.53C620.157 1027.23 617.919 1029.49 615.067 1029.49C612.215 1029.49 609.978 1027.23 609.978 1024.53C609.978 1021.83 612.215 1019.57 615.067 1019.57C617.919 1019.57 620.157 1021.83 620.157 1024.53Z" stroke="#E38155" stroke-width="5"/>
<path d="M606.664 1064.31C606.664 1067.01 604.427 1069.27 601.575 1069.27C598.723 1069.27 596.485 1067.01 596.485 1064.31C596.485 1061.61 598.723 1059.35 601.575 1059.35C604.427 1059.35 606.664 1061.61 606.664 1064.31Z" stroke="#E38155" stroke-width="5"/>
<path d="M606.664 1047.73C606.664 1050.43 604.427 1052.69 601.575 1052.69C598.723 1052.69 596.485 1050.43 596.485 1047.73C596.485 1045.03 598.723 1042.77 601.575 1042.77C604.427 1042.77 606.664 1045.03 606.664 1047.73Z" stroke="#E38155" stroke-width="5"/>
<path d="M574.619 1079.23C574.619 1081.92 572.382 1084.18 569.53 1084.18C566.678 1084.18 564.44 1081.92 564.44 1079.23C564.44 1076.53 566.678 1074.27 569.53 1074.27C572.382 1074.27 574.619 1076.53 574.619 1079.23Z" stroke="#E38155" stroke-width="5"/>
<path d="M581.366 1047.73C581.366 1050.43 579.128 1052.69 576.276 1052.69C573.424 1052.69 571.187 1050.43 571.187 1047.73C571.187 1045.03 573.424 1042.77 576.276 1042.77C579.128 1042.77 581.366 1045.03 581.366 1047.73Z" stroke="#E38155" stroke-width="5"/>
<path d="M552.694 1027.84C552.694 1030.54 550.456 1032.8 547.604 1032.8C544.752 1032.8 542.515 1030.54 542.515 1027.84C542.515 1025.14 544.752 1022.88 547.604 1022.88C550.456 1022.88 552.694 1025.14 552.694 1027.84Z" stroke="#E38155" stroke-width="5"/>
<path d="M556.067 1059.34C556.067 1062.03 553.83 1064.29 550.978 1064.29C548.126 1064.29 545.888 1062.03 545.888 1059.34C545.888 1056.64 548.126 1054.38 550.978 1054.38C553.83 1054.38 556.067 1056.64 556.067 1059.34Z" stroke="#E38155" stroke-width="5"/>
<path d="M537.515 1077.57C537.515 1080.27 535.277 1082.53 532.425 1082.53C529.573 1082.53 527.336 1080.27 527.336 1077.57C527.336 1074.87 529.573 1072.61 532.425 1072.61C535.277 1072.61 537.515 1074.87 537.515 1077.57Z" stroke="#E38155" stroke-width="5"/>
<path d="M534.142 1056.02C534.142 1058.72 531.904 1060.98 529.052 1060.98C526.2 1060.98 523.963 1058.72 523.963 1056.02C523.963 1053.32 526.2 1051.06 529.052 1051.06C531.904 1051.06 534.142 1053.32 534.142 1056.02Z" stroke="#E38155" stroke-width="5"/>
<path d="M527.396 1041.1C527.396 1043.8 525.158 1046.06 522.306 1046.06C519.454 1046.06 517.216 1043.8 517.216 1041.1C517.216 1038.4 519.454 1036.14 522.306 1036.14C525.158 1036.14 527.396 1038.4 527.396 1041.1Z" stroke="#E38155" stroke-width="5"/>
<path d="M525.709 1017.9C525.709 1020.6 523.471 1022.86 520.619 1022.86C517.767 1022.86 515.53 1020.6 515.53 1017.9C515.53 1015.2 517.767 1012.94 520.619 1012.94C523.471 1012.94 525.709 1015.2 525.709 1017.9Z" stroke="#E38155" stroke-width="5"/>
<path d="M510.53 1082.54C510.53 1085.24 508.292 1087.5 505.44 1087.5C502.588 1087.5 500.351 1085.24 500.351 1082.54C500.351 1079.84 502.588 1077.58 505.44 1077.58C508.292 1077.58 510.53 1079.84 510.53 1082.54Z" stroke="#E38155" stroke-width="5"/>
<path d="M485.231 1072.6C485.231 1075.29 482.994 1077.55 480.142 1077.55C477.29 1077.55 475.052 1075.29 475.052 1072.6C475.052 1069.9 477.29 1067.64 480.142 1067.64C482.994 1067.64 485.231 1069.9 485.231 1072.6Z" stroke="#E38155" stroke-width="5"/>
<path d="M502.097 1052.71C502.097 1055.4 499.859 1057.66 497.007 1057.66C494.155 1057.66 491.918 1055.4 491.918 1052.71C491.918 1050.01 494.155 1047.75 497.007 1047.75C499.859 1047.75 502.097 1050.01 502.097 1052.71Z" stroke="#E38155" stroke-width="5"/>
<path d="M478.485 1051.05C478.485 1053.75 476.248 1056.01 473.396 1056.01C470.544 1056.01 468.306 1053.75 468.306 1051.05C468.306 1048.35 470.544 1046.09 473.396 1046.09C476.248 1046.09 478.485 1048.35 478.485 1051.05Z" stroke="#E38155" stroke-width="5"/>
<path d="M495.351 1029.5C495.351 1032.2 493.113 1034.46 490.261 1034.46C487.409 1034.46 485.172 1032.2 485.172 1029.5C485.172 1026.8 487.409 1024.54 490.261 1024.54C493.113 1024.54 495.351 1026.8 495.351 1029.5Z" stroke="#E38155" stroke-width="5"/>
<path d="M466.679 1039.45C466.679 1042.14 464.442 1044.4 461.59 1044.4C458.738 1044.4 456.5 1042.14 456.5 1039.45C456.5 1036.75 458.738 1034.49 461.59 1034.49C464.442 1034.49 466.679 1036.75 466.679 1039.45Z" stroke="#E38155" stroke-width="5"/>
<path d="M476.799 1004.64C476.799 1007.33 474.561 1009.6 471.709 1009.6C468.857 1009.6 466.619 1007.33 466.619 1004.64C466.619 1001.94 468.857 999.678 471.709 999.678C474.561 999.678 476.799 1001.94 476.799 1004.64Z" stroke="#E38155" stroke-width="5"/>
<path d="M532.455 993.034C532.455 995.732 530.218 997.993 527.366 997.993C524.514 997.993 522.276 995.732 522.276 993.034C522.276 990.336 524.514 988.075 527.366 988.075C530.218 988.075 532.455 990.336 532.455 993.034Z" stroke="#E38155" stroke-width="5"/>
<path d="M502.097 1004.64C502.097 1007.33 499.859 1009.6 497.007 1009.6C494.155 1009.6 491.918 1007.33 491.918 1004.64C491.918 1001.94 494.155 999.678 497.007 999.678C499.859 999.678 502.097 1001.94 502.097 1004.64Z" stroke="#E38155" stroke-width="5"/>
<path d="M486.918 984.747C486.918 987.445 484.68 989.705 481.828 989.705C478.976 989.705 476.739 987.445 476.739 984.747C476.739 982.049 478.976 979.788 481.828 979.788C484.68 979.788 486.918 982.049 486.918 984.747Z" stroke="#E38155" stroke-width="5"/>
<path d="M37.7244 1100V1074.72L90.7784 1028.27C94.7557 1024.67 98.1411 1021.38 100.935 1018.39C103.728 1015.36 105.859 1012.33 107.327 1009.3C108.795 1006.23 109.528 1002.89 109.528 999.29C109.528 995.265 108.652 991.832 106.901 988.991C105.149 986.103 102.734 983.878 99.6562 982.315C96.5786 980.753 93.0511 979.972 89.0739 979.972C85.0492 979.972 81.5218 980.8 78.4915 982.457C75.4612 984.067 73.0938 986.411 71.3892 989.489C69.732 992.566 68.9034 996.307 68.9034 1000.71H35.5938C35.5938 990.814 37.8191 982.268 42.2699 975.071C46.7206 967.874 52.9706 962.334 61.0199 958.452C69.1165 954.522 78.5152 952.557 89.2159 952.557C100.248 952.557 109.836 954.403 117.98 958.097C126.124 961.79 132.421 966.951 136.872 973.58C141.37 980.161 143.619 987.808 143.619 996.52C143.619 1002.06 142.507 1007.55 140.281 1013C138.056 1018.44 134.055 1024.46 128.278 1031.04C122.549 1037.62 114.405 1045.5 103.847 1054.69L86.446 1070.74V1071.66H145.395V1100H37.7244ZM225.42 1103.55C212.73 1103.55 201.793 1100.54 192.607 1094.53C183.422 1088.47 176.343 1079.78 171.371 1068.47C166.4 1057.1 163.938 1043.44 163.985 1027.49C164.032 1011.53 166.518 997.988 171.442 986.861C176.414 975.687 183.469 967.187 192.607 961.364C201.793 955.492 212.73 952.557 225.42 952.557C238.109 952.557 249.047 955.492 258.232 961.364C267.465 967.187 274.567 975.687 279.539 986.861C284.511 998.035 286.973 1011.58 286.925 1027.49C286.925 1043.49 284.44 1057.17 279.468 1068.54C274.496 1079.9 267.418 1088.59 258.232 1094.6C249.094 1100.57 238.156 1103.55 225.42 1103.55ZM225.42 1074.79C232.996 1074.79 239.127 1070.93 243.815 1063.21C248.502 1055.45 250.822 1043.54 250.775 1027.49C250.775 1016.97 249.71 1008.31 247.579 1001.49C245.448 994.626 242.489 989.512 238.701 986.151C234.913 982.789 230.486 981.108 225.42 981.108C217.891 981.108 211.807 984.92 207.167 992.543C202.527 1000.12 200.183 1011.77 200.136 1027.49C200.088 1038.14 201.106 1046.97 203.19 1053.98C205.32 1060.98 208.303 1066.22 212.138 1069.67C215.974 1073.08 220.401 1074.79 225.42 1074.79ZM367.217 1103.55C354.527 1103.55 343.59 1100.54 334.404 1094.53C325.219 1088.47 318.14 1079.78 313.168 1068.47C308.197 1057.1 305.735 1043.44 305.782 1027.49C305.829 1011.53 308.315 997.988 313.239 986.861C318.211 975.687 325.266 967.187 334.404 961.364C343.59 955.492 354.527 952.557 367.217 952.557C379.906 952.557 390.844 955.492 400.029 961.364C409.262 967.187 416.364 975.687 421.336 986.861C426.308 998.035 428.77 1011.58 428.722 1027.49C428.722 1043.49 426.237 1057.17 421.265 1068.54C416.293 1079.9 409.215 1088.59 400.029 1094.6C390.891 1100.57 379.953 1103.55 367.217 1103.55ZM367.217 1074.79C374.792 1074.79 380.924 1070.93 385.612 1063.21C390.299 1055.45 392.619 1043.54 392.572 1027.49C392.572 1016.97 391.506 1008.31 389.376 1001.49C387.245 994.626 384.286 989.512 380.498 986.151C376.71 982.789 372.283 981.108 367.217 981.108C359.688 981.108 353.604 984.92 348.964 992.543C344.324 1000.12 341.98 1011.77 341.933 1027.49C341.885 1038.14 342.903 1046.97 344.987 1053.98C347.117 1060.98 350.1 1066.22 353.935 1069.67C357.771 1073.08 362.198 1074.79 367.217 1074.79Z" fill="#80520C"/>
<rect x="188" y="122" width="75" height="250" fill="#80520C"/>
<rect x="100" y="291" width="75" height="250" transform="rotate(-90 100 291)" fill="#80520C"/>
<circle cx="479" cy="668" r="160" fill="#146A52"/>
<path d="M57.0866 724V686.074L136.668 616.401C142.634 611.003 147.712 606.067 151.902 601.592C156.092 597.047 159.288 592.501 161.49 587.956C163.692 583.339 164.793 578.332 164.793 572.935C164.793 566.898 163.479 561.749 160.851 557.487C158.223 553.155 154.601 549.817 149.984 547.473C145.368 545.129 140.077 543.957 134.111 543.957C128.074 543.957 122.783 545.2 118.237 547.686C113.692 550.101 110.141 553.616 107.584 558.233C105.098 562.849 103.855 568.46 103.855 575.065H53.8906C53.8906 560.222 57.2287 547.402 63.9048 536.607C70.581 525.811 79.956 517.501 92.0298 511.678C104.175 505.783 118.273 502.835 134.324 502.835C150.872 502.835 165.254 505.605 177.47 511.145C189.686 516.685 199.132 524.426 205.808 534.369C212.555 544.241 215.929 555.712 215.929 568.78C215.929 577.089 214.26 585.328 210.922 593.496C207.584 601.663 201.582 610.683 192.918 620.555C184.324 630.428 172.108 642.253 156.27 656.031L130.169 680.108V681.493H218.592V724H57.0866ZM338.63 729.327C319.596 729.327 303.189 724.817 289.411 715.797C275.632 706.706 265.015 693.673 257.557 676.699C250.1 659.653 246.407 639.163 246.478 615.229C246.549 591.294 250.277 570.982 257.664 554.291C265.121 537.53 275.703 524.781 289.411 516.045C303.189 507.239 319.596 502.835 338.63 502.835C357.664 502.835 374.07 507.239 387.848 516.045C401.698 524.781 412.351 537.53 419.809 554.291C427.266 571.053 430.959 591.365 430.888 615.229C430.888 639.234 427.159 659.76 419.702 676.805C412.245 693.851 401.627 706.884 387.848 715.903C374.141 724.852 357.735 729.327 338.63 729.327ZM338.63 686.18C349.993 686.18 359.191 680.392 366.222 668.815C373.253 657.168 376.733 639.305 376.662 615.229C376.662 599.462 375.064 586.464 371.868 576.237C368.672 565.939 364.233 558.268 358.551 553.226C352.87 548.183 346.229 545.662 338.63 545.662C327.337 545.662 318.211 551.379 311.25 562.814C304.29 574.178 300.775 591.649 300.703 615.229C300.632 631.209 302.159 644.455 305.284 654.966C308.48 665.477 312.955 673.325 318.708 678.51C324.461 683.624 331.101 686.18 338.63 686.18ZM551.325 729.327C532.291 729.327 515.885 724.817 502.106 715.797C488.328 706.706 477.71 693.673 470.252 676.699C462.795 659.653 459.102 639.163 459.173 615.229C459.244 591.294 462.973 570.982 470.359 554.291C477.816 537.53 488.399 524.781 502.106 516.045C515.885 507.239 532.291 502.835 551.325 502.835C570.359 502.835 586.765 507.239 600.544 516.045C614.393 524.781 625.047 537.53 632.504 554.291C639.961 571.053 643.654 591.365 643.583 615.229C643.583 639.234 639.855 659.76 632.397 676.805C624.94 693.851 614.322 706.884 600.544 715.903C586.836 724.852 570.43 729.327 551.325 729.327ZM551.325 686.18C562.689 686.18 571.886 680.392 578.917 668.815C585.949 657.168 589.429 639.305 589.358 615.229C589.358 599.462 587.76 586.464 584.564 576.237C581.368 565.939 576.929 558.268 571.247 553.226C565.565 548.183 558.924 545.662 551.325 545.662C540.032 545.662 530.906 551.379 523.946 562.814C516.985 574.178 513.47 591.649 513.399 615.229C513.328 631.209 514.855 644.455 517.98 654.966C521.176 665.477 525.65 673.325 531.403 678.51C537.156 683.624 543.797 686.18 551.325 686.18Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Robin van der Linde
SPDX-License-Identifier: CC0-1.0

View file

@ -0,0 +1,39 @@
<svg width="700" height="1230" viewBox="0 0 700 1230" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="700" height="1230" fill="#D9D9D9"/>
<rect y="1160" width="700" height="70" fill="#FF5457"/>
<rect width="700" height="900" fill="#FF5457"/>
<rect x="7.5" y="7.5" width="685" height="1215" stroke="black" stroke-width="15"/>
<circle cx="376" cy="930" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="584" cy="1052" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="558" cy="1038" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="522" cy="1050" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="532" cy="1024" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="552" cy="986" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="542" cy="970" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="516" cy="988" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="500" cy="1036" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="500" cy="1016" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="462" cy="1054" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="470" cy="1016" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="436" cy="992" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="440" cy="1030" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="418" cy="1052" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="414" cy="1026" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="406" cy="1008" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="404" cy="980" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="386" cy="1058" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="356" cy="1046" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="376" cy="1022" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="348" cy="1020" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="368" cy="994" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="334" cy="1006" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="346" cy="964" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="412" cy="950" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="376" cy="964" r="6.5" stroke="#E38155" stroke-width="5"/>
<circle cx="358" cy="940" r="6.5" stroke="#E38155" stroke-width="5"/>
<path d="M37.7244 1100V1074.72L90.7784 1028.27C94.7557 1024.67 98.1411 1021.38 100.935 1018.39C103.728 1015.36 105.859 1012.33 107.327 1009.3C108.795 1006.23 109.528 1002.89 109.528 999.29C109.528 995.265 108.652 991.832 106.901 988.991C105.149 986.103 102.734 983.878 99.6562 982.315C96.5786 980.753 93.0511 979.972 89.0739 979.972C85.0492 979.972 81.5218 980.8 78.4915 982.457C75.4612 984.067 73.0938 986.411 71.3892 989.489C69.732 992.566 68.9034 996.307 68.9034 1000.71H35.5938C35.5938 990.814 37.8191 982.268 42.2699 975.071C46.7206 967.874 52.9706 962.334 61.0199 958.452C69.1165 954.522 78.5152 952.557 89.2159 952.557C100.248 952.557 109.836 954.403 117.98 958.097C126.124 961.79 132.421 966.951 136.872 973.58C141.37 980.161 143.619 987.808 143.619 996.52C143.619 1002.06 142.507 1007.55 140.281 1013C138.056 1018.44 134.055 1024.46 128.278 1031.04C122.549 1037.62 114.405 1045.5 103.847 1054.69L86.446 1070.74V1071.66H145.395V1100H37.7244ZM225.42 1103.55C212.73 1103.55 201.793 1100.54 192.607 1094.53C183.422 1088.47 176.343 1079.78 171.371 1068.47C166.4 1057.1 163.938 1043.44 163.985 1027.49C164.032 1011.53 166.518 997.988 171.442 986.861C176.414 975.687 183.469 967.187 192.607 961.364C201.793 955.492 212.73 952.557 225.42 952.557C238.109 952.557 249.047 955.492 258.232 961.364C267.465 967.187 274.567 975.687 279.539 986.861C284.511 998.035 286.973 1011.58 286.925 1027.49C286.925 1043.49 284.44 1057.17 279.468 1068.54C274.496 1079.9 267.418 1088.59 258.232 1094.6C249.094 1100.57 238.156 1103.55 225.42 1103.55ZM225.42 1074.79C232.996 1074.79 239.127 1070.93 243.815 1063.21C248.502 1055.45 250.822 1043.54 250.775 1027.49C250.775 1016.97 249.71 1008.31 247.579 1001.49C245.448 994.626 242.489 989.512 238.701 986.151C234.913 982.789 230.486 981.108 225.42 981.108C217.891 981.108 211.807 984.92 207.167 992.543C202.527 1000.12 200.183 1011.77 200.136 1027.49C200.088 1038.14 201.106 1046.97 203.19 1053.98C205.32 1060.98 208.303 1066.22 212.138 1069.67C215.974 1073.08 220.401 1074.79 225.42 1074.79Z" fill="#721205"/>
<rect x="188" y="122" width="75" height="250" fill="#721205"/>
<rect x="100" y="291" width="75" height="250" transform="rotate(-90 100 291)" fill="#721205"/>
<circle cx="479" cy="668" r="160" fill="#538268"/>
<path d="M70.13 778V721.111L189.501 616.601C198.45 608.504 206.067 601.1 212.353 594.388C218.638 587.57 223.433 580.752 226.735 573.934C230.038 567.009 231.689 559.499 231.689 551.402C231.689 542.347 229.718 534.623 225.776 528.231C221.835 521.732 216.401 516.725 209.477 513.21C202.552 509.694 194.615 507.936 185.666 507.936C176.611 507.936 168.674 509.8 161.856 513.529C155.038 517.151 149.711 522.425 145.876 529.349C142.147 536.274 140.283 544.69 140.283 554.598H65.3359C65.3359 532.332 70.343 513.103 80.3572 496.91C90.3715 480.717 104.434 468.252 122.545 459.516C140.762 450.674 161.909 446.253 185.986 446.253C210.808 446.253 232.381 450.408 250.705 458.717C269.029 467.027 283.198 478.639 293.212 493.554C303.333 508.362 308.393 525.567 308.393 545.17C308.393 557.634 305.89 569.992 300.883 582.244C295.876 594.495 286.874 608.025 273.876 622.833C260.986 637.641 242.662 655.379 218.905 676.047L179.754 712.162V714.239H312.388V778H70.13ZM492.444 785.99C463.893 785.99 439.284 779.225 418.616 765.695C397.949 752.059 382.022 732.51 370.836 707.048C359.65 681.48 354.11 650.745 354.216 614.843C354.323 578.941 359.916 548.472 370.996 523.437C382.182 498.295 398.055 479.172 418.616 466.068C439.284 452.858 463.893 446.253 492.444 446.253C520.996 446.253 545.605 452.858 566.273 466.068C587.047 479.172 603.027 498.295 614.213 523.437C625.399 548.579 630.939 579.048 630.832 614.843C630.832 650.852 625.239 681.64 614.053 707.208C602.867 732.776 586.94 752.325 566.273 765.855C545.711 779.278 521.102 785.99 492.444 785.99ZM492.444 721.271C509.49 721.271 523.286 712.588 533.833 695.223C544.38 677.751 549.6 650.958 549.493 614.843C549.493 591.192 547.096 571.697 542.302 556.356C537.508 540.908 530.85 529.403 522.327 521.839C513.805 514.275 503.844 510.493 492.444 510.493C475.506 510.493 461.816 519.069 451.376 536.221C440.935 553.266 435.662 579.474 435.555 614.843C435.449 638.813 437.739 658.682 442.427 674.449C447.221 690.216 453.932 701.988 462.562 709.765C471.191 717.435 481.152 721.271 492.444 721.271Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 6.5 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Robin van der Linde
SPDX-License-Identifier: CC0-1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Swissmint
SPDX-License-Identifier: CC0-1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Swissmint
SPDX-License-Identifier: CC0-1.0

View file

@ -0,0 +1,39 @@
<svg width="700" height="1230" viewBox="0 0 700 1230" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="700" height="1230" fill="#D9D9D9"/>
<rect y="1160" width="700" height="70" fill="#28B55F"/>
<rect width="700" height="900" fill="#28B55F"/>
<rect x="7.5" y="7.5" width="685" height="1215" stroke="black" stroke-width="15"/>
<circle cx="376" cy="930" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="584" cy="1052" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="558" cy="1038" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="522" cy="1050" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="532" cy="1024" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="552" cy="986" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="542" cy="970" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="516" cy="988" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="500" cy="1036" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="500" cy="1016" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="462" cy="1054" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="470" cy="1016" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="436" cy="992" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="440" cy="1030" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="418" cy="1052" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="414" cy="1026" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="406" cy="1008" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="404" cy="980" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="386" cy="1058" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="356" cy="1046" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="376" cy="1022" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="348" cy="1020" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="368" cy="994" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="334" cy="1006" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="346" cy="964" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="412" cy="950" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="376" cy="964" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<circle cx="358" cy="940" r="6.5" stroke="#7FBD60" stroke-width="5"/>
<path d="M93.4062 1101.99C82.8002 1101.99 73.3778 1100.07 65.1392 1096.24C56.9006 1092.4 50.3902 1087.12 45.608 1080.4C40.8731 1073.67 38.411 1065.96 38.2216 1057.24H72.3125C72.5966 1062.59 74.7746 1066.9 78.8466 1070.17C82.9186 1073.39 87.7718 1075 93.4062 1075C97.8097 1075 101.716 1074.03 105.125 1072.09C108.534 1070.15 111.209 1067.42 113.151 1063.92C115.092 1060.37 116.039 1056.3 115.991 1051.7C116.039 1047.02 115.068 1042.92 113.08 1039.42C111.138 1035.91 108.439 1033.19 104.983 1031.25C101.574 1029.26 97.6439 1028.27 93.1932 1028.27C88.9792 1028.22 84.9782 1029.14 81.1903 1031.04C77.4498 1032.93 74.6089 1035.51 72.6676 1038.78L41.6307 1032.95L47.9517 954.545H141.276V982.884H76.858L73.5199 1017.19H74.3722C76.7869 1013.16 80.6695 1009.85 86.0199 1007.24C91.4176 1004.59 97.5492 1003.27 104.415 1003.27C113.127 1003.27 120.892 1005.3 127.71 1009.38C134.576 1013.4 139.973 1018.99 143.903 1026.14C147.881 1033.29 149.869 1041.48 149.869 1050.71C149.869 1060.7 147.502 1069.55 142.767 1077.27C138.08 1084.99 131.498 1091.05 123.023 1095.45C114.595 1099.81 104.723 1101.99 93.4062 1101.99ZM229.326 1103.55C216.637 1103.55 205.699 1100.54 196.513 1094.53C187.328 1088.47 180.249 1079.78 175.278 1068.47C170.306 1057.1 167.844 1043.44 167.891 1027.49C167.939 1011.53 170.424 997.988 175.349 986.861C180.32 975.687 187.375 967.187 196.513 961.364C205.699 955.492 216.637 952.557 229.326 952.557C242.015 952.557 252.953 955.492 262.138 961.364C271.371 967.187 278.474 975.687 283.445 986.861C288.417 998.035 290.879 1011.58 290.832 1027.49C290.832 1043.49 288.346 1057.17 283.374 1068.54C278.403 1079.9 271.324 1088.59 262.138 1094.6C253 1100.57 242.063 1103.55 229.326 1103.55ZM229.326 1074.79C236.902 1074.79 243.033 1070.93 247.721 1063.21C252.408 1055.45 254.728 1043.54 254.681 1027.49C254.681 1016.97 253.616 1008.31 251.485 1001.49C249.354 994.626 246.395 989.512 242.607 986.151C238.819 982.789 234.392 981.108 229.326 981.108C221.798 981.108 215.713 984.92 211.073 992.543C206.433 1000.12 204.089 1011.77 204.042 1027.49C203.995 1038.14 205.013 1046.97 207.096 1053.98C209.227 1060.98 212.21 1066.22 216.045 1069.67C219.88 1073.08 224.307 1074.79 229.326 1074.79Z" fill="#075F29"/>
<rect x="188" y="122" width="75" height="250" fill="#075F29"/>
<rect x="100" y="291" width="75" height="250" transform="rotate(-90 100 291)" fill="#075F29"/>
<circle cx="479" cy="668" r="160" fill="#538268"/>
<path d="M191.414 782.474C167.55 782.474 146.35 778.16 127.813 769.531C109.276 760.901 94.6278 749.023 83.8679 733.895C73.2145 718.767 67.6747 701.402 67.2486 681.8H143.953C144.592 693.838 149.493 703.533 158.655 710.884C167.817 718.128 178.737 721.75 191.414 721.75C201.322 721.75 210.111 719.566 217.781 715.198C225.452 710.83 231.471 704.705 235.839 696.821C240.207 688.831 242.337 679.669 242.231 669.335C242.337 658.788 240.153 649.573 235.679 641.69C231.311 633.806 225.239 627.68 217.462 623.312C209.791 618.838 200.949 616.601 190.935 616.601C181.453 616.494 172.451 618.572 163.928 622.833C155.512 627.094 149.12 632.901 144.752 640.251L74.919 627.148L89.1413 450.727H299.12V514.488H154.18L146.67 591.672H148.587C154.021 582.616 162.756 575.159 174.795 569.3C186.94 563.334 200.736 560.351 216.183 560.351C235.786 560.351 253.257 564.932 268.598 574.094C284.045 583.149 296.19 595.72 305.033 611.807C313.982 627.893 318.456 646.324 318.456 667.098C318.456 689.577 313.129 709.499 302.476 726.864C291.929 744.229 277.121 757.865 258.051 767.773C239.088 777.574 216.876 782.474 191.414 782.474ZM497.233 785.99C468.682 785.99 444.073 779.225 423.405 765.695C402.738 752.059 386.811 732.51 375.625 707.048C364.439 681.48 358.899 650.745 359.006 614.843C359.112 578.941 364.705 548.472 375.785 523.437C386.971 498.295 402.844 479.172 423.405 466.068C444.073 452.858 468.682 446.253 497.233 446.253C525.785 446.253 550.394 452.858 571.062 466.068C591.836 479.172 607.816 498.295 619.002 523.437C630.188 548.579 635.728 579.048 635.621 614.843C635.621 650.852 630.028 681.64 618.842 707.208C607.656 732.776 591.729 752.325 571.062 765.855C550.501 779.278 525.891 785.99 497.233 785.99ZM497.233 721.271C514.279 721.271 528.075 712.588 538.622 695.223C549.169 677.751 554.389 650.958 554.283 614.843C554.283 591.192 551.885 571.697 547.091 556.356C542.297 540.908 535.639 529.403 527.116 521.839C518.594 514.275 508.633 510.493 497.233 510.493C480.295 510.493 466.605 519.069 456.165 536.221C445.724 553.266 440.451 579.474 440.344 614.843C440.238 638.813 442.528 658.682 447.216 674.449C452.01 690.216 458.721 701.988 467.351 709.765C475.98 717.435 485.941 721.271 497.233 721.271Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 6.8 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Robin van der Linde
SPDX-License-Identifier: CC0-1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Swissmint
SPDX-License-Identifier: CC0-1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Swissmint
SPDX-License-Identifier: CC0-1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Swissmint
SPDX-License-Identifier: CC0-1.0

View file

@ -0,0 +1,120 @@
[
{
"path": "1000chf.svg",
"license": "CC0-1.0",
"authors": [
"Robin van der Linde"
],
"sources": []
},
{
"path": "100chf.svg",
"license": "CC0-1.0",
"authors": [
"Robin van der Linde"
],
"sources": []
},
{
"path": "10chf.svg",
"license": "CC0-1.0",
"authors": [
"Robin van der Linde"
],
"sources": []
},
{
"path": "10rp-2019-800px.png",
"license": "CC0-1.0",
"authors": [
"Swissmint"
],
"sources": [
"https://www.swissmint.ch/swissmint/de/home/dokumentation/bildgalerie/umlaufmuenzen-bildgalerie.html"
]
},
{
"path": "1fr-2019-800px.png",
"license": "CC0-1.0",
"authors": [
"Swissmint"
],
"sources": [
"https://www.swissmint.ch/swissmint/de/home/dokumentation/bildgalerie/umlaufmuenzen-bildgalerie.html"
]
},
{
"path": "200chf.svg",
"license": "CC0-1.0",
"authors": [
"Robin van der Linde"
],
"sources": []
},
{
"path": "20chf.svg",
"license": "CC0-1.0",
"authors": [
"Robin van der Linde"
],
"sources": []
},
{
"path": "20rp-2019-800px.png",
"license": "CC0-1.0",
"authors": [
"Swissmint"
],
"sources": [
"https://www.swissmint.ch/swissmint/de/home/dokumentation/bildgalerie/umlaufmuenzen-bildgalerie.html"
]
},
{
"path": "2fr-2019-800px.png",
"license": "CC0-1.0",
"authors": [
"Swissmint"
],
"sources": [
"https://www.swissmint.ch/swissmint/de/home/dokumentation/bildgalerie/umlaufmuenzen-bildgalerie.html"
]
},
{
"path": "50chf.svg",
"license": "CC0-1.0",
"authors": [
"Robin van der Linde"
],
"sources": []
},
{
"path": "50rp-2019-800px.png",
"license": "CC0-1.0",
"authors": [
"Swissmint"
],
"sources": [
"https://www.swissmint.ch/swissmint/de/home/dokumentation/bildgalerie/umlaufmuenzen-bildgalerie.html"
]
},
{
"path": "5fr-2019-800px.png",
"license": "CC0-1.0",
"authors": [
"Swissmint"
],
"sources": [
"https://www.swissmint.ch/swissmint/de/home/dokumentation/bildgalerie/umlaufmuenzen-bildgalerie.html"
]
},
{
"path": "5rp-2019-800px.png",
"license": "CC0-1.0",
"authors": [
"Swissmint"
],
"sources": [
"https://www.swissmint.ch/swissmint/de/home/dokumentation/bildgalerie/umlaufmuenzen-bildgalerie.html"
]
}
]

View file

Before

Width:  |  Height:  |  Size: 234 KiB

After

Width:  |  Height:  |  Size: 234 KiB

View file

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View file

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 109 KiB

View file

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View file

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View file

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 121 KiB

View file

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View file

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 118 KiB

View file

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View file

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View file

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 118 KiB

View file

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View file

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 107 KiB

View file

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View file

Before

Width:  |  Height:  |  Size: 186 KiB

After

Width:  |  Height:  |  Size: 186 KiB

View file

@ -0,0 +1,167 @@
[
{
"path": "100euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311346/worksheet-100-euro-coloured"
]
},
{
"path": "10cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311337/worksheet-10-cent-coloured"
]
},
{
"path": "10euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311343/worksheet-10-euro-coloured"
]
},
{
"path": "1cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311334/worksheet-1-cent-coloured"
]
},
{
"path": "1euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311340/worksheet-1-euro-coloured"
]
},
{
"path": "200euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311347/worksheet-200-euro-coloured"
]
},
{
"path": "20cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311338/worksheet-20-cent-coloured"
]
},
{
"path": "20euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311344/worksheet-20-euro-coloured"
]
},
{
"path": "2cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311335/worksheet-2-cent-coloured"
]
},
{
"path": "2euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311341/worksheet-2-euro-coloured"
]
},
{
"path": "500euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311348/worksheet-500-euro-coloured"
]
},
{
"path": "50cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311339/worksheet-50-cent-coloured"
]
},
{
"path": "50euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311345/worksheet-50-euro-coloured"
]
},
{
"path": "5cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311336/worksheet-5-cent-coloured"
]
},
{
"path": "5euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311342/worksheet-5-euro-coloured"
]
}
]

View file

@ -1,169 +1,4 @@
[
{
"path": "100euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311346/worksheet-100-euro-coloured"
]
},
{
"path": "10cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311337/worksheet-10-cent-coloured"
]
},
{
"path": "10euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311343/worksheet-10-euro-coloured"
]
},
{
"path": "1cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311334/worksheet-1-cent-coloured"
]
},
{
"path": "1euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311340/worksheet-1-euro-coloured"
]
},
{
"path": "200euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311347/worksheet-200-euro-coloured"
]
},
{
"path": "20cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311338/worksheet-20-cent-coloured"
]
},
{
"path": "20euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311344/worksheet-20-euro-coloured"
]
},
{
"path": "2cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311335/worksheet-2-cent-coloured"
]
},
{
"path": "2euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311341/worksheet-2-euro-coloured"
]
},
{
"path": "500euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311348/worksheet-500-euro-coloured"
]
},
{
"path": "50cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311339/worksheet-50-cent-coloured"
]
},
{
"path": "50euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311345/worksheet-50-euro-coloured"
]
},
{
"path": "5cent.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311336/worksheet-5-cent-coloured"
]
},
{
"path": "5euro.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipart",
"frankes"
],
"sources": [
"https://openclipart.org/detail/311342/worksheet-5-euro-coloured"
]
},
{
"path": "audio_induction_loop.svg",
"license": "CC-BY-4.0",

View file

@ -1126,7 +1126,8 @@
},
{
"or": [
"_currency=EUR"
"_currency~.*EUR.*",
"_currency~.*CHF.*"
]
}
]
@ -1146,7 +1147,7 @@
"mappings": [
{
"if": "payment:coins:denominations=0.01 EUR",
"icon": "./assets/layers/questions/1cent.svg",
"icon": "./assets/layers/questions/denominations/eur/1cent.svg",
"then": {
"en": "1 cent coins are accepted",
"de": "1-Cent-Münzen werden akzeptiert",
@ -1163,7 +1164,7 @@
},
{
"if": "payment:coins:denominations=0.02 EUR",
"icon": "./assets/layers/questions/2cent.svg",
"icon": "./assets/layers/questions/denominations/eur/2cent.svg",
"then": {
"en": "2 cent coins are accepted",
"de": "2-Cent-Münzen werden akzeptiert",
@ -1180,7 +1181,7 @@
},
{
"if": "payment:coins:denominations=0.05 EUR",
"icon": "./assets/layers/questions/5cent.svg",
"icon": "./assets/layers/questions/denominations/eur/5cent.svg",
"then": {
"en": "5 cent coins are accepted",
"de": "5-Cent-Münzen werden akzeptiert",
@ -1197,7 +1198,7 @@
},
{
"if": "payment:coins:denominations=0.10 EUR",
"icon": "./assets/layers/questions/10cent.svg",
"icon": "./assets/layers/questions/denominations/eur/10cent.svg",
"then": {
"en": "10 cent coins are accepted",
"de": "10-Cent-Münzen werden akzeptiert",
@ -1214,7 +1215,7 @@
},
{
"if": "payment:coins:denominations=0.20 EUR",
"icon": "./assets/layers/questions/20cent.svg",
"icon": "./assets/layers/questions/denominations/eur/20cent.svg",
"then": {
"en": "20 cent coins are accepted",
"de": "20-Cent-Münzen werden akzeptiert",
@ -1231,7 +1232,7 @@
},
{
"if": "payment:coins:denominations=0.50 EUR",
"icon": "./assets/layers/questions/50cent.svg",
"icon": "./assets/layers/questions/denominations/eur/50cent.svg",
"then": {
"en": "50 cent coins are accepted",
"de": "50-Cent-Münzen werden akzeptiert",
@ -1248,7 +1249,7 @@
},
{
"if": "payment:coins:denominations=1 EUR",
"icon": "./assets/layers/questions/1euro.svg",
"icon": "./assets/layers/questions/denominations/eur/1euro.svg",
"then": {
"en": "1 euro coins are accepted",
"de": "1-Euro-Münzen werden akzeptiert",
@ -1264,7 +1265,7 @@
},
{
"if": "payment:coins:denominations=2 EUR",
"icon": "./assets/layers/questions/2euro.svg",
"icon": "./assets/layers/questions/denominations/eur/2euro.svg",
"then": {
"en": "2 euro coins are accepted",
"de": "2-Euro-Münzen werden akzeptiert",
@ -1277,6 +1278,69 @@
"cs": "Jsou přijímány mince v hodnotě 2 euro"
},
"hideInAnswer": "_currency!~.*EUR.*"
},
{
"if": "payment:coins:denominations=0.05 CHF",
"icon": "./assets/layers/questions/denominations/chf/5rp-2019-800px.png",
"then": {
"en": "5 centimes coins are accepted",
"nl": "Munten van 5 rappen worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:coins:denominations=0.10 CHF",
"icon": "./assets/layers/questions/denominations/chf/10rp-2019-800px.png",
"then": {
"en": "10 centimes coins are accepted",
"nl": "Munten van 10 rappen worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:coins:denominations=0.20 CHF",
"icon": "./assets/layers/questions/denominations/chf/20rp-2019-800px.png",
"then": {
"en": "20 centimes coins are accepted",
"nl": "Munten van 20 rappen worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:coins:denominations=0.50 CHF",
"icon": "./assets/layers/questions/denominations/chf/50rp-2019-800px.png",
"then": {
"en": "½ franc coins are accepted",
"nl": "Munten van ½ frank worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:coins:denominations=1 CHF",
"icon": "./assets/layers/questions/denominations/chf/1fr-2019-800px.png",
"then": {
"en": "1 franc coins are accepted",
"nl": "Munten van 1 frank worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:coins:denominations=2 CHF",
"icon": "./assets/layers/questions/denominations/chf/2fr-2019-800px.png",
"then": {
"en": "2 francs coins are accepted",
"nl": "Munten van 2 frank worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:coins:denominations=5 CHF",
"icon": "./assets/layers/questions/denominations/chf/5fr-2019-800px.png",
"then": {
"en": "5 francs coins are accepted",
"nl": "Munten van 5 frank worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
}
]
},
@ -1292,7 +1356,8 @@
},
{
"or": [
"_currency=EUR"
"_currency~.*EUR.*",
"_currency~.*CHF.*"
]
}
]
@ -1311,7 +1376,7 @@
"mappings": [
{
"if": "payment:notes:denominations=5 EUR",
"icon": "./assets/layers/questions/5euro.svg",
"icon": "./assets/layers/questions/denominations/eur/5euro.svg",
"then": {
"en": "5 euro notes are accepted",
"nl": "Biljetten van 5 euro worden geaccepteerd",
@ -1326,7 +1391,7 @@
},
{
"if": "payment:notes:denominations=10 EUR",
"icon": "./assets/layers/questions/10euro.svg",
"icon": "./assets/layers/questions/denominations/eur/10euro.svg",
"then": {
"en": "10 euro notes are accepted",
"nl": "Biljetten van 10 euro worden geaccepteerd",
@ -1341,7 +1406,7 @@
},
{
"if": "payment:notes:denominations=20 EUR",
"icon": "./assets/layers/questions/20euro.svg",
"icon": "./assets/layers/questions/denominations/eur/20euro.svg",
"then": {
"en": "20 euro notes are accepted",
"nl": "Biljetten van 20 euro worden geaccepteerd",
@ -1356,7 +1421,7 @@
},
{
"if": "payment:notes:denominations=50 EUR",
"icon": "./assets/layers/questions/50euro.svg",
"icon": "./assets/layers/questions/denominations/eur/50euro.svg",
"then": {
"en": "50 euro notes are accepted",
"nl": "Biljetten van 50 euro worden geaccepteerd",
@ -1371,7 +1436,7 @@
},
{
"if": "payment:notes:denominations=100 EUR",
"icon": "./assets/layers/questions/100euro.svg",
"icon": "./assets/layers/questions/denominations/eur/100euro.svg",
"then": {
"en": "100 euro notes are accepted",
"nl": "Biljetten van 100 euro worden geaccepteerd",
@ -1386,7 +1451,7 @@
},
{
"if": "payment:notes:denominations=200 EUR",
"icon": "./assets/layers/questions/200euro.svg",
"icon": "./assets/layers/questions/denominations/eur/200euro.svg",
"then": {
"en": "200 euro notes are accepted",
"nl": "Biljetten van 200 euro worden geaccepteerd",
@ -1401,7 +1466,7 @@
},
{
"if": "payment:notes:denominations=500 EUR",
"icon": "./assets/layers/questions/500euro.svg",
"icon": "./assets/layers/questions/denominations/eur/500euro.svg",
"then": {
"en": "500 euro notes are accepted",
"nl": "Biljetten van 500 euro worden geaccepteerd",
@ -1413,6 +1478,60 @@
"fr": "Les billets de 500 euros sont acceptés"
},
"hideInAnswer": "_currency!~.*EUR.*"
},
{
"if": "payment:notes:denominations=10 CHF",
"icon": "./assets/layers/questions/denominations/chf/10chf.svg",
"then": {
"en": "10 francs notes are accepted",
"nl": "Biljetten van 10 frank worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:notes:denominations=20 CHF",
"icon": "./assets/layers/questions/denominations/chf/20chf.svg",
"then": {
"en": "20 francs notes are accepted",
"nl": "Biljetten van 20 frank worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:notes:denominations=50 CHF",
"icon": "./assets/layers/questions/denominations/chf/50chf.svg",
"then": {
"en": "50 francs notes are accepted",
"nl": "Biljetten van 50 frank worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:notes:denominations=100 CHF",
"icon": "./assets/layers/questions/denominations/chf/100chf.svg",
"then": {
"en": "100 francs notes are accepted",
"nl": "Biljetten van 100 frank worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:notes:denominations=200 CHF",
"icon": "./assets/layers/questions/denominations/chf/200chf.svg",
"then": {
"en": "200 francs notes are accepted",
"nl": "Biljetten van 200 frank worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
},
{
"if": "payment:notes:denominations=1000 CHF",
"icon": "./assets/layers/questions/denominations/chf/1000chf.svg",
"then": {
"en": "1000 francs notes are accepted",
"nl": "Biljetten van 1000 frank worden geaccepteerd"
},
"hideInAnswer": "_currency!~.*CHF.*"
}
]
},
@ -2224,4 +2343,4 @@
]
}
]
}
}