Artifact of Sequencing uses available items, better icons, SVG files

This commit is contained in:
Chev 2021-04-18 17:55:43 -07:00
parent 793646dfe4
commit 8113785796
5 changed files with 204 additions and 3 deletions

View file

@ -45,7 +45,7 @@ namespace Chev
// Artifact info
Artifact.nameToken = "Artifact of Sequencing";
Artifact.descriptionToken = "Spawn with a single item of every tier. Any picked up items will be converted to the starting item of the same tier.";
Artifact.descriptionToken = "Spawn with a starting item of every tier. Any picked up items will be converted to the starting item of the same tier.";
Artifact.smallIconSelectedSprite = LoadIcon(ArtifactOfSequencing.Properties.Resources.texArtifactSequencingEnabled);
Artifact.smallIconDeselectedSprite = LoadIcon(ArtifactOfSequencing.Properties.Resources.texArtifactSequencingDisabled);
@ -83,9 +83,11 @@ namespace Chev
/// <returns></returns>
private ItemDef RandomItem(ItemTier tier)
{
ItemDef[] itemDefs = typeof(ItemCatalog).GetFieldValue<ItemDef[]>("itemDefs");
// Get all available items by tier
ItemIndex[] itemIndexesOfTier = Run.instance.availableItems.Where(item => ItemCatalog.GetItemDef(item).tier == tier).ToArray();
ItemDef[] itemsOfTier = itemDefs.Where(item => item.tier == tier).ToArray();
// Get ItemDefs from item indexes
ItemDef[] itemsOfTier = itemIndexesOfTier.Select(item => ItemCatalog.GetItemDef(item)).ToArray();
return itemsOfTier[_random.Next(0, itemsOfTier.Length)];
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View file

@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1024"
height="1024"
viewBox="0 0 270.93333 270.93334"
version="1.1"
id="svg3257"
sodipodi:docname="artifactSequencingDisabled.svg"
inkscape:export-filename="C:\Users\CPC1\Desktop\Github\chev2\RoR2-Mods\ArtifactOfSequencing\Properties\texArtifactSequencingDisabled.png"
inkscape:export-xdpi="6"
inkscape:export-ydpi="6"
inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)">
<defs
id="defs3251" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35355339"
inkscape:cx="-138.93012"
inkscape:cy="452.90551"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="false"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata3254">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="path3259"
style="fill:#473d44;fill-opacity:1;stroke:#101010;stroke-width:6.35;stroke-linejoin:round;paint-order:markers stroke fill;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="m 104.83398,82.480469 c -13.463837,7.759413 -23.769227,20.830371 -28.089839,35.765621 -4.47376,15.12255 -2.79166,31.96415 4.656618,45.87308 6.338882,11.97988 16.745251,21.77737 29.166451,27.23224 10.68772,4.7764 22.75656,6.42217 34.32282,4.57164 12.90012,-1.97648 25.09413,-8.2256 34.21713,-17.56053 9.19964,-9.3169 15.24917,-21.66304 16.99273,-34.63883 2.10373,-15.06681 -1.71101,-30.86241 -10.47296,-43.30058 C 180.58926,93.270604 174.03427,87.181078 166.5,82.728516 c -0.7098,-0.04814 -0.99941,0.538841 -1.33844,1.051125 -2.02863,2.834781 -4.11552,5.626633 -6.16156,8.448875 -0.0432,0.744967 0.53423,1.034913 1.12231,1.317033 13.33155,7.707201 22.48069,22.142501 23.79068,37.483431 1.07324,11.76083 -2.24937,23.84233 -9.33044,33.35813 -3.56814,4.85165 -8.10833,9.01533 -13.14098,12.1913 -8.38072,5.33308 -18.4448,7.99824 -28.33415,7.46659 -6.70165,-0.32379 -13.45326,-2.08143 -19.45464,-5.09929 -6.81262,-3.40081 -12.78673,-8.441 -17.297311,-14.57462 -5.515161,-7.43607 -8.958971,-16.70421 -9.451893,-26.0745 -0.632879,-11.21491 2.659713,-22.58467 9.376891,-31.64384 4.354293,-5.90331 10.050503,-10.813356 16.541803,-14.232828 0.35492,-0.661437 -0.0448,-1.167164 -0.47137,-1.667366 -2.06488,-2.825071 -4.12977,-5.650142 -6.19465,-8.475212 -0.55012,-0.208105 -0.84975,-0.141591 -1.32227,0.203125 z" />
<path
id="path4017"
style="fill:#473d44;fill-opacity:1;stroke:#101010;stroke-width:6.35;stroke-linejoin:round;paint-order:markers stroke fill;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="m 78.796875,68.429688 c -16.09704,13.639766 -27.090294,33.210882 -30.128528,54.109762 -2.973047,19.82383 1.082125,40.63829 11.404999,57.83488 8.841168,14.84344 22.12767,27.02455 37.780531,34.37027 13.745833,6.52749 29.201013,9.42477 44.375743,8.21186 17.62858,-1.34512 34.81745,-8.13508 48.51531,-19.33058 12.83991,-10.41915 22.67163,-24.51787 27.89191,-40.21647 4.58205,-13.55059 5.74622,-28.22667 3.37956,-42.33245 -2.36968,-14.38771 -8.37478,-28.173829 -17.4222,-39.620043 -4.05728,-5.175722 -8.69838,-9.891294 -13.79342,-14.048714 -0.68128,-0.168901 -1.06747,0.361056 -1.49819,0.785572 -2.39123,2.28632 -4.78245,4.57264 -7.17368,6.858959 -0.16512,0.731505 0.35582,1.111734 0.8987,1.480731 16.58788,13.203758 26.92031,33.758705 28.07028,54.886755 0.85128,14.96897 -3.00658,30.23274 -10.78385,43.11589 -6.86682,11.46854 -16.8684,21.12682 -28.68904,27.44743 -8.20025,4.44661 -17.27932,7.37715 -26.46177,8.58572 -6.11364,0.81311 -12.36901,0.86317 -18.44253,0.13582 -7.12861,-0.86781 -14.11241,-2.70148 -20.74414,-5.51367 -5.40181,-2.28672 -10.757543,-5.31307 -15.512891,-8.81769 -13.146959,-9.5834 -22.861397,-23.64584 -27.535798,-39.19953 -2.922195,-9.62699 -3.887848,-19.86921 -2.733123,-29.85425 1.054741,-9.72502 4.069936,-19.35655 8.718783,-27.963815 4.051876,-7.546533 9.420081,-14.381892 15.813031,-20.084641 1.283146,-1.143769 2.680912,-2.317313 4.06836,-3.40039 0.230448,-0.713318 -0.253494,-1.139628 -0.760136,-1.556817 -2.415241,-2.307884 -4.830482,-4.615768 -7.245724,-6.923652 -0.667225,-0.217481 -1.090899,0.282922 -1.55132,0.675013 -0.146955,0.12135 -0.293911,0.2427 -0.440867,0.36405 z" />
<path
id="path4034"
style="fill:#473d44;fill-opacity:1;stroke:#101010;stroke-width:6.35;stroke-linejoin:round;paint-order:markers stroke fill;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="M 44.376953,70.339844 C 32.173958,87.434707 24.762194,107.98037 23.656195,128.98092 c -1.16291,20.47843 3.318848,41.28381 13.07742,59.34581 10.035877,18.74558 25.4777,34.58413 44.085087,44.90348 18.180153,10.15701 39.218278,15.17291 60.028658,14.11432 22.67274,-1.09521 44.98981,-9.20096 62.9397,-23.12381 16.72067,-12.88995 29.73559,-30.56262 36.89906,-50.43671 6.64676,-18.20924 8.47725,-38.15899 5.13861,-57.26041 -2.81746,-16.36424 -9.25046,-32.125352 -18.88723,-45.662272 -0.20773,-0.796541 -1.19924,-0.799564 -1.74807,-0.358587 -2.67057,1.276277 -5.34542,2.547138 -8.01755,3.821478 -0.35442,0.623912 -0.0561,1.124842 0.38204,1.599423 7.01122,9.717995 12.22902,20.680084 15.46871,32.144558 2.70067,9.58018 4.01652,19.46921 3.85237,29.41618 -0.46351,27.51487 -12.80263,54.55048 -33.23061,73.09409 -13.81034,12.50308 -31.13086,21.03722 -49.42356,24.51624 -13.24911,2.56037 -27.01534,2.38955 -40.19151,-0.5306 C 102.08228,231.94058 90.639278,227.16973 80.41604,220.61152 70.248288,214.09845 61.295674,205.7113 54.129584,195.99315 43.279984,181.33689 36.361806,163.71597 34.55069,145.65973 32.188139,122.02811 38.456548,97.579244 51.944681,77.947842 c 0.650491,-0.961446 1.334819,-1.898897 2.016257,-2.838467 0.01177,-0.718501 -0.489707,-1.015142 -1.104007,-1.219051 -2.606607,-1.241436 -5.213214,-2.482872 -7.819822,-3.724308 -0.220052,0.05794 -0.440104,0.115885 -0.660156,0.173828 z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.7 KiB

View file

@ -0,0 +1,128 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1024"
height="1024"
viewBox="0 0 270.93333 270.93334"
version="1.1"
id="svg3257"
sodipodi:docname="artifactSequencingEnabled.svg"
inkscape:export-filename="C:\Users\CPC1\Desktop\artifactSequencing.png"
inkscape:export-xdpi="6"
inkscape:export-ydpi="6"
inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)">
<defs
id="defs3251">
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter6409"
x="-0.058852754"
width="1.1177055"
y="-0.073797256"
height="1.1475945">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="5.5957491"
id="feGaussianBlur6411" />
</filter>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter6413"
x="-0.074725314"
width="1.1494506"
y="-0.083575"
height="1.16715">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="5.5957491"
id="feGaussianBlur6415" />
</filter>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter6417"
x="-0.10606939"
width="1.2121388"
y="-0.11259891"
height="1.2251978">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="5.5957491"
id="feGaussianBlur6419" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.5"
inkscape:cx="54.57568"
inkscape:cy="488.80496"
inkscape:document-units="mm"
inkscape:current-layer="layer3"
inkscape:document-rotation="0"
showgrid="false"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata3254">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Blur">
<path
id="path4057"
style="opacity:0.86206897;fill:#180863;fill-opacity:1;stroke:none;stroke-width:3.82773;stroke-linejoin:round;paint-order:markers stroke fill;filter:url(#filter6417)"
d="m 106.06445,77.410156 c -3.40008,1.001751 -6.227014,3.243994 -9.122773,5.195477 -10.664872,7.75378 -18.87291,18.872277 -23.242078,31.351987 -2.540899,7.2806 -3.790882,14.90573 -3.628657,22.64821 0.177349,9.53229 2.469759,19.05903 6.670084,27.65912 4.938235,10.20575 12.745617,19.10243 22.173766,25.43112 10.946418,7.37616 24.131038,11.39038 37.287098,11.17911 15.66933,-0.15916 31.29953,-6.17392 42.96833,-16.73662 10.16913,-9.10831 17.36518,-21.4826 20.23212,-34.83192 0.71624,-3.37966 1.20593,-6.9113 1.38362,-10.369 0.61395,-11.26475 -1.74136,-22.70932 -6.86476,-32.81269 -2.73959,-5.38839 -6.10266,-10.29515 -10.17865,-14.771261 -4.809,-5.249048 -10.47014,-9.787607 -16.76249,-13.064715 -1.2236,-0.648871 -2.74189,-0.192261 -3.60646,0.832313 -1.32178,1.401728 -2.17664,3.163319 -3.41873,4.63242 -2.06094,2.881051 -4.33499,5.651892 -6.02123,8.770158 -0.36637,1.901058 1.25271,3.569416 2.96226,4.089348 13.42849,7.250037 22.48699,21.912667 22.93378,37.170257 0.47474,12.70739 -4.71848,25.56771 -14.1116,34.18428 -9.55331,8.88848 -23.14553,13.34175 -36.09759,11.49546 -11.80586,-1.57623 -22.94539,-8.02492 -29.922785,-17.71885 -6.294797,-8.5967 -9.465141,-19.48847 -8.444654,-30.12132 0.990492,-11.56763 6.667037,-22.70531 15.644629,-30.10605 3.1091,-2.611836 6.58885,-4.741358 10.16366,-6.64612 1.52506,-1.132167 1.29467,-3.501039 0.12891,-4.813847 -3.28429,-3.968947 -5.85466,-8.445204 -9.40705,-12.189835 -0.51345,-0.306083 -1.11694,-0.496451 -1.71875,-0.457032 z" />
<path
id="path4059"
style="opacity:0.86206897;fill:#180863;fill-opacity:1;stroke:none;stroke-width:5.69899;stroke-linejoin:round;paint-order:markers stroke fill;filter:url(#filter6413)"
d="m 80.419922,62.544922 c -2.549994,0.501982 -4.200186,2.718423 -6.12141,4.268873 -13.628863,12.066767 -23.38071,28.355755 -27.950352,45.970125 -3.454255,13.353 -3.757512,27.45358 -0.969619,41.00387 1.728372,8.48901 4.702193,16.87973 8.743474,24.56735 8.610127,16.53882 22.510875,30.19427 39.049696,38.76125 10.519879,5.48584 22.171579,8.91863 34.008039,9.94373 13.78259,1.23234 27.82948,-0.6717 40.83382,-5.55525 14.4306,-5.44268 27.49268,-14.67463 37.47693,-26.42933 10.10643,-11.7998 17.07826,-26.24272 20.12473,-41.48179 2.71163,-13.48595 2.39191,-27.56643 -1.07172,-40.92939 -3.80291,-14.926027 -11.42417,-28.86023 -22.01073,-40.085824 -3.23117,-3.401867 -6.66763,-6.59835 -10.48338,-9.420805 -1.39257,-1.146849 -3.3511,-0.37252 -4.50026,0.752658 -3.37706,3.598685 -7.29255,6.680415 -10.44953,10.491955 -0.75238,1.788224 0.52992,3.790774 2.14844,4.574218 18.79495,14.324977 29.43815,38.537178 27.48683,62.064908 -1.52787,19.17101 -11.03431,37.6402 -26.00493,49.7656 -15.48288,12.66341 -36.43625,18.51536 -56.2171,15.28989 C 106.17212,203.22984 88.992621,193.04346 78.0369,178.00458 67.495562,163.73134 62.353397,145.45547 64.429909,127.78901 66.273595,111.11105 74.00172,95.03014 86.334002,83.579104 c 2.256998,-2.166161 4.746934,-4.072301 7.091099,-6.134939 1.225793,-1.393426 0.577727,-3.56664 -0.736938,-4.65917 -3.799927,-3.231957 -7.070011,-7.066489 -11.090507,-10.046714 -0.38114,-0.116727 -0.775416,-0.218827 -1.177734,-0.193359 z" />
<path
id="path4061"
style="opacity:0.86206897;fill:#180863;fill-opacity:1;stroke:none;stroke-width:7.44006;stroke-linejoin:round;paint-order:markers stroke fill;filter:url(#filter6409)"
d="m 226.43359,65.529297 c -3.22598,0.86263 -6.03613,2.753773 -9.09639,4.031646 -1.81388,0.898944 -3.69823,1.547219 -5.1204,3.009369 -0.99104,1.649375 -0.0615,3.696851 1.20693,4.903372 14.69597,19.90293 21.5833,45.496926 18.45893,70.073626 -3.34815,26.58758 -18.11029,51.64256 -40.0814,67.06846 -19.61944,13.87716 -44.46565,20.37943 -68.34677,17.26 -23.942887,-3.031 -46.703883,-15.17866 -62.209127,-33.72596 -15.363121,-18.25679 -23.876224,-42.27745 -22.846243,-66.16504 0.735426,-19.12398 7.215059,-37.96881 18.349813,-53.530561 0.732833,-1.182308 1.799588,-2.172848 2.325286,-3.469834 0.500794,-1.595119 -0.572308,-3.27505 -2.06712,-3.851971 -4.158499,-1.781743 -8.093422,-4.102277 -12.389911,-5.554279 -1.745115,-0.25792 -3.082812,1.252344 -3.909559,2.59338 -3.945306,5.719488 -7.532134,11.697517 -10.455855,18.00666 -7.533456,16.095295 -11.388938,33.880855 -10.97407,51.617445 0.479717,21.42189 6.903873,42.68738 18.572277,60.75616 10.672038,16.46679 25.551487,30.15921 42.845402,39.40803 15.375295,8.29041 32.719207,12.93199 50.115747,13.61375 13.49448,0.55477 27.00723,-1.24551 39.86075,-5.35089 22.36856,-7.09763 42.53151,-21.14109 56.83588,-39.82551 10.86403,-14.15494 18.42942,-30.72057 21.92497,-48.22405 3.52719,-17.60584 2.82568,-36.08835 -1.91515,-53.41138 -3.59634,-13.132475 -9.43349,-25.626199 -17.44141,-36.671876 -0.88318,-1.026468 -1.66069,-2.508232 -3.18388,-2.574944 -0.15366,-0.01708 -0.30576,-0.0012 -0.4587,0.0144 z" />
</g>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="path3259"
style="fill:#e7c7e7;fill-opacity:1;stroke:none;stroke-width:3.82773;stroke-linejoin:round;paint-order:markers stroke fill"
d="m 104.83398,82.480469 c -13.463837,7.759413 -23.769227,20.830371 -28.089839,35.765621 -4.47376,15.12255 -2.79166,31.96415 4.656618,45.87308 6.338882,11.97988 16.745251,21.77737 29.166451,27.23224 10.68772,4.7764 22.75656,6.42217 34.32282,4.57164 12.90012,-1.97648 25.09413,-8.2256 34.21713,-17.56053 9.19964,-9.3169 15.24917,-21.66304 16.99273,-34.63883 2.10373,-15.06681 -1.71101,-30.86241 -10.47296,-43.30058 C 180.58926,93.270604 174.03427,87.181078 166.5,82.728516 c -0.7098,-0.04814 -0.99941,0.538841 -1.33844,1.051125 -2.02863,2.834781 -4.11552,5.626633 -6.16156,8.448875 -0.0432,0.744967 0.53423,1.034913 1.12231,1.317033 13.33155,7.707201 22.48069,22.142501 23.79068,37.483431 1.07324,11.76083 -2.24937,23.84233 -9.33044,33.35813 -3.56814,4.85165 -8.10833,9.01533 -13.14098,12.1913 -8.38072,5.33308 -18.4448,7.99824 -28.33415,7.46659 -6.70165,-0.32379 -13.45326,-2.08143 -19.45464,-5.09929 -6.81262,-3.40081 -12.78673,-8.441 -17.297311,-14.57462 -5.515161,-7.43607 -8.958971,-16.70421 -9.451893,-26.0745 -0.632879,-11.21491 2.659713,-22.58467 9.376891,-31.64384 4.354293,-5.90331 10.050503,-10.813356 16.541803,-14.232828 0.35492,-0.661437 -0.0448,-1.167164 -0.47137,-1.667366 -2.06488,-2.825071 -4.12977,-5.650142 -6.19465,-8.475212 -0.55012,-0.208105 -0.84975,-0.141591 -1.32227,0.203125 z" />
<path
id="path4017"
style="fill:#e7c7e7;fill-opacity:1;stroke:none;stroke-width:5.69899;stroke-linejoin:round;paint-order:markers stroke fill"
d="m 78.796875,68.429688 c -16.09704,13.639766 -27.090294,33.210882 -30.128528,54.109762 -2.973047,19.82383 1.082125,40.63829 11.404999,57.83488 8.841168,14.84344 22.12767,27.02455 37.780531,34.37027 13.745833,6.52749 29.201013,9.42477 44.375743,8.21186 17.62858,-1.34512 34.81745,-8.13508 48.51531,-19.33058 12.83991,-10.41915 22.67163,-24.51787 27.89191,-40.21647 4.58205,-13.55059 5.74622,-28.22667 3.37956,-42.33245 -2.36968,-14.38771 -8.37478,-28.173829 -17.4222,-39.620043 -4.05728,-5.175722 -8.69838,-9.891294 -13.79342,-14.048714 -0.68128,-0.168901 -1.06747,0.361056 -1.49819,0.785572 -2.39123,2.28632 -4.78245,4.57264 -7.17368,6.858959 -0.16512,0.731505 0.35582,1.111734 0.8987,1.480731 16.58788,13.203758 26.92031,33.758705 28.07028,54.886755 0.85128,14.96897 -3.00658,30.23274 -10.78385,43.11589 -6.86682,11.46854 -16.8684,21.12682 -28.68904,27.44743 -8.20025,4.44661 -17.27932,7.37715 -26.46177,8.58572 -6.11364,0.81311 -12.36901,0.86317 -18.44253,0.13582 -7.12861,-0.86781 -14.11241,-2.70148 -20.74414,-5.51367 -5.40181,-2.28672 -10.757543,-5.31307 -15.512891,-8.81769 -13.146959,-9.5834 -22.861397,-23.64584 -27.535798,-39.19953 -2.922195,-9.62699 -3.887848,-19.86921 -2.733123,-29.85425 1.054741,-9.72502 4.069936,-19.35655 8.718783,-27.963815 4.051876,-7.546533 9.420081,-14.381892 15.813031,-20.084641 1.283146,-1.143769 2.680912,-2.317313 4.06836,-3.40039 0.230448,-0.713318 -0.253494,-1.139628 -0.760136,-1.556817 -2.415241,-2.307884 -4.830482,-4.615768 -7.245724,-6.923652 -0.667225,-0.217481 -1.090899,0.282922 -1.55132,0.675013 -0.146955,0.12135 -0.293911,0.2427 -0.440867,0.36405 z" />
<path
id="path4034"
style="fill:#e7c7e7;fill-opacity:1;stroke:none;stroke-width:7.44006;stroke-linejoin:round;paint-order:markers stroke fill"
d="M 44.376953,70.339844 C 32.173958,87.434707 24.762194,107.98037 23.656195,128.98092 c -1.16291,20.47843 3.318848,41.28381 13.07742,59.34581 10.035877,18.74558 25.4777,34.58413 44.085087,44.90348 18.180153,10.15701 39.218278,15.17291 60.028658,14.11432 22.67274,-1.09521 44.98981,-9.20096 62.9397,-23.12381 16.72067,-12.88995 29.73559,-30.56262 36.89906,-50.43671 6.64676,-18.20924 8.47725,-38.15899 5.13861,-57.26041 -2.81746,-16.36424 -9.25046,-32.125352 -18.88723,-45.662272 -0.20773,-0.796541 -1.19924,-0.799564 -1.74807,-0.358587 -2.67057,1.276277 -5.34542,2.547138 -8.01755,3.821478 -0.35442,0.623912 -0.0561,1.124842 0.38204,1.599423 7.01122,9.717995 12.22902,20.680084 15.46871,32.144558 2.70067,9.58018 4.01652,19.46921 3.85237,29.41618 -0.46351,27.51487 -12.80263,54.55048 -33.23061,73.09409 -13.81034,12.50308 -31.13086,21.03722 -49.42356,24.51624 -13.24911,2.56037 -27.01534,2.38955 -40.19151,-0.5306 C 102.08228,231.94058 90.639278,227.16973 80.41604,220.61152 70.248288,214.09845 61.295674,205.7113 54.129584,195.99315 43.279984,181.33689 36.361806,163.71597 34.55069,145.65973 32.188139,122.02811 38.456548,97.579244 51.944681,77.947842 c 0.650491,-0.961446 1.334819,-1.898897 2.016257,-2.838467 0.01177,-0.718501 -0.489707,-1.015142 -1.104007,-1.219051 -2.606607,-1.241436 -5.213214,-2.482872 -7.819822,-3.724308 -0.220052,0.05794 -0.440104,0.115885 -0.660156,0.173828 z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB