Mystical Archive (JP)

This commit is contained in:
Kyle
2021-04-28 20:36:45 -07:00
parent ed72a75c7d
commit 7272a706ce
73 changed files with 647 additions and 3 deletions

View File

@@ -453,5 +453,5 @@ include('../globalHTML/header-1.php');
</h4> </h4>
</div> </div>
</div> </div>
<script defer src='/js/creator-12.js'></script> <script defer src='/js/creator-13.js'></script>
<?php include('../globalHTML/footer.php'); ?> <?php include('../globalHTML/footer.php'); ?>

View File

@@ -59,6 +59,14 @@
font-family: fritz-quadrata; font-family: fritz-quadrata;
src: url("/fonts/fritz-quadrata.ttf"); src: url("/fonts/fritz-quadrata.ttf");
} }
@font-face {
font-family: japanese-title;
src: url("/fonts/NfMotoyaAporoStd-W1.otf");
}
@font-face {
font-family: japanese;
src: url('/fonts/2012c863631ba71f874aba70590795a1.otf');
}
/*Variables*/ /*Variables*/
:root { :root {
--site-background: url('/img/lowpolyBackground.svg'); --site-background: url('/img/lowpolyBackground.svg');

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<rect id="Card" x="0" y="0" width="1500" height="2100" style="fill:none;"/>
<g id="Card1" serif:id="Card">
<rect id="text" x="118" y="1294" width="1264" height="636" style="fill:rgb(235,231,219);fill-opacity:0.7;"/>
<path id="type" d="M562.642,1173.82C573.466,1189.18 577.286,1204.54 577.286,1219.9C577.286,1235.38 573.406,1250.87 562.385,1266.35L116.615,1266.35C105.594,1250.87 101.714,1235.38 101.714,1219.9C101.714,1204.42 105.594,1188.94 116.615,1173.46L562.385,1173.46L562.642,1173.82Z" style="fill:rgb(235,231,219);fill-opacity:0.7;"/>
<path id="Border" d="M750,2100L0,2100L0,1652C14.532,1736.13 37.65,1812.44 100,1853L100,1948L1400,1948L1400,1853C1462.35,1812.44 1485.47,1736.13 1500,1652L1500,2100L750,2100"/>
<g id="Pinlines">
<path id="outer" d="M1390.33,1938.33L1390.33,1285.67L109.667,1285.67L109.667,1938.33L1390.33,1938.33ZM1382,1294L118,1294L118,1930L1382,1930L1382,1294Z" style="fill:rgb(154,154,154);"/>
<path id="typePinline" d="M566.683,1165.12L569.174,1168.62C572.111,1172.75 574.589,1176.88 576.656,1181L576.656,1181C583.156,1193.97 585.62,1206.94 585.62,1219.9C585.62,1237 581.341,1254.09 569.174,1271.18L566.683,1274.68L112.317,1274.68L109.826,1271.18C97.659,1254.09 93.38,1237 93.38,1219.9C93.38,1202.81 97.659,1185.72 109.826,1168.62L112.317,1165.12L566.683,1165.12ZM562.385,1173.46C562.385,1173.46 116.615,1173.46 116.615,1173.46C105.594,1188.94 101.714,1204.42 101.714,1219.9C101.714,1235.38 105.594,1250.87 116.615,1266.35L562.385,1266.35C573.406,1250.87 577.286,1235.38 577.286,1219.9C577.286,1204.83 573.608,1189.76 563.241,1174.69L563.232,1174.66C562.955,1174.26 562.672,1173.86 562.385,1173.46Z" style="fill:rgb(154,154,154);"/>
<path id="inner" d="M1377,1299L1377,1925L123,1925L123,1299L1377,1299L1377,1299ZM1374,1302L1374,1922L126,1922L126,1302L1374,1302L1374,1302Z" style="fill:rgb(154,154,154);fill-opacity:0.5;"/>
<path id="adjustable" d="M277,406C307.355,406 332,381.355 332,351L332,157C332,126.645 307.355,102 277,102L172,102C141.645,102 117,126.645 117,157L117,351C117,381.355 141.645,406 172,406L277,406ZM277,396.333C302.02,396.333 322.333,376.02 322.333,351L322.333,157C322.333,131.98 302.02,111.667 277,111.667L172,111.667C146.98,111.667 126.667,131.98 126.667,157L126.667,351C126.667,376.02 146.98,396.333 172,396.333L277,396.333ZM277,388L172,388C151.579,388 135,371.421 135,351L135,157C135,136.579 151.579,120 172,120L277,120C297.421,120 314,136.579 314,157L314,351C314,371.421 297.421,388 277,388Z" style="fill:rgb(154,154,154);"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<rect id="Card" x="0" y="0" width="1500" height="2100" style="fill:none;"/>
<g id="Card1" serif:id="Card">
<rect id="text" x="118" y="1294" width="1264" height="636" style="fill:rgb(235,231,219);fill-opacity:0.7;"/>
<path id="type" d="M562.642,1173.82C573.466,1189.18 577.286,1204.54 577.286,1219.9C577.286,1235.38 573.406,1250.87 562.385,1266.35L116.615,1266.35C105.594,1250.87 101.714,1235.38 101.714,1219.9C101.714,1204.42 105.594,1188.94 116.615,1173.46L562.385,1173.46L562.642,1173.82Z" style="fill:rgb(235,231,219);fill-opacity:0.7;"/>
<path id="Border" d="M750,2100L0,2100L0,1652C14.532,1736.13 37.65,1812.44 100,1853L100,1948L1400,1948L1400,1853C1462.35,1812.44 1485.47,1736.13 1500,1652L1500,2100L750,2100"/>
<g id="Pinlines">
<path id="outer" d="M1390.33,1938.33L1390.33,1285.67L109.667,1285.67L109.667,1938.33L1390.33,1938.33ZM1382,1294L118,1294L118,1930L1382,1930L1382,1294Z" style="fill:rgb(38,35,30);"/>
<path id="typePinline" d="M566.683,1165.12L569.174,1168.62C572.111,1172.75 574.589,1176.88 576.656,1181L576.656,1181C583.156,1193.97 585.62,1206.94 585.62,1219.9C585.62,1237 581.341,1254.09 569.174,1271.18L566.683,1274.68L112.317,1274.68L109.826,1271.18C97.659,1254.09 93.38,1237 93.38,1219.9C93.38,1202.81 97.659,1185.72 109.826,1168.62L112.317,1165.12L566.683,1165.12ZM562.385,1173.46C562.385,1173.46 116.615,1173.46 116.615,1173.46C105.594,1188.94 101.714,1204.42 101.714,1219.9C101.714,1235.38 105.594,1250.87 116.615,1266.35L562.385,1266.35C573.406,1250.87 577.286,1235.38 577.286,1219.9C577.286,1204.83 573.608,1189.76 563.241,1174.69L563.232,1174.66C562.955,1174.26 562.672,1173.86 562.385,1173.46Z" style="fill:rgb(38,35,30);"/>
<path id="inner" d="M1377,1299L1377,1925L123,1925L123,1299L1377,1299L1377,1299ZM1374,1302L1374,1922L126,1922L126,1302L1374,1302L1374,1302Z" style="fill:rgb(38,35,30);fill-opacity:0.5;"/>
<path id="adjustable" d="M277,406C307.355,406 332,381.355 332,351L332,157C332,126.645 307.355,102 277,102L172,102C141.645,102 117,126.645 117,157L117,351C117,381.355 141.645,406 172,406L277,406ZM277,396.333C302.02,396.333 322.333,376.02 322.333,351L322.333,157C322.333,131.98 302.02,111.667 277,111.667L172,111.667C146.98,111.667 126.667,131.98 126.667,157L126.667,351C126.667,376.02 146.98,396.333 172,396.333L277,396.333ZM277,388L172,388C151.579,388 135,371.421 135,351L135,157C135,136.579 151.579,120 172,120L277,120C297.421,120 314,136.579 314,157L314,351C314,371.421 297.421,388 277,388Z" style="fill:rgb(38,35,30);"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<rect id="Card" x="0" y="0" width="1500" height="2100" style="fill:none;"/>
<g id="Card1" serif:id="Card">
<rect id="text" x="118" y="1294" width="1264" height="636" style="fill:rgb(235,231,219);fill-opacity:0.7;"/>
<path id="type" d="M562.642,1173.82C573.466,1189.18 577.286,1204.54 577.286,1219.9C577.286,1235.38 573.406,1250.87 562.385,1266.35L116.615,1266.35C105.594,1250.87 101.714,1235.38 101.714,1219.9C101.714,1204.42 105.594,1188.94 116.615,1173.46L562.385,1173.46L562.642,1173.82Z" style="fill:rgb(235,231,219);fill-opacity:0.7;"/>
<path id="Border" d="M750,2100L0,2100L0,1652C14.532,1736.13 37.65,1812.44 100,1853L100,1948L1400,1948L1400,1853C1462.35,1812.44 1485.47,1736.13 1500,1652L1500,2100L750,2100"/>
<g id="Pinlines">
<path id="outer" d="M1390.33,1938.33L1390.33,1285.67L109.667,1285.67L109.667,1938.33L1390.33,1938.33ZM1382,1294L118,1294L118,1930L1382,1930L1382,1294Z" style="fill:rgb(14,66,21);"/>
<path id="typePinline" d="M566.683,1165.12L569.174,1168.62C572.111,1172.75 574.589,1176.88 576.656,1181L576.656,1181C583.156,1193.97 585.62,1206.94 585.62,1219.9C585.62,1237 581.341,1254.09 569.174,1271.18L566.683,1274.68L112.317,1274.68L109.826,1271.18C97.659,1254.09 93.38,1237 93.38,1219.9C93.38,1202.81 97.659,1185.72 109.826,1168.62L112.317,1165.12L566.683,1165.12ZM562.385,1173.46C562.385,1173.46 116.615,1173.46 116.615,1173.46C105.594,1188.94 101.714,1204.42 101.714,1219.9C101.714,1235.38 105.594,1250.87 116.615,1266.35L562.385,1266.35C573.406,1250.87 577.286,1235.38 577.286,1219.9C577.286,1204.83 573.608,1189.76 563.241,1174.69L563.232,1174.66C562.955,1174.26 562.672,1173.86 562.385,1173.46Z" style="fill:rgb(14,66,21);"/>
<path id="inner" d="M1377,1299L1377,1925L123,1925L123,1299L1377,1299L1377,1299ZM1374,1302L1374,1922L126,1922L126,1302L1374,1302L1374,1302Z" style="fill:rgb(14,66,21);fill-opacity:0.5;"/>
<path id="adjustable" d="M277,406C307.355,406 332,381.355 332,351L332,157C332,126.645 307.355,102 277,102L172,102C141.645,102 117,126.645 117,157L117,351C117,381.355 141.645,406 172,406L277,406ZM277,396.333C302.02,396.333 322.333,376.02 322.333,351L322.333,157C322.333,131.98 302.02,111.667 277,111.667L172,111.667C146.98,111.667 126.667,131.98 126.667,157L126.667,351C126.667,376.02 146.98,396.333 172,396.333L277,396.333ZM277,388L172,388C151.579,388 135,371.421 135,351L135,157C135,136.579 151.579,120 172,120L277,120C297.421,120 314,136.579 314,157L314,351C314,371.421 297.421,388 277,388Z" style="fill:rgb(14,66,21);"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<rect id="Card" x="0" y="0" width="1500" height="2100" style="fill:none;"/>
<g id="Card1" serif:id="Card">
<rect id="text" x="118" y="1294" width="1264" height="636" style="fill:rgb(235,231,219);fill-opacity:0.7;"/>
<path id="type" d="M562.642,1173.82C573.466,1189.18 577.286,1204.54 577.286,1219.9C577.286,1235.38 573.406,1250.87 562.385,1266.35L116.615,1266.35C105.594,1250.87 101.714,1235.38 101.714,1219.9C101.714,1204.42 105.594,1188.94 116.615,1173.46L562.385,1173.46L562.642,1173.82Z" style="fill:rgb(235,231,219);fill-opacity:0.7;"/>
<path id="Border" d="M750,2100L0,2100L0,1652C14.532,1736.13 37.65,1812.44 100,1853L100,1948L1400,1948L1400,1853C1462.35,1812.44 1485.47,1736.13 1500,1652L1500,2100L750,2100"/>
<g id="Pinlines">
<path id="outer" d="M1390.33,1938.33L1390.33,1285.67L109.667,1285.67L109.667,1938.33L1390.33,1938.33ZM1382,1294L118,1294L118,1930L1382,1930L1382,1294Z" style="fill:rgb(174,151,135);"/>
<path id="typePinline" d="M566.683,1165.12L569.174,1168.62C572.111,1172.75 574.589,1176.88 576.656,1181L576.656,1181C583.156,1193.97 585.62,1206.94 585.62,1219.9C585.62,1237 581.341,1254.09 569.174,1271.18L566.683,1274.68L112.317,1274.68L109.826,1271.18C97.659,1254.09 93.38,1237 93.38,1219.9C93.38,1202.81 97.659,1185.72 109.826,1168.62L112.317,1165.12L566.683,1165.12ZM562.385,1173.46C562.385,1173.46 116.615,1173.46 116.615,1173.46C105.594,1188.94 101.714,1204.42 101.714,1219.9C101.714,1235.38 105.594,1250.87 116.615,1266.35L562.385,1266.35C573.406,1250.87 577.286,1235.38 577.286,1219.9C577.286,1204.83 573.608,1189.76 563.241,1174.69L563.232,1174.66C562.955,1174.26 562.672,1173.86 562.385,1173.46Z" style="fill:rgb(174,151,135);"/>
<path id="inner" d="M1377,1299L1377,1925L123,1925L123,1299L1377,1299L1377,1299ZM1374,1302L1374,1922L126,1922L126,1302L1374,1302L1374,1302Z" style="fill:rgb(174,151,135);fill-opacity:0.5;"/>
<path id="adjustable" d="M277,406C307.355,406 332,381.355 332,351L332,157C332,126.645 307.355,102 277,102L172,102C141.645,102 117,126.645 117,157L117,351C117,381.355 141.645,406 172,406L277,406ZM277,396.333C302.02,396.333 322.333,376.02 322.333,351L322.333,157C322.333,131.98 302.02,111.667 277,111.667L172,111.667C146.98,111.667 126.667,131.98 126.667,157L126.667,351C126.667,376.02 146.98,396.333 172,396.333L277,396.333ZM277,388L172,388C151.579,388 135,371.421 135,351L135,157C135,136.579 151.579,120 172,120L277,120C297.421,120 314,136.579 314,157L314,351C314,371.421 297.421,388 277,388Z" style="fill:rgb(174,151,135);"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<rect id="Card" x="0" y="0" width="1500" height="2100" style="fill:none;"/>
<g id="Card1" serif:id="Card">
<rect id="text" x="118" y="1294" width="1264" height="636" style="fill:rgb(235,231,219);fill-opacity:0.7;"/>
<path id="type" d="M562.642,1173.82C573.466,1189.18 577.286,1204.54 577.286,1219.9C577.286,1235.38 573.406,1250.87 562.385,1266.35L116.615,1266.35C105.594,1250.87 101.714,1235.38 101.714,1219.9C101.714,1204.42 105.594,1188.94 116.615,1173.46L562.385,1173.46L562.642,1173.82Z" style="fill:rgb(235,231,219);fill-opacity:0.7;"/>
<path id="Border" d="M750,2100L0,2100L0,1652C14.532,1736.13 37.65,1812.44 100,1853L100,1948L1400,1948L1400,1853C1462.35,1812.44 1485.47,1736.13 1500,1652L1500,2100L750,2100"/>
<g id="Pinlines">
<path id="outer" d="M1390.33,1938.33L1390.33,1285.67L109.667,1285.67L109.667,1938.33L1390.33,1938.33ZM1382,1294L118,1294L118,1930L1382,1930L1382,1294Z" style="fill:rgb(139,110,52);"/>
<path id="typePinline" d="M566.683,1165.12L569.174,1168.62C572.111,1172.75 574.589,1176.88 576.656,1181L576.656,1181C583.156,1193.97 585.62,1206.94 585.62,1219.9C585.62,1237 581.341,1254.09 569.174,1271.18L566.683,1274.68L112.317,1274.68L109.826,1271.18C97.659,1254.09 93.38,1237 93.38,1219.9C93.38,1202.81 97.659,1185.72 109.826,1168.62L112.317,1165.12L566.683,1165.12ZM562.385,1173.46C562.385,1173.46 116.615,1173.46 116.615,1173.46C105.594,1188.94 101.714,1204.42 101.714,1219.9C101.714,1235.38 105.594,1250.87 116.615,1266.35L562.385,1266.35C573.406,1250.87 577.286,1235.38 577.286,1219.9C577.286,1204.83 573.608,1189.76 563.241,1174.69L563.232,1174.66C562.955,1174.26 562.672,1173.86 562.385,1173.46Z" style="fill:rgb(139,110,52);"/>
<path id="inner" d="M1377,1299L1377,1925L123,1925L123,1299L1377,1299L1377,1299ZM1374,1302L1374,1922L126,1922L126,1302L1374,1302L1374,1302Z" style="fill:rgb(139,110,52);fill-opacity:0.5;"/>
<path id="adjustable" d="M277,406C307.355,406 332,381.355 332,351L332,157C332,126.645 307.355,102 277,102L172,102C141.645,102 117,126.645 117,157L117,351C117,381.355 141.645,406 172,406L277,406ZM277,396.333C302.02,396.333 322.333,376.02 322.333,351L322.333,157C322.333,131.98 302.02,111.667 277,111.667L172,111.667C146.98,111.667 126.667,131.98 126.667,157L126.667,351C126.667,376.02 146.98,396.333 172,396.333L277,396.333ZM277,388L172,388C151.579,388 135,371.421 135,351L135,157C135,136.579 151.579,120 172,120L277,120C297.421,120 314,136.579 314,157L314,351C314,371.421 297.421,388 277,388Z" style="fill:rgb(139,110,52);"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<path id="outer" d="M1390.33,1938.33L1390.33,1285.67L109.667,1285.67L109.667,1938.33L1390.33,1938.33ZM1382,1294L118,1294L118,1930L1382,1930L1382,1294ZM1377,1299L1377,1925L123,1925L123,1299L1377,1299ZM1374,1302L1374,1922L126,1922L126,1302L1374,1302ZM566.683,1165.12L569.174,1168.62C572.111,1172.75 574.589,1176.88 576.656,1181C583.156,1193.97 585.62,1206.94 585.62,1219.9C585.62,1237 581.341,1254.09 569.174,1271.18L566.683,1274.68L112.317,1274.68L109.826,1271.18C97.659,1254.09 93.38,1237 93.38,1219.9C93.38,1202.81 97.659,1185.72 109.826,1168.62L112.317,1165.12L566.683,1165.12ZM562.385,1173.46L116.615,1173.46C105.594,1188.94 101.714,1204.42 101.714,1219.9C101.714,1235.38 105.594,1250.87 116.615,1266.35L562.385,1266.35C573.406,1250.87 577.286,1235.38 577.286,1219.9C577.286,1204.83 573.608,1189.76 563.241,1174.69L563.232,1174.66C562.955,1174.26 562.672,1173.86 562.385,1173.46Z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="253" height="124" viewBox="0 0 253 124" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-1165,-1865)">
<path id="PT-Cutout" serif:id="PT Cutout" d="M1165,1927C1164.87,1901.66 1170.14,1882.15 1183,1865L1399,1865C1411.86,1882.15 1417.13,1901.66 1417,1927L1417,1927C1417.13,1952.34 1411.86,1971.85 1399,1989L1183,1989C1170.15,1971.85 1164.88,1952.34 1165,1927L1165,1927Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<rect id="Card" x="0" y="0" width="1500" height="2100" style="fill:none;"/>
<g id="Card1" serif:id="Card">
<rect id="text" x="118" y="1294" width="1264" height="636" style="fill:rgb(235,231,219);fill-opacity:0.7;"/>
<path id="type" d="M562.642,1173.82C573.466,1189.18 577.286,1204.54 577.286,1219.9C577.286,1235.38 573.406,1250.87 562.385,1266.35L116.615,1266.35C105.594,1250.87 101.714,1235.38 101.714,1219.9C101.714,1204.42 105.594,1188.94 116.615,1173.46L562.385,1173.46L562.642,1173.82Z" style="fill:rgb(235,231,219);fill-opacity:0.7;"/>
<path id="Border" d="M750,2100L0,2100L0,1652C14.532,1736.13 37.65,1812.44 100,1853L100,1948L1400,1948L1400,1853C1462.35,1812.44 1485.47,1736.13 1500,1652L1500,2100L750,2100"/>
<g id="Pinlines">
<path id="outer" d="M1390.33,1938.33L1390.33,1285.67L109.667,1285.67L109.667,1938.33L1390.33,1938.33ZM1382,1294L118,1294L118,1930L1382,1930L1382,1294Z" style="fill:rgb(120,17,20);"/>
<path id="typePinline" d="M566.683,1165.12L569.174,1168.62C572.111,1172.75 574.589,1176.88 576.656,1181L576.656,1181C583.156,1193.97 585.62,1206.94 585.62,1219.9C585.62,1237 581.341,1254.09 569.174,1271.18L566.683,1274.68L112.317,1274.68L109.826,1271.18C97.659,1254.09 93.38,1237 93.38,1219.9C93.38,1202.81 97.659,1185.72 109.826,1168.62L112.317,1165.12L566.683,1165.12ZM562.385,1173.46C562.385,1173.46 116.615,1173.46 116.615,1173.46C105.594,1188.94 101.714,1204.42 101.714,1219.9C101.714,1235.38 105.594,1250.87 116.615,1266.35L562.385,1266.35C573.406,1250.87 577.286,1235.38 577.286,1219.9C577.286,1204.83 573.608,1189.76 563.241,1174.69L563.232,1174.66C562.955,1174.26 562.672,1173.86 562.385,1173.46Z" style="fill:rgb(120,17,20);"/>
<path id="inner" d="M1377,1299L1377,1925L123,1925L123,1299L1377,1299L1377,1299ZM1374,1302L1374,1922L126,1922L126,1302L1374,1302L1374,1302Z" style="fill:rgb(120,17,20);fill-opacity:0.5;"/>
<path id="adjustable" d="M277,406C307.355,406 332,381.355 332,351L332,157C332,126.645 307.355,102 277,102L172,102C141.645,102 117,126.645 117,157L117,351C117,381.355 141.645,406 172,406L277,406ZM277,396.333C302.02,396.333 322.333,376.02 322.333,351L322.333,157C322.333,131.98 302.02,111.667 277,111.667L172,111.667C146.98,111.667 126.667,131.98 126.667,157L126.667,351C126.667,376.02 146.98,396.333 172,396.333L277,396.333ZM277,388L172,388C151.579,388 135,371.421 135,351L135,157C135,136.579 151.579,120 172,120L277,120C297.421,120 314,136.579 314,157L314,351C314,371.421 297.421,388 277,388Z" style="fill:rgb(120,17,20);"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<rect id="Card" x="0" y="0" width="1500" height="2100" style="fill:none;"/>
<g id="Card1" serif:id="Card">
<rect id="text" x="118" y="1294" width="1264" height="636" style="fill:rgb(235,231,219);fill-opacity:0.7;"/>
<path id="type" d="M562.642,1173.82C573.466,1189.18 577.286,1204.54 577.286,1219.9C577.286,1235.38 573.406,1250.87 562.385,1266.35L116.615,1266.35C105.594,1250.87 101.714,1235.38 101.714,1219.9C101.714,1204.42 105.594,1188.94 116.615,1173.46L562.385,1173.46L562.642,1173.82Z" style="fill:rgb(235,231,219);fill-opacity:0.7;"/>
<path id="Border" d="M750,2100L0,2100L0,1652C14.532,1736.13 37.65,1812.44 100,1853L100,1948L1400,1948L1400,1853C1462.35,1812.44 1485.47,1736.13 1500,1652L1500,2100L750,2100"/>
<g id="Pinlines">
<path id="outer" d="M1390.33,1938.33L1390.33,1285.67L109.667,1285.67L109.667,1938.33L1390.33,1938.33ZM1382,1294L118,1294L118,1930L1382,1930L1382,1294Z" style="fill:rgb(2,87,104);"/>
<path id="typePinline" d="M566.683,1165.12L569.174,1168.62C572.111,1172.75 574.589,1176.88 576.656,1181L576.656,1181C583.156,1193.97 585.62,1206.94 585.62,1219.9C585.62,1237 581.341,1254.09 569.174,1271.18L566.683,1274.68L112.317,1274.68L109.826,1271.18C97.659,1254.09 93.38,1237 93.38,1219.9C93.38,1202.81 97.659,1185.72 109.826,1168.62L112.317,1165.12L566.683,1165.12ZM562.385,1173.46C562.385,1173.46 116.615,1173.46 116.615,1173.46C105.594,1188.94 101.714,1204.42 101.714,1219.9C101.714,1235.38 105.594,1250.87 116.615,1266.35L562.385,1266.35C573.406,1250.87 577.286,1235.38 577.286,1219.9C577.286,1204.83 573.608,1189.76 563.241,1174.69L563.232,1174.66C562.955,1174.26 562.672,1173.86 562.385,1173.46Z" style="fill:rgb(2,87,104);"/>
<path id="inner" d="M1377,1299L1377,1925L123,1925L123,1299L1377,1299L1377,1299ZM1374,1302L1374,1922L126,1922L126,1302L1374,1302L1374,1302Z" style="fill:rgb(2,87,104);fill-opacity:0.5;"/>
<path id="adjustable" d="M277,406C307.355,406 332,381.355 332,351L332,157C332,126.645 307.355,102 277,102L172,102C141.645,102 117,126.645 117,157L117,351C117,381.355 141.645,406 172,406L277,406ZM277,396.333C302.02,396.333 322.333,376.02 322.333,351L322.333,157C322.333,131.98 302.02,111.667 277,111.667L172,111.667C146.98,111.667 126.667,131.98 126.667,157L126.667,351C126.667,376.02 146.98,396.333 172,396.333L277,396.333ZM277,388L172,388C151.579,388 135,371.421 135,351L135,157C135,136.579 151.579,120 172,120L277,120C297.421,120 314,136.579 314,157L314,351C314,371.421 297.421,388 277,388Z" style="fill:rgb(2,87,104);"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<rect id="Card" x="0" y="0" width="1500" height="2100" style="fill:none;"/>
<g id="Card1" serif:id="Card">
<rect id="text" x="118" y="1294" width="1264" height="636" style="fill:rgb(235,231,219);fill-opacity:0.7;"/>
<path id="type" d="M562.642,1173.82C573.466,1189.18 577.286,1204.54 577.286,1219.9C577.286,1235.38 573.406,1250.87 562.385,1266.35L116.615,1266.35C105.594,1250.87 101.714,1235.38 101.714,1219.9C101.714,1204.42 105.594,1188.94 116.615,1173.46L562.385,1173.46L562.642,1173.82Z" style="fill:rgb(235,231,219);fill-opacity:0.7;"/>
<path id="Border" d="M750,2100L0,2100L0,1652C14.532,1736.13 37.65,1812.44 100,1853L100,1948L1400,1948L1400,1853C1462.35,1812.44 1485.47,1736.13 1500,1652L1500,2100L750,2100"/>
<g id="Pinlines">
<path id="outer" d="M1390.33,1938.33L1390.33,1285.67L109.667,1285.67L109.667,1938.33L1390.33,1938.33ZM1382,1294L118,1294L118,1930L1382,1930L1382,1294Z" style="fill:rgb(138,127,104);"/>
<path id="typePinline" d="M566.683,1165.12L569.174,1168.62C572.111,1172.75 574.589,1176.88 576.656,1181L576.656,1181C583.156,1193.97 585.62,1206.94 585.62,1219.9C585.62,1237 581.341,1254.09 569.174,1271.18L566.683,1274.68L112.317,1274.68L109.826,1271.18C97.659,1254.09 93.38,1237 93.38,1219.9C93.38,1202.81 97.659,1185.72 109.826,1168.62L112.317,1165.12L566.683,1165.12ZM562.385,1173.46C562.385,1173.46 116.615,1173.46 116.615,1173.46C105.594,1188.94 101.714,1204.42 101.714,1219.9C101.714,1235.38 105.594,1250.87 116.615,1266.35L562.385,1266.35C573.406,1250.87 577.286,1235.38 577.286,1219.9C577.286,1204.83 573.608,1189.76 563.241,1174.69L563.232,1174.66C562.955,1174.26 562.672,1173.86 562.385,1173.46Z" style="fill:rgb(138,127,104);"/>
<path id="inner" d="M1377,1299L1377,1925L123,1925L123,1299L1377,1299L1377,1299ZM1374,1302L1374,1922L126,1922L126,1302L1374,1302L1374,1302Z" style="fill:rgb(138,127,104);fill-opacity:0.5;"/>
<path id="adjustable" d="M277,406C307.355,406 332,381.355 332,351L332,157C332,126.645 307.355,102 277,102L172,102C141.645,102 117,126.645 117,157L117,351C117,381.355 141.645,406 172,406L277,406ZM277,396.333C302.02,396.333 322.333,376.02 322.333,351L322.333,157C322.333,131.98 302.02,111.667 277,111.667L172,111.667C146.98,111.667 126.667,131.98 126.667,157L126.667,351C126.667,376.02 146.98,396.333 172,396.333L277,396.333ZM277,388L172,388C151.579,388 135,371.421 135,351L135,157C135,136.579 151.579,120 172,120L277,120C297.421,120 314,136.579 314,157L314,351C314,371.421 297.421,388 277,388Z" style="fill:rgb(138,127,104);"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="714" height="714" viewBox="0 0 714 714" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,57,57)">
<circle cx="300" cy="300" r="300" style="fill:rgb(235,232,219);"/>
</g>
<g transform="matrix(1,0,0,1,57,57)">
<path d="M300,-57C102.966,-57 -57,102.966 -57,300C-57,497.034 102.966,657 300,657C497.034,657 657,497.034 657,300C657,102.966 497.034,-57 300,-57ZM300,0C465.575,0 600,134.425 600,300C600,465.575 465.575,600 300,600C134.425,600 0,465.575 0,300C0,134.425 134.425,0 300,0Z" style="fill:rgb(38,36,30);"/>
</g>
<g transform="matrix(1,0,0,1,57,57)">
<path d="M304,493C331,493 383,479 383,324C383,158 338,107 296,107C262,107 220,133 220,276C220,444 269,493 304,493M304,533C213,533 140,445 141,308C141,197 201,65 296,65C397,65 462,159 462,284C462,497 339,533 303,533" style="fill:rgb(38,36,30);fill-rule:nonzero;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="714" height="714" viewBox="0 0 714 714" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,57,57)">
<circle cx="300" cy="300" r="300" style="fill:rgb(235,232,219);"/>
</g>
<g transform="matrix(1,0,0,1,57,57)">
<path d="M300,-57C102.966,-57 -57,102.966 -57,300C-57,497.034 102.966,657 300,657C497.034,657 657,497.034 657,300C657,102.966 497.034,-57 300,-57ZM300,0C465.575,0 600,134.425 600,300C600,465.575 465.575,600 300,600C134.425,600 0,465.575 0,300C0,134.425 134.425,0 300,0Z" style="fill:rgb(38,36,30);"/>
</g>
<g transform="matrix(1,0,0,1,57,57)">
<path d="M347,52L347,425C347,474 376,473 395,473L411,473L411,523L193,523L193,473L213,473C231,473 260,473 260,425L260,186C260,139 245,135 213,136L195,136L195,85L215,85C251,85 272,53 308,52L347,52Z" style="fill:rgb(38,36,30);fill-rule:nonzero;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="714" height="714" viewBox="0 0 714 714" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,57,57)">
<circle cx="300" cy="300" r="300" style="fill:rgb(235,232,219);"/>
</g>
<g transform="matrix(1,0,0,1,57,57)">
<path d="M300,-57C102.966,-57 -57,102.966 -57,300C-57,497.034 102.966,657 300,657C497.034,657 657,497.034 657,300C657,102.966 497.034,-57 300,-57ZM300,0C465.575,0 600,134.425 600,300C600,465.575 465.575,600 300,600C134.425,600 0,465.575 0,300C0,134.425 134.425,0 300,0Z" style="fill:rgb(38,36,30);"/>
</g>
<g transform="matrix(1,0,0,1,57,57)">
<path d="M242,454L360,454C407,454 421,451 437,399L477,398L441,522L156,522L155,488C369,279 373,248 375,217C380,149 331,127 305,127C279,127 236,144 194,230L157,214C213,57 307,64 337,65C411,67 459,137 457,196C455,276 420,288 242,454Z" style="fill:rgb(38,36,30);fill-rule:nonzero;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="714" height="714" viewBox="0 0 714 714" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,57,57)">
<circle cx="300" cy="300" r="300" style="fill:rgb(235,232,219);"/>
</g>
<g transform="matrix(1,0,0,1,57,57)">
<path d="M300,-57C102.966,-57 -57,102.966 -57,300C-57,497.034 102.966,657 300,657C497.034,657 657,497.034 657,300C657,102.966 497.034,-57 300,-57ZM300,0C465.575,0 600,134.425 600,300C600,465.575 465.575,600 300,600C134.425,600 0,465.575 0,300C0,134.425 134.425,0 300,0Z" style="fill:rgb(38,36,30);"/>
</g>
<g transform="matrix(1,0,0,1,57,57)">
<path d="M474,358C473,484 344,533 273,532C194,531 157,497 157,497L180,466C180,466 218,491 272,491C303,491 397,462 397,367C397,316 351,297 328,296C308,296 286,307 255,325L238,288C348,221 365,201 365,170C365,141 339,122 316,122C293,122 260,128 199,194L167,168C246,57 316,62 337,63C384,65 440,90 441,150C441,174 433,202 379,243C425,248 475,289 474,358Z" style="fill:rgb(38,36,30);fill-rule:nonzero;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1714%" height="714" viewBox="0 0 714 714" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,57,57)">
<circle cx="300" cy="300" r="300" style="fill:rgb(235,232,219);"/>
</g>
<g transform="matrix(1,0,0,1,57,57)">
<path d="M300,-57C102.966,-57 -57,102.966 -57,300C-57,497.034 102.966,657 300,657C497.034,657 657,497.034 657,300C657,102.966 497.034,-57 300,-57ZM300,0C465.575,0 600,134.425 600,300C600,465.575 465.575,600 300,600C134.425,600 0,465.575 0,300C0,134.425 134.425,0 300,0Z" style="fill:rgb(38,36,30);"/>
</g>
<g transform="matrix(1,0,0,1,57,55)">
<path d="M295,351L296,156L164,351M113,398L112,351L310,63L376,63L376,351C395,351 407,321 409,307L447,307L434,397L377,397L377,441C377,468 388,484 414,484L434,484L434,523L237,523L238,484L262,484C279,484 298,473 297,439L297,396" style="fill:rgb(38,36,30);fill-rule:nonzero;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="714" height="714" viewBox="0 0 714 714" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,57,57)">
<circle cx="300" cy="300" r="300" style="fill:rgb(235,232,219);"/>
</g>
<g transform="matrix(1,0,0,1,57,57)">
<path d="M300,-57C102.966,-57 -57,102.966 -57,300C-57,497.034 102.966,657 300,657C497.034,657 657,497.034 657,300C657,102.966 497.034,-57 300,-57ZM300,0C465.575,0 600,134.425 600,300C600,465.575 465.575,600 300,600C134.425,600 0,465.575 0,300C0,134.425 134.425,0 300,0Z" style="fill:rgb(38,36,30);"/>
</g>
<g transform="matrix(1,0,0,1,58.5,57)">
<path d="M449,355C448,481 338,532 251,532C201,532 151,514 151,514L166,478C166,478 201,490 238,490C279,490 369,460 369,368C369,317 335,265 264,265C227,265 194,287 184,297L158,292L210,72L387,72C411,72 413,69 415,64L451,64L434,141L233,141L218,211C218,211 246,198 286,199C412,200 448,309 448,356L449,355Z" style="fill:rgb(38,36,30);fill-rule:nonzero;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="714" height="714" viewBox="0 0 714 714" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,57,57)">
<circle cx="300" cy="300" r="300" style="fill:rgb(235,232,219);"/>
</g>
<g transform="matrix(1,0,0,1,57,57)">
<path d="M300,-57C102.966,-57 -57,102.966 -57,300C-57,497.034 102.966,657 300,657C497.034,657 657,497.034 657,300C657,102.966 497.034,-57 300,-57ZM300,0C465.575,0 600,134.425 600,300C600,465.575 465.575,600 300,600C134.425,600 0,465.575 0,300C0,134.425 134.425,0 300,0Z" style="fill:rgb(38,36,30);"/>
</g>
<g transform="matrix(1,0,0,1,57,50.5)">
<path d="M309,492C336,492 375,472 375,382C375,312 349,263 307,263C273,263 242,290 228,318C222,416 259,491 308,491M309,533C218,533 148,450 148,331C148,251 199,71 415,65L415,103C255,109 237,250 237,250C237,250 275,214 331,214C365,214 455,239 455,364C455,482 372,533 310,533" style="fill:rgb(38,36,30);fill-rule:nonzero;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="714" height="714" viewBox="0 0 714 714" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,57,57)">
<circle cx="300" cy="300" r="300" style="fill:rgb(235,232,219);"/>
</g>
<g transform="matrix(1,0,0,1,57,57)">
<path d="M300,-57C102.966,-57 -57,102.966 -57,300C-57,497.034 102.966,657 300,657C497.034,657 657,497.034 657,300C657,102.966 497.034,-57 300,-57ZM300,0C465.575,0 600,134.425 600,300C600,465.575 465.575,600 300,600C134.425,600 0,465.575 0,300C0,134.425 134.425,0 300,0Z" style="fill:rgb(38,36,30);"/>
</g>
<g transform="matrix(1,0,0,1,57.5,57)">
<path d="M238,70L455,70L454,113C454,113 330,330 328,524L248,524C240,386 395,139 395,139L250,140C208,140 196,169 186,199L145,199L176,63L203,63C213,69 225,70 238,70Z" style="fill:rgb(38,36,30);fill-rule:nonzero;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="714" height="714" viewBox="0 0 714 714" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,57,57)">
<circle cx="300" cy="300" r="300" style="fill:rgb(235,232,219);"/>
<path d="M300,-57C102.966,-57 -57,102.966 -57,300C-57,497.034 102.966,657 300,657C497.034,657 657,497.034 657,300C657,102.966 497.034,-57 300,-57ZM300,0C465.575,0 600,134.425 600,300C600,465.575 465.575,600 300,600C134.425,600 0,465.575 0,300C0,134.425 134.425,0 300,0Z" style="fill:rgb(38,36,30);"/>
</g>
<g id="path24" transform="matrix(1,0,0,1,57,57)">
<path d="M308,493C335,493 393,475 393,422C393,386 367,352 275,314C228,344 214,376 214,403C214,465 263,493 307,493M379,179C379,143 349,106 299,106C250,106 226,139 226,164C226,210 263,223 325,253C341,245 378.98,227.184 378.98,180.184L379,179ZM309,533C218,533 147,482 147,408C147,335 233,293 233,293C212,280 157,248 157,187C157,88 256,63 307,63C415,63 445,151 445,174C445,224 400,259 370,272C370,272 454,305 454,401C454,488 371,533 309,533" style="fill:rgb(38,36,30);fill-rule:nonzero;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="714" height="714" viewBox="0 0 714 714" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,57,57)">
<circle cx="300" cy="300" r="300" style="fill:rgb(235,232,219);"/>
<path d="M300,-57C102.966,-57 -57,102.966 -57,300C-57,497.034 102.966,657 300,657C497.034,657 657,497.034 657,300C657,102.966 497.034,-57 300,-57ZM300,0C465.575,0 600,134.425 600,300C600,465.575 465.575,600 300,600C134.425,600 0,465.575 0,300C0,134.425 134.425,0 300,0Z" style="fill:rgb(38,36,30);"/>
</g>
<g transform="matrix(1,0,0,1,57,57)">
<path d="M375,280C384,188 344,106 294,106C241,106 227,171 227,215C227,234 230,334 296,334C310,334 345,330 375,280ZM189,493C344,494 365,352 365,352C365,352 325,385 275,385C162,385 119,237 164,156C198,95 235,65 296,65C409,65 456,183 456,268C456,305 439,523 188,533" style="fill:rgb(38,36,30);fill-rule:nonzero;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="714" height="714" viewBox="0 0 714 714" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,57,57)">
<circle cx="300" cy="300" r="300" style="fill:rgb(235,232,219);"/>
<path d="M300,-57C102.966,-57 -57,102.966 -57,300C-57,497.034 102.966,657 300,657C497.034,657 657,497.034 657,300C657,102.966 497.034,-57 300,-57ZM300,0C465.575,0 600,134.425 600,300C600,465.575 465.575,600 300,600C134.425,600 0,465.575 0,300C0,134.425 134.425,0 300,0Z" style="fill:rgb(38,35,30);"/>
</g>
<g transform="matrix(1,0,0,1,57,57)">
<path d="M544.2,291.7C544.2,324.8 532.2,347.4 508.1,359.4C501.1,362.9 479,367.7 441.9,373.7C417.8,377.7 405.8,387 405.8,401.5L405.8,462.4C405.8,464.9 406.6,472.7 408.1,485.7L410.4,509.8C410.4,517.3 408.6,529.6 405.1,546.7C395.6,548.7 384.5,551 372,553.5C368,538.4 366,528.2 366,522.6C366,520.1 366.6,516.3 367.9,511.3C369.1,506.3 369.8,502.5 369.8,500C369.8,496.5 366.7,486.7 360.4,470.7L348.7,470.7C347.2,473.2 346.6,476.5 347.1,480.5C349.1,489 349.9,496.3 349.4,502.3C340.9,508.3 329.1,516.4 314,526.4C310.5,525.4 309.2,524.9 310.2,524.9L310.2,471.5C309.2,469 306.7,468 302.7,468.5L293.7,468.5L284.7,539.2C277.7,539.7 269.1,539.7 259.1,539.2C255.6,522.7 249.3,498.1 240.3,465.5L234.3,465.5C228.8,483.1 225.8,492.6 225.3,494.1C225.3,496.1 225.9,500 227.2,505.8C228.4,511.6 229.1,515.5 229.1,517.5C229.1,519 228.6,522.8 227.6,528.8L225.3,546.9C224.3,547.9 223,548.4 221.5,548.4C206.5,548.4 196.4,544.6 191.4,537.1C186.4,529.6 184.4,519 185.4,505.5L191.4,415.2C191.4,413.7 191.9,411.7 192.9,409.2C193.9,406.7 194.4,404.9 194.4,403.9C194.4,399.9 190.1,391.9 181.6,379.8C180.1,379.3 172.3,377.5 158.3,374.5C149.8,372.5 133,369 107.9,364C73.3,357.5 56,329.7 56,280.5C56,207.3 86.1,146.3 146.3,97.7C148.8,111.2 153.1,129.3 159.1,151.9C163.6,152.9 173.4,155.2 188.4,158.7C191.4,159.7 206.7,165.2 234.3,175.3C220.2,166.8 201.9,153 179.4,133.9C170.9,123.9 166.6,107.1 166.6,83.5C166.6,78 176.1,71.5 195.2,63.9C212.2,56.9 225.1,52.9 233.6,51.9C260.7,48.4 281.5,46.6 296.1,46.6C358.8,46.6 409.5,62.7 448.1,94.8C435.6,109.4 414,124.9 383.4,141.4C395.5,141.9 413,137.2 436.1,127.1C459.2,117.1 469,112.1 465.4,112.1C469.4,112.1 477.5,120.1 489.5,136.2C498.5,148.2 505.8,159 511.3,168.6C527.3,197.2 538.1,228.1 543.7,261.2C543.7,272.8 543.9,281 544.5,286L544.5,292L544.2,291.7ZM256,305.2C256,283.6 246.6,263.2 227.8,243.9C209,224.6 188.8,214.9 167.2,214.9C148.1,214.9 131.3,223 116.8,239.1C102.2,255.3 95,273.2 95,292.9C95,310.1 103.3,321.2 119.8,326.2C130.3,329.2 145.1,331 164.2,331.5L205.6,331.5C239.2,332 256,323.2 256,305.2M338,398.5L338,375.2C334.5,368.7 331,361.9 327.5,354.9C324.5,344.9 319,330.8 310.9,312.8L302.6,400.8C302.6,407.8 301.1,411.3 298.1,411.3C296.1,411.3 294.6,410.8 293.6,409.8C290.1,356.6 288.3,333.6 288.3,340.6L288.3,314.3C287.3,312.8 286.1,312 284.6,312C267.5,329.6 259,357.9 259,397C259,418.6 261,431.9 265,436.9C269,435.9 273.5,434.1 278.5,431.6C280.5,430.6 286.3,430.1 295.8,430.1C305.3,430.1 316.9,433.1 330.4,439.1C335.4,439.1 337.9,425.6 337.9,398.5M508,293.7C508,273.5 500.5,255.5 485.4,239.6C470.3,223.7 453,215.8 433.5,215.8C412.4,215.8 392.7,225.4 374.4,244.8C356.1,264.1 346.9,284.3 346.9,305.4C346.9,323 355.4,331.7 372.5,331.7L459,331.7C491.6,331.2 507.9,318.6 507.9,293.8" style="fill:rgb(38,35,30);fill-rule:nonzero;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="714" height="714" viewBox="0 0 714 714" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,57,57)">
<circle cx="300" cy="300" r="300" style="fill:rgb(235,232,219);"/>
<path d="M300,-57C102.966,-57 -57,102.966 -57,300C-57,497.034 102.966,657 300,657C497.034,657 657,497.034 657,300C657,102.966 497.034,-57 300,-57ZM300,0C465.575,0 600,134.425 600,300C600,465.575 465.575,600 300,600C134.425,600 0,465.575 0,300C0,134.425 134.425,0 300,0Z" style="fill:rgb(38,36,30);"/>
</g>
<g transform="matrix(1,0,0,1,57,57)">
<path d="M300,60C349.558,165.512 434.488,250.442 540,300C434.488,349.558 349.558,434.488 300,540C250.442,434.488 165.512,349.558 60,300C165.512,250.442 250.442,165.512 300,60M300,150C269.944,216.581 216.581,269.944 150,300C216.581,330.056 269.944,383.419 300,450C330.056,383.419 383.419,330.056 450,300C383.419,269.944 330.056,216.581 300,150" style="fill:rgb(38,36,30);fill-rule:nonzero;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="714" height="714" viewBox="0 0 714 714" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,57,57)">
<circle cx="300" cy="300" r="300" style="fill:rgb(235,232,219);"/>
<path d="M300,-57C102.966,-57 -57,102.966 -57,300C-57,497.034 102.966,657 300,657C497.034,657 657,497.034 657,300C657,102.966 497.034,-57 300,-57ZM300,0C465.575,0 600,134.425 600,300C600,465.575 465.575,600 300,600C134.425,600 0,465.575 0,300C0,134.425 134.425,0 300,0Z" style="fill:rgb(14,66,22);"/>
</g>
<g transform="matrix(1,0,0,1,57,57)">
<path d="M562.6,337.4C562.6,347.4 558.7,356.4 551,364.4C543.3,372.4 534.4,376.4 524.4,376.4C508.4,376.4 496.7,368.9 489.2,353.9L454,352.4C446.5,352.4 431.7,355.7 409.8,362.2C386.3,368.7 372.8,373.9 369.3,377.9C363.8,383.9 359.3,397.9 355.8,419.9C352.8,437.9 351.3,451.1 351.3,459.6C351.3,473.1 353.4,483 357.7,489.2C362,495.4 370.7,500.7 383.9,504.9C397.1,509.1 405.3,511.5 408.3,512C410.3,512 413.5,511.8 418.1,511.3L427.1,511.3C433.6,511.3 440.3,512.3 447.3,514.3C457.3,517.3 461.6,521.3 460.1,526.3C453.1,525.3 440.9,526.8 423.4,530.8L444.4,541.3C444.4,547.3 435.9,550.3 418.9,550.3C414.4,550.3 408.3,549.3 400.5,547.3C392.8,545.3 387.6,544.3 385.1,544.3L375.4,544.3C374.9,549.3 373.4,556.8 370.9,566.8C362.4,566.3 352.4,561.3 340.9,551.8C329.4,542.3 322.2,537.6 319.2,537.6C316.2,537.6 311.9,542.4 306.5,551.8C301,561.3 298.3,567.8 298.3,571.3C291.8,567.8 286.3,561.3 281.8,551.8C279.8,545.3 277.6,538.8 275.1,532.3C270.1,532.8 260.9,543.3 247.4,563.8L243.6,563.8C242.6,562.3 238.8,551.8 232.4,532.3C216.9,527.3 202.4,524.8 188.9,524.8C182.4,524.8 172.4,526.3 158.9,529.3L137.9,527.8C140.9,524.8 149.6,519.1 164.1,510.6C181.1,500.6 194.1,495.6 203.1,495.6C204.6,495.6 206.6,495.9 209.1,496.4C211.6,496.9 213.6,497.2 215.1,497.2C218.6,497.2 224.2,495.3 232,491.6C239.7,487.9 244.2,484.5 245.5,481.5C246.8,478.5 247.4,470.7 247.4,458.3C247.4,429.8 239.9,408.6 224.9,394.6C211.9,382.1 190.4,373.1 160.4,367.6C152.4,396.1 129.9,410.3 93,410.3C81,410.3 69,403.1 57,388.6C44.7,373.8 38.7,360.6 38.7,348.6C38.7,330.1 46.4,314.9 61.9,302.9C49.4,289.9 43.2,276.7 43.2,263.2C43.2,250.7 47.1,239.7 54.8,230.2C62.5,220.7 72.7,215.2 85.2,213.7C84.2,197.7 89.4,186.7 100.9,180.7C95.4,175.2 92.7,165.5 92.7,151.5C92.7,135 98.2,121.3 109.2,110.3C120.2,99.3 133.9,93.8 150.4,93.8C168.4,93.8 183.1,100.1 194.6,112.6C209.1,63.1 240.3,38.4 288.3,38.4C313.3,38.4 335.3,48.4 354.3,68.4C361.3,75.9 364.8,79.9 364.8,80.4C358.8,80.4 361.8,79.3 373.8,77C385.8,74.8 394.5,73.6 400,73.6C419.5,73.6 436.7,80.8 451.7,95.3C464.7,108.3 473.7,124.8 478.7,144.8C482.2,145.3 487.7,146.8 495.2,149.3C506.2,154.8 511.7,164.3 511.7,177.8C511.7,180.3 509.7,185.1 505.7,192C537.7,210 553.7,235 553.7,267C553.7,276 550.2,288.5 543.2,304.5C556.2,312 562.7,323 562.7,337.5M253.9,370.5L253.9,360.8C253.9,349.3 248.3,338.8 237,329.3C225.8,319.8 214.4,315.1 202.9,315.1C188.9,315.1 175.9,318.3 163.9,324.8C190.4,323.3 220.4,338.6 253.8,370.5M240.3,277.6C232.8,269.1 226.3,260.4 220.8,251.4C199.8,256.9 189.3,263.1 189.3,270.1C195.3,269.6 204,270.7 215.5,273.5C227,276.3 235.2,277.6 240.3,277.6M286,254.4L286,221.4C274,219.4 266.7,218.4 264.3,218.4L264.3,229.6L286,254.3M383.4,233.3C377.4,230.8 366.2,225.8 349.7,218.3L349.7,282.8C373.2,269.3 384.4,252.8 383.4,233.3M424.6,321.8L408.1,301.6C398.1,308.6 388,315.7 377.7,323C367.4,330.2 358.6,338.4 351.1,347.4C373.6,335.4 398.1,326.9 424.5,321.9" style="fill:rgb(14,66,22);fill-rule:nonzero;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="714" height="714" viewBox="0 0 714 714" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,57,57)">
<circle cx="300" cy="300" r="300" style="fill:rgb(235,232,219);"/>
<path d="M300,-57C102.966,-57 -57,102.966 -57,300C-57,497.034 102.966,657 300,657C497.034,657 657,497.034 657,300C657,102.966 497.034,-57 300,-57ZM300,0C465.575,0 600,134.425 600,300C600,465.575 465.575,600 300,600C134.425,600 0,465.575 0,300C0,134.425 134.425,0 300,0Z" style="fill:rgb(120,17,20);"/>
</g>
<g transform="matrix(1,0,0,1,57,57)">
<path d="M551.8,399.7C529.4,453.2 484.8,479.9 418.2,479.9C406,479.9 392.7,481.4 378.5,484.5C357.1,489.1 346.4,495.5 346.4,503.6C346.4,506.1 348.2,509.1 351.7,512.4C355.3,515.7 358.3,517.4 360.9,517.4C348.2,517.4 356.8,517.8 386.9,518.5C417,519.3 435.8,519.6 443.4,519.6C399.1,545.6 325,557.5 221.1,555.5C187,555 157.7,540 133.3,510.4C109.3,482.4 97.4,451.1 97.4,416.5C97.4,379.9 109.7,348.7 134.5,322.9C159.2,297.2 189.9,284.3 226.5,284.3C234.6,284.3 245.5,286.1 259,289.6C272.5,293.2 281.5,294.9 286.1,294.9C304.9,294.9 328.4,287.1 356.4,271.6C384.4,256.1 397.7,248.3 396.1,248.3C391,301.8 373.2,337.7 342.6,356C320.7,368.7 309.8,381.2 309.8,393.4C309.8,401 314.4,407.2 323.5,411.7C330.6,415.3 338.5,417.1 347.2,417.1C360.4,417.1 373.4,409 386.2,392.7C398.9,376.4 404.5,361.6 403,348.4C401.5,333.1 402.5,314.8 406.1,293.4C407.1,287.3 410.8,279.8 417.2,270.9C423.6,262 429.3,256.5 434.4,254.5C434.4,259.1 432.8,266.7 429.4,277.4C426.1,288.1 424.4,296 424.4,301.1C424.4,312.3 427.4,321 433.6,327.1C442.8,323.5 450.9,312.1 458,292.7C464.1,277.9 467.7,263.7 468.7,249.9C447.3,248.9 426.8,239.2 407.2,220.9C387.6,202.6 377.8,182.7 377.8,161.3C377.8,157.7 378.3,154.2 379.3,150.6C382.3,155.2 386.9,162.3 393,172C401.7,184.7 408.3,191.1 412.9,191.1C419,191.1 422.1,184.7 422.1,172C422.1,155.7 417.8,140.9 409.1,127.7C399.4,111.9 386.9,104 371.7,104C364.6,104 353.9,107.8 339.6,115.5C325.3,123.1 312.3,127 300.6,127C297,127 281.2,122.4 253.2,113.2C302.6,105.1 327.3,97.7 327.3,91.1C327.3,73.8 293.4,62.1 225.7,56C219.1,55.5 206.9,54.5 189,52.9C191,50.4 205.5,47.6 232.5,44.5C255.4,42 271.5,40.7 280.6,40.7C401.8,40.7 478.7,99.5 511.3,217.2C516.9,212.6 519.7,204.8 519.7,194C519.7,180.1 515.6,162.5 507.5,141.3C504.4,133.1 499.6,120.7 493,104.1C534.7,157.3 555.6,207.7 555.6,255.3C555.6,280.4 549.7,303.1 538,323.6C530.4,337.4 516.1,355.1 495.2,376.6C474.3,398.1 460.1,414.7 452.4,426.5C480.4,418.9 498.8,413 507.4,408.9C526.7,400.3 544.3,387.3 560.1,369.9C560.1,376.5 557.3,386.5 551.7,399.7M218.8,99.5C218.8,108.7 213.7,114.5 203.5,117.1L183.6,120.2C176.5,123.8 166,137.8 152.3,162.2C150.8,154.6 148.5,143.9 145.4,130.1C140.8,130.6 133.2,134.7 122.5,142.3C117.9,145.9 110.5,151.2 100.3,158.3C103.4,140 113.5,121.4 130.9,102.5C149.2,81.6 167.1,71.2 184.4,71.2C207.3,71.2 218.8,80.6 218.8,99.5M351.7,169.8C351.7,178.5 347,185.7 337.6,191.6C328.2,197.5 318.9,200.4 309.7,200.4C297.5,200.4 286.5,193.5 276.9,179.8C265.2,163 253.2,152.1 241,146.9C243.5,144.4 246.6,143.1 250.2,143.1C254.8,143.1 262.5,146.7 273.5,153.8C284.4,160.9 291.4,164.5 294.5,164.5C297,164.5 301.2,160.9 307.1,153.8C313,146.7 319.4,143.1 326.6,143.1C343.4,143.1 351.8,152 351.8,169.8" style="fill:rgb(120,17,20);fill-rule:nonzero;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="714" height="714" viewBox="0 0 714 714" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,57,57)">
<circle cx="300" cy="300" r="300" style="fill:rgb(235,232,219);"/>
<path d="M300,-57C102.966,-57 -57,102.966 -57,300C-57,497.034 102.966,657 300,657C497.034,657 657,497.034 657,300C657,102.966 497.034,-57 300,-57ZM300,0C465.575,0 600,134.425 600,300C600,465.575 465.575,600 300,600C134.425,600 0,465.575 0,300C0,134.425 134.425,0 300,0Z" style="fill:rgb(2,87,104);"/>
</g>
<g transform="matrix(1,0,0,1,-85.01,183.79)">
<path d="M546.93,375.53C518.208,404.76 482.83,419.372 440.8,419.372C393.63,419.372 356.21,403.232 328.53,370.932C302.38,340.17 289.31,300.96 289.31,253.292C289.31,202.032 311.612,143.572 356.21,77.952C392.59,24.138 435.4,-23.028 484.62,-63.528C477.438,-30.714 473.862,-7.398 473.862,6.444C473.862,38.238 483.846,69.246 503.838,99.494C528.45,135.374 547.148,162.054 559.978,179.462C579.97,209.722 589.966,239.192 589.966,267.882C589.967,310.44 575.62,346.322 546.926,375.532M546.152,211.362C538.466,194.192 529.49,182.79 519.236,177.142C520.772,180.226 521.546,184.582 521.546,190.222C521.546,200.992 518.474,216.362 512.312,236.352L502.328,267.114C502.328,285.054 511.28,294.03 529.232,294.03C548.192,294.03 557.684,281.46 557.684,256.344C557.684,243.54 553.844,228.552 546.152,211.356" style="fill:rgb(2,87,104);fill-rule:nonzero;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="714" height="714" viewBox="0 0 714 714" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,57,57)">
<circle cx="300" cy="300" r="300" style="fill:rgb(235,232,219);"/>
<path d="M300,-57C102.966,-57 -57,102.966 -57,300C-57,497.034 102.966,657 300,657C497.034,657 657,497.034 657,300C657,102.966 497.034,-57 300,-57ZM300,0C465.575,0 600,134.425 600,300C600,465.575 465.575,600 300,600C134.425,600 0,465.575 0,300C0,134.425 134.425,0 300,0Z" style="fill:rgb(137,125,104);"/>
</g>
<g transform="matrix(1,0,0,1,57,57)">
<path d="M586.2,342.4C546.8,320.2 521.6,309.1 510.5,309.1C502.4,309.1 496.1,315.3 491.6,327.7C487.1,340.1 478,346.2 464.4,346.2C458.8,346.2 447.5,344.2 430.3,340.2C420.7,354.8 415.9,364.2 415.9,368.2C415.9,373.8 420,380.3 428.3,387.9C436.6,395.5 443.5,399.2 449.2,399.2C452.8,399.2 457.7,398.5 463.9,396.9C470.1,395.4 474.2,394.6 476.3,394.6C482.5,394.6 485.6,406 485.6,428.7C485.6,450.4 480.6,483.7 470.5,528.6C457.4,477.1 443.5,451.4 428.9,451.4C426.9,451.4 422.7,452.9 416.4,456C410.1,459 405.4,460.5 402.4,460.5C387.8,460.5 374.7,447.1 363,420.4C339.8,423.9 328.2,435.8 328.2,456C328.2,466.1 332.9,474.2 342.2,480.2C351.5,486.3 356.2,490.6 356.2,493.1C356.2,506.7 336.3,527.7 296.4,555.9C275.2,571 260.6,581.6 252.5,587.7C259.5,578.6 266.6,566.8 273.7,552.1C281.8,535.5 285.8,522.6 285.8,513.5C285.8,508.5 280,501.4 268.4,492.3C256.8,483.2 251,473.6 251,463.5C251,454.9 254,444.3 260.1,431.7C253.5,424.1 245.7,420.3 236.6,420.3C216.4,420.3 206.3,426.9 206.3,440C206.3,430.9 206.3,437.7 206.3,460.4C206.8,477.1 194.2,485.4 168.4,485.4C148.7,485.4 115.7,480.8 69.2,471.8C121.7,458.7 147.9,443.5 147.9,426.4C147.9,428.4 146.9,422.4 144.9,408.2C142.9,392.6 154,378.4 178.2,365.8C173.7,342.6 161.6,331 141.9,331C138.9,331 133.3,336.3 125.3,346.9C117.2,357.5 109.7,362.8 102.6,362.8C90.5,362.8 74.8,349.7 55.7,323.4C46.6,310.3 32.7,290.9 14.1,265.1C25.7,271.2 37.3,277.2 48.9,283.3C64,290.4 76.2,293.9 85.2,293.9C92.3,293.9 99.2,287.7 106,275.3C112.8,262.9 121.8,256.7 132.9,256.7C134.4,256.7 144.5,259.7 163.2,265.8C172.8,251.2 177.6,240.3 177.6,233.2C177.6,227.1 173.9,220.2 166.6,212.4C159.3,204.6 152.6,200.7 146.5,200.7C144,200.7 140.1,201.5 134.8,203C129.5,204.5 125.6,205.3 123.1,205.3C114,205.3 109.5,193.9 109.5,171.2C109.5,165.1 115.3,130.6 126.9,67.5C126.4,75.1 129.7,89.2 136.7,109.9C145.3,135.1 155.4,147.8 167,147.8C169,147.8 173.1,146.3 179.1,143.3C185.2,140.3 189.9,138.8 193.5,138.8C205.1,138.8 214.7,145.4 222.3,158.5L233.7,178.9C244.3,178.9 253.1,175.1 260.2,167.6C267.3,160 270.8,150.9 270.8,140.3C270.8,129.2 266.1,120.7 256.8,114.9C247.4,109.1 242.8,104.7 242.8,101.7C242.8,91.1 259.5,73.2 292.8,48C319.5,27.8 337,16 345,12.4C323.3,41.7 312.4,63.1 312.4,76.7C312.4,83.8 316.7,91.3 325.3,99.4C335.9,109 342,115.8 343.5,119.8C348.5,131.4 348,147.3 342,167.5C355.6,177.1 366,181.9 373,181.9C387.6,181.9 394.9,174.3 394.9,159.2C394.9,157.7 394.3,152.9 393,144.8C391.7,136.7 391.4,132.2 391.9,131.2C393.9,124.1 407.8,120.6 433.5,120.6C449.7,120.6 483.2,125.1 534.2,134.2C523.1,137.2 506.4,141.8 484.2,147.8C464,153.9 453.9,160.7 453.9,168.2C453.9,171.7 455.2,177.8 457.7,186.4C460.2,195 461.5,201.3 461.5,205.3C461.5,212.4 457,218.9 447.9,225L422.2,243.2C428.3,254.3 432.3,260.9 434.3,262.9C439.3,269 446.2,272 454.7,272C460.8,272 466.3,266.7 471.4,256.1C476.4,245.5 484.5,240.2 495.6,240.2C509.2,240.2 524.6,252.8 541.8,278.1C551.4,292.3 566.3,313.7 586.4,342.5M418.4,298.6C418.4,266.3 406.5,238.3 382.8,214.6C359.1,190.9 331.1,179 298.8,179C266,179 237.7,190.7 214,214.2C190.3,237.7 178.2,265.8 177.7,298.6C177.2,330.9 189.2,358.8 213.7,382.2C238.2,405.7 266.6,417.4 298.9,417.4C333.2,417.4 361.9,406.2 384.8,383.7C407.8,361.3 419,332.9 418.5,298.6M407.1,298.6C407.1,329.4 396.8,354.9 376.1,375C355.4,395.2 329.7,405.3 298.9,405.3C269.1,405.3 243.6,395 222.5,374.3C201.3,353.6 190.7,328.4 190.7,298.6C190.7,269.3 201.4,244.2 222.9,223.3C244.4,202.4 269.7,191.9 299,191.9C328.3,191.9 353.6,202.5 375.1,223.7C396.5,244.9 407.3,269.9 407.3,298.6" style="fill:rgb(137,125,104);fill-rule:nonzero;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="714" height="714" viewBox="0 0 714 714" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,57,57)">
<circle cx="300" cy="300" r="300" style="fill:rgb(235,232,219);"/>
<path d="M300,-57C102.966,-57 -57,102.966 -57,300C-57,497.034 102.966,657 300,657C497.034,657 657,497.034 657,300C657,102.966 497.034,-57 300,-57ZM300,0C465.575,0 600,134.425 600,300C600,465.575 465.575,600 300,600C134.425,600 0,465.575 0,300C0,134.425 134.425,0 300,0Z" style="fill:rgb(38,36,30);"/>
</g>
<g id="path165" transform="matrix(6,0,0,6,5097,57)">
<path d="M-783.359,80L-783.359,76.703C-778.656,76.182 -776.3,74.816 -776.3,72.621C-776.3,71.039 -776.929,69.457 -778.183,67.875L-791.191,51.865L-801.464,63.976C-804.034,66.949 -805.327,69.408 -805.327,71.33C-805.327,74.306 -802.973,76.101 -798.257,76.717L-798.257,80L-823.308,80L-823.308,76.713C-820.136,76.104 -817.441,74.961 -815.206,73.297C-813.667,72.074 -811.569,69.926 -808.921,66.859L-793.472,48.944L-811.339,27.284C-813.654,24.487 -815.46,22.651 -816.74,21.774C-818.464,20.549 -820.861,19.762 -823.943,19.413L-823.943,16L-794.404,16L-794.404,19.285C-798.857,20.162 -801.08,21.519 -801.08,23.359C-801.08,24.589 -800.486,25.945 -799.287,27.431L-787.471,41.753L-777.963,30.062C-776.252,27.958 -775.393,26.121 -775.393,24.542C-775.393,21.913 -777.498,20.202 -781.694,19.413L-781.694,16L-758.182,16L-758.182,19.291C-760.237,19.73 -761.655,20.125 -762.412,20.479C-764.982,21.708 -768.908,25.348 -774.209,31.399C-775.061,32.368 -778.662,36.792 -784.998,44.684L-766.021,68.047C-761.908,73.125 -757.716,76.018 -753.435,76.713L-753.435,80L-783.359,80Z" style="fill:rgb(38,36,30);fill-rule:nonzero;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="600" height="600" viewBox="0 0 600 600" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(0.999997,0,0,1,-450,-750)">
<path d="M900.458,843.051L1014.76,870.339L1014.76,1026.99L999.758,1031.86L1050,1015.54C1040.7,1167.82 1005.02,1281.29 900.458,1350L826.494,1275.57L750,1350L673.506,1275.57L691.128,1257.83L750,1315.12L808.872,1257.83L750,1198.59L599.542,1350C494.979,1281.29 459.304,1167.82 450,1015.54L485.238,1026.99L485.238,870.339L599.542,843.051L599.542,755.085L672.165,825.714L672.197,825.706L750,750L827.803,825.706L827.835,825.714L900.458,755.085L900.458,843.051ZM762.5,1176.94C764.398,1178.03 766.161,1179.38 767.733,1180.97L903.258,1317.35C980.579,1257.99 1011.05,1167.6 1022.19,1050.86L908.184,1087.9C900.573,1090.37 892.238,1089.05 885.764,1084.35C879.29,1079.65 875.458,1072.13 875.458,1064.12L875.458,814.272L767.437,919.328C765.917,920.807 764.257,922.054 762.5,923.069L762.5,959.576C806.507,965.72 840.539,1003.83 840.539,1050C840.539,1096.17 806.507,1134.28 762.5,1140.42L762.5,1176.94ZM737.5,923.069C735.745,922.055 734.087,920.81 732.57,919.334L624.542,814.272L624.542,1064.12C624.542,1072.13 620.71,1079.65 614.236,1084.35C607.762,1089.05 599.427,1090.37 591.816,1087.9L477.814,1050.86C488.954,1167.61 519.426,1258 596.742,1317.35L732.267,1180.97C733.839,1179.38 735.601,1178.03 737.5,1176.94L737.5,1140.42C693.493,1134.28 659.461,1096.17 659.461,1050C659.461,1003.83 693.493,965.72 737.5,959.576L737.5,923.069ZM750,983.71C786.172,983.71 815.539,1013.41 815.539,1050C815.539,1086.59 786.172,1116.29 750,1116.29C713.828,1116.29 684.461,1086.59 684.461,1050C684.461,1013.41 713.828,983.71 750,983.71ZM900.458,1064.12L989.762,1035.11L989.762,890.073L900.458,868.754L900.458,1064.12ZM599.542,868.754L510.238,890.073L510.238,1035.11L504.569,1033.27L599.542,1064.12L599.542,868.754ZM809.894,843.163L750,784.882L690.106,843.163L675.848,829.296L750,901.412L809.894,843.163Z" style="fill:rgb(139,110,52);"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -399,7 +399,11 @@ function addFrame(additionalMasks = [], loadingFrame = false) {
frameToAdd.image.crossOrigin = 'anonymous' frameToAdd.image.crossOrigin = 'anonymous'
frameToAdd.image.src = blank.src; frameToAdd.image.src = blank.src;
frameToAdd.image.onload = drawFrames; frameToAdd.image.onload = drawFrames;
if ('stretch' in frameToAdd) {
stretchSVG(frameToAdd);
} else {
frameToAdd.image.src = fixUri(frameToAdd.src); frameToAdd.image.src = fixUri(frameToAdd.src);
}
if (!loadingFrame) { if (!loadingFrame) {
card.frames.unshift(frameToAdd); card.frames.unshift(frameToAdd);
} }
@@ -557,6 +561,22 @@ function writeText(textObject, targetContext) {
} }
var splitText = rawText.replace(/\n/g, '{line}').replace(/{flavor}/g, '{lns}{bar}{lns}{fixtextalign}{i}').replace(/{/g, splitString + '{').replace(/}/g, '}' + splitString).replace(/ /g, splitString + ' ' + splitString).split(splitString); var splitText = rawText.replace(/\n/g, '{line}').replace(/{flavor}/g, '{lns}{bar}{lns}{fixtextalign}{i}').replace(/{/g, splitString + '{').replace(/}/g, '}' + splitString).replace(/ /g, splitString + ' ' + splitString).split(splitString);
splitText = splitText.filter(item => item); splitText = splitText.filter(item => item);
if (textObject.vertical) {
newSplitText = [];
splitText.forEach(item => {
if (item.includes('{') && item.includes('}')) {
newSplitText.push(item);
} else if (item == ' ') {
newSplitText.push(`{down${scaleHeight(0.01)}}`);
} else {
item.split('').forEach(char => {
newSplitText.push(char, '{lns}');
});
// newSplitText = newSplitText.concat(item.split(''));
}
});
splitText = newSplitText;
}
// if (textManaCost && textObject.arcStart > 0) { // if (textManaCost && textObject.arcStart > 0) {
// splitText.reverse(); // splitText.reverse();
// } // }
@@ -1430,6 +1450,47 @@ function loadScript(scriptPath) {
document.querySelectorAll('head')[0].appendChild(script); document.querySelectorAll('head')[0].appendChild(script);
} }
} }
// Stretchable SVGs
function stretchSVG(frameObject) {
xhr = new XMLHttpRequest();
xhr.open('GET', fixUri(frameObject.src), true);
xhr.overrideMimeType('image/svg+xml');
xhr.onload = function(e) {
frameObject.image.src = 'data:image/svg+xml;charset=utf-8,' + stretchSVGReal((new XMLSerializer).serializeToString(xhr.responseXML.documentElement), frameObject);
}
xhr.send();
}
function stretchSVGReal(data, frameObject) {
var returnData = data;
frameObject.stretch.forEach(stretch => {
const change = stretch.change;
const targets = stretch.targets;
const name = stretch.name;
const oldData = returnData.split(name + '" d="')[1].split('" style=')[0];
var newData = '';
const listData = oldData.replace(/L/g, '|L').replace(/C/g, '|C').replace(/M/g, '|M').replace(/Z/g, '|Z').replace('|', '').split('|');
for (i = 0; i < listData.length; i ++) {
const item = listData[i]
if (targets.includes(i)) {
if (item[0] == 'C') {
newCoords = [];
item.slice(1).split(' ').forEach(pair => {
coords = pair.split(',');
newCoords.push((scaleWidth(change[0]) + parseFloat(coords[0])) + ',' + (scaleHeight(change[1]) + parseFloat(coords[1])));
});
newData += 'C' + newCoords.join(' ');
} else {
const coords = item.slice(1).split(',');
newData += item[0] + (scaleWidth(change[0]) + parseFloat(coords[0])) + ',' + (scaleHeight(change[1]) + parseFloat(coords[1]))
}
} else {
newData += item;
}
}
returnData = returnData.replace(oldData, newData);
});
return returnData;
}
//SCRYFALL STUFF MAY BE CHANGED IN THE FUTURE //SCRYFALL STUFF MAY BE CHANGED IN THE FUTURE
function fetchScryfallData(cardName, callback = console.log) { function fetchScryfallData(cardName, callback = console.log) {
var xhttp = new XMLHttpRequest(); var xhttp = new XMLHttpRequest();

View File

@@ -1,4 +1,5 @@
loadFramePacks([ loadFramePacks([
{name:'Mystical Archive (Japanese)', value:'MysticalArchiveJP'},
{name:'Mystical Archive', value:'MysticalArchive'}, {name:'Mystical Archive', value:'MysticalArchive'},
{name:'Praetors', value:'Praetors'}, {name:'Praetors', value:'Praetors'},
{name:'Kaldheim', value:'Kaldheim-2'}, {name:'Kaldheim', value:'Kaldheim-2'},

View File

@@ -0,0 +1,12 @@
//checks to see if it needs to run
if (!card.manaSymbols.includes('/js/frames/manaSymbolsOutline.js')) {
card.manaSymbols.push('/js/frames/manaSymbolsOutline.js');
}
if (findManaSymbolIndex('majpw') == -1) {
loadManaSymbols([
'majp/majpw', 'majp/majpu', 'majp/majpb', 'majp/majpr', 'majp/majpg',
'majp/majpc', 'majp/majpx', 'majp/majp0', 'majp/majp1',
'majp/majp2', 'majp/majp3', 'majp/majp4', 'majp/majp5', 'majp/majp6',
'majp/majp7', 'majp/majp8', 'majp/majp9'
]);
}

View File

@@ -2,7 +2,7 @@
if (!card.manaSymbols.includes('/js/frames/manaSymbolsOutline.js')) { if (!card.manaSymbols.includes('/js/frames/manaSymbolsOutline.js')) {
card.manaSymbols.push('/js/frames/manaSymbolsOutline.js'); card.manaSymbols.push('/js/frames/manaSymbolsOutline.js');
} }
if (findManaSymbolIndex('cw') == -1) { if (findManaSymbolIndex('outlinew') == -1) {
loadManaSymbols([ loadManaSymbols([
'outline/outlinew', 'outline/outlineu', 'outline/outlineb', 'outline/outliner', 'outline/outlineg', 'outline/outlinew', 'outline/outlineu', 'outline/outlineb', 'outline/outliner', 'outline/outlineg',
'outline/outlinec', 'outline/outlines', 'outline/outlinex', 'outline/outline0', 'outline/outline1', 'outline/outlinec', 'outline/outlines', 'outline/outlinex', 'outline/outline0', 'outline/outline1',

View File

@@ -12,6 +12,7 @@ availableFrames = [
{name:'Artifact Frame', src:'/img/frames/m15/boxTopper/m15BoxTopperFrameA.png', masks:masks}, {name:'Artifact Frame', src:'/img/frames/m15/boxTopper/m15BoxTopperFrameA.png', masks:masks},
{name:'Land Frame', src:'/img/frames/m15/boxTopper/m15BoxTopperFrameL.png', masks:masks}, {name:'Land Frame', src:'/img/frames/m15/boxTopper/m15BoxTopperFrameL.png', masks:masks},
{name:'Vehicle Frame', src:'/img/frames/m15/boxTopper/m15BoxTopperFrameV.png', masks:masks}, {name:'Vehicle Frame', src:'/img/frames/m15/boxTopper/m15BoxTopperFrameV.png', masks:masks},
{name:'Colorless Frame', src:'/img/frames/m15/boxTopper/c.png', masks:masks},
{name:'Bevel Cutout for Nickname', src:'/img/black.png', bounds:{x:0.058, y:0.111, width:0.884, height:0.0381}, erase:true}, {name:'Bevel Cutout for Nickname', src:'/img/black.png', bounds:{x:0.058, y:0.111, width:0.884, height:0.0381}, erase:true},
{name:'Nickname Bevel', src:'/img/frames/m15/boxTopper/m15BoxTopperNicknameBevel.png', bounds:{x:0.058, y:0.111, width:0.884, height:0.0381}} {name:'Nickname Bevel', src:'/img/frames/m15/boxTopper/m15BoxTopperNicknameBevel.png', bounds:{x:0.058, y:0.111, width:0.884, height:0.0381}}
]; ];

View File

@@ -0,0 +1,66 @@
//Create objects for common properties across available frames
var masks = [{src:'/img/frames/mysticalArchive/jp/pinline.svg', name:'Pinline'}];
var stretch = [
{name:'adjustable', targets: [0, 1, 6, 7, 8, 10, 11, 16, 17, 18, 20, 21, 22, 27, 28], change:[0, 0]},
{name:'typePinline', targets: [0, 1, 2, 3, 4, 5, 6, 12, 14, 18, 19, 20, 21, 22, 23], change:[0, 0]},
{name:'type', targets: [0, 1, 2], change:[0, 0]}
];
var bounds = {x:0.8027, y:0.5381, width:0.116, height:0.0829}
var bounds2 = {x:0.7767, y:0.8881, width:0.1687, height:0.0591}
// Notification
notify('When you load the Japanese Mystical Archive frame version, a "Mystical Archive" tab will appear. This tab allows you to control the height of the title bar.', 15);
//defines available frames
availableFrames = [
{name:'White Frame', src:'/img/frames/mysticalArchive/jp/w.svg', stretch:stretch, masks:masks},
{name:'Blue Frame', src:'/img/frames/mysticalArchive/jp/u.svg', stretch:stretch, masks:masks},
{name:'Black Frame', src:'/img/frames/mysticalArchive/jp/b.svg', stretch:stretch, masks:masks},
{name:'Red Frame', src:'/img/frames/mysticalArchive/jp/r.svg', stretch:stretch, masks:masks},
{name:'Green Frame', src:'/img/frames/mysticalArchive/jp/g.svg', stretch:stretch, masks:masks},
{name:'Multicolored Frame', src:'/img/frames/mysticalArchive/jp/m.svg', stretch:stretch, masks:masks},
{name:'Artifact Frame', src:'/img/frames/mysticalArchive/jp/a.svg', stretch:stretch, masks:masks},
{name:'Land Frame', src:'/img/frames/mysticalArchive/jp/l.svg', stretch:stretch, masks:masks},
{name:'Uncommon', src:'/img/frames/mysticalArchive/jp/uncommon.png', bounds:bounds},
{name:'Rare', src:'/img/frames/mysticalArchive/jp/rare.png', bounds:bounds},
{name:'Mythic', src:'/img/frames/mysticalArchive/jp/mythic.png', bounds:bounds},
{name:'Power/Toughness Cutout', src:'/img/frames/mysticalArchive/jp/pt/cutout.svg', bounds:bounds2, erase:true},
{name:'White Power/Toughness', src:'/img/frames/mysticalArchive/jp/pt/w.svg', bounds:bounds2},
{name:'Blue Power/Toughness', src:'/img/frames/mysticalArchive/jp/pt/u.svg', bounds:bounds2},
{name:'Black Power/Toughness', src:'/img/frames/mysticalArchive/jp/pt/b.svg', bounds:bounds2},
{name:'Red Power/Toughness', src:'/img/frames/mysticalArchive/jp/pt/r.svg', bounds:bounds2},
{name:'Green Power/Toughness', src:'/img/frames/mysticalArchive/jp/pt/g.svg', bounds:bounds2},
{name:'Multicolored Power/Toughness', src:'/img/frames/mysticalArchive/jp/pt/m.svg', bounds:bounds2},
{name:'Artifact Power/Toughness', src:'/img/frames/mysticalArchive/jp/pt/a.svg', bounds:bounds2},
{name:'Land Power/Toughness', src:'/img/frames/mysticalArchive/jp/pt/l.svg', bounds:bounds2}
];
//disables/enables the "Load Frame Version" button
document.querySelector('#loadFrameVersion').disabled = false;
//defines process for loading this version, if applicable
document.querySelector('#loadFrameVersion').onclick = async function() {
//resets things so that every frame doesn't have to
await resetCardIrregularities();
// Notification
notify('For a better Japanese font, use {fontjapanese-title} or {fontjapanese}.', 15)
//sets card version
card.version = 'MAJP';
card.onload = '/js/frames/versionMysticalArchiveJP.js';
loadScript('/js/frames/versionMysticalArchiveJP.js');
//art bounds
card.artBounds = {x:0, y:0, width:1, height:0.9286};
autoFitArt();
//set symbol bounds
card.setSymbolBounds = {x:0.8607, y:0.5796, width:0.116, height:0.0829, vertical:'center', horizontal: 'center'};
resetSetSymbol();
//watermark bounds
card.watermarkBounds = {x:0.5, y:0.7705, width:0.75, height:0.2362};
resetWatermark();
//text
loadTextOptions({
mana: {name:'Mana Cost', text:'', y:0.0505, width:0.9414, height:100/2100, oneLine:true, size:100/1638, align:'right', manaCost:true, manaSpacing:-0.0015, manaPrefix:'majp'},
title: {name:'Title', text:'', x:0.09, y:0.0715, width:0.1194, height:0.1286, font:'belerenb', size:0.0305, align:'center', vertical:true, color:'white'},
type: {name:'Type', text:'', x:0.08, y:0.5548, width:0.2867, height:0.0543, oneLine:true, font:'belerenb', size:0.0324, align:'center'},
rules: {name:'Rules Text', text:'', x:0.0934, y:0.6248, width:0.8134, height:0.2934, size:0.0362},
pt: {name:'Power/Toughness', text:'', x:0.7928, y:0.902, width:0.1367, height:0.0372, size:0.0372, font:'belerenbsc', oneLine:true, align:'center'}
});
}
//loads available frames
loadFramePack();

View File

@@ -0,0 +1,41 @@
//checks to see if it needs to run
if (!loadedVersions.includes('/js/frames/versionMysticalArchiveJP.js')) {
loadedVersions.push('/js/frames/versionMysticalArchiveJP.js');
document.querySelector('#creator-menu-tabs').innerHTML += '<h3 class="selectable readable-background" onclick="toggleCreatorTabs(event, `mysticalArchive`)">Mystical Archive</h3>';
var newHTML = document.createElement('div');
newHTML.id = 'creator-menu-mysticalArchive';
newHTML.classList.add('hidden');
newHTML.innerHTML = `
<div class='readable-background padding'>
<h5 class='padding margin-bottom input-description'>Adjust the title bar's height:</h5>
<input id='ma-change1' class='input' type='number' oninput='stretchMysticalArchive();' min='100', max='1000', value='270', step='5'>
</div>
<div class='readable-background padding'>
<h5 class='padding margin-bottom input-description'>Adjust the type bar's width:</h5>
<input id='ma-change2' class='input' type='number' oninput='stretchMysticalArchive();' min='150', max='1000', value='430', step='5'>
</div>
<!-- <div class='readable-background padding'>
<h5 class='padding margin-bottom input-description'>Targets:</h5>
<input id='ma-targets' class='input' type='text' oninput='stretchMysticalArchive();'>
</div> -->`;
document.querySelector('#creator-menu-sections').appendChild(newHTML);
loadScript('/js/frames/manaSymbolsMysticalArchiveJP.js');
}
function stretchMysticalArchive() {
const change1 = [0, (parseInt(document.querySelector('#ma-change1').value) - 270) / 2100];
const change2 = [(parseInt(document.querySelector('#ma-change2').value) - 430) / 1260, 0];
// var targets = []
// document.querySelector('#ma-targets').value.split(' ').forEach(item => targets.push(parseInt(item)));
card.frames.forEach(frame => {
if (frame.src.includes('Archive/jp') && 'stretch' in frame) {
frame.stretch[0].change = change1;
card.text.title.height = change1[1] + 270 / 2100;
frame.stretch[1].change = change2;
frame.stretch[2].change = change2;
card.text.type.width = change2[0] + 430 / 1500;
drawTextBuffer();
stretchSVG(frame);
}
});
}