Hello,
I have an svg file I would like to load and rotate. I have tried it by the traditional translate() and rotate() methods, but they don’t seem to have any effect. I was successfully able to rotate the svg shape using shape.rotate() function. It only rotates in circular motion regardless of what shapMode I use. I want the shape to rotate in place.
Sample Code:
PShape ship;
PVector loc, vel;
int shipWidth, shipHeight;
float angle;
void setup() {
size(400,400);
ship = loadShape("asteroid0.svg");
loc = new PVector(width/2, height/2);
vel = new PVector(0,1);
shipWidth = 20;
shipHeight = 30;
angle = 1;
shapeMode(CENTER);
frameRate(30);
smooth();
}
void draw() {
background(0);
stroke(255,255,0);
strokeWeight(10);
point(loc.x, loc.y);
shape(ship, loc.x, loc.y, shipWidth, shipHeight);
ship.rotate(radians(angle));
//pushMatrix();
//translate(loc.x, loc.y);
//rotate(radians(angle));
//rotate(radians(angle));
//popMatrix();
//angle+=1;
}
In the above code, if I comment ship.rotate() and uncomment the code that is currently commented, the ship does not move.
If I use the above code with any shapeoMode(), the ship does not rotate in place.
Can someone point out what I am doing wrong?
Thanks,
Mo
SVG File Contents: Please copy it into a file called ship.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<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="94"
height="82"
viewBox="0 0 24.870834 21.69584"
version="1.1"
id="svg8"
sodipodi:docname="asteroids0.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="29.818054"
inkscape:cy="41.384017"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1081"
inkscape:window-height="584"
inkscape:window-x="524"
inkscape:window-y="252"
inkscape:window-maximized="0"
units="px"
inkscape:pagecheckerboard="false" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-275.30409)">
<path
style="fill:#e7e7de;stroke-width:0.2807439;fill-opacity:1"
id="path3733"
d="m 8.1331916,276.72354 c -0.2213888,-0.0205 -0.4384779,-0.008 -0.6568698,0.0303 -0.2428562,0.0215 -0.4799589,0.0576 -0.7132757,0.13284 -0.6391343,0.29661 -1.2706959,0.60998 -1.9009916,0.92707 -0.5914379,0.30848 -1.1942905,0.58961 -1.7798859,0.9104 0.3540991,-0.21396 0.705689,-0.43262 1.0622967,-0.64188 0.064072,-0.0376 -0.1243822,0.0821 -0.1843069,0.12668 -0.073033,0.0543 -0.1430436,0.11307 -0.2143478,0.16992 -0.244421,0.19485 -0.4908125,0.38672 -0.7343643,0.58279 -0.2953989,0.23994 -0.5758564,0.5045 -0.7942515,0.82488 -0.210402,0.41741 -0.2206448,0.90715 -0.2854495,1.36651 -0.100272,0.67034 -0.1322228,1.34814 -0.1782466,2.02415 -0.029893,0.40374 -0.051287,0.80822 -0.058414,1.21314 -0.00202,0.23044 -0.011203,0.4603 0.022207,0.68858 0.049511,0.2099 0.1211047,0.4126 0.1906456,0.61573 0.1088975,0.28414 0.1849586,0.58088 0.2580639,0.87706 0.07895,0.2647 0.1450992,0.5328 0.2312669,0.79509 0.056611,0.25155 0.2041559,0.44367 0.341377,0.64817 0.1776272,0.30886 0.3317845,0.63329 0.4691378,0.96411 0.1496658,0.41497 0.3397214,0.81059 0.5426496,1.19875 0.1497231,0.27366 0.2951451,0.549 0.468954,0.80686 0.1380154,0.24099 0.2658583,0.48859 0.4311131,0.71023 0.1504687,0.21519 0.3224084,0.41192 0.4900276,0.61223 0.3658698,0.40286 0.7125285,0.82457 1.0873209,1.21834 0.2190531,0.21019 0.4823163,0.35762 0.72099,0.54053 0.3729639,0.2792 0.7312076,0.57972 1.0997292,0.86545 0.3480923,0.25144 0.6856002,0.53379 1.0740022,0.7137 0.192536,0.0793 0.398245,0.0826 0.601745,0.0836 0.243582,-0.002 0.4871325,7.8e-4 0.7307175,-9.5e-4 0.232166,-0.0209 0.455083,0.007 0.682221,0.0507 0.177116,0.0335 0.357206,0.0397 0.536639,0.0442 0.215698,0.005 0.431434,0.004 0.647167,0.003 0.242573,-0.0134 0.480374,0.007 0.720372,0.0398 0.296172,0.0721 0.595664,0.12183 0.898345,0.14914 0.407683,0.0232 0.810147,0.10056 1.216532,0.14444 0.838009,0.0734 1.679531,0.0893 2.520002,0.10089 0.361098,-0.0182 0.736532,0.0338 1.094094,-0.047 0.125624,-0.0284 0.187133,-0.0747 0.298622,-0.13853 -1.952655,1.19059 -1.080457,0.69376 -0.69318,0.35153 0.155399,-0.13732 0.299016,-0.28863 0.442752,-0.43913 0.254987,-0.28174 0.472867,-0.59761 0.705797,-0.89927 0.327001,-0.40803 0.618566,-0.84576 0.927037,-1.26936 0.400904,-0.50296 0.738408,-1.05138 1.047087,-1.62082 0.28186,-0.48573 0.455666,-1.0237 0.63578,-1.557 0.319345,-0.80369 0.60315,-1.6191 0.818007,-2.46082 0.157563,-0.62315 0.281883,-1.25533 0.356068,-1.89558 0.05452,-0.52529 0.05677,-1.05442 0.06268,-1.58221 0.03361,-0.62426 -0.01378,-1.23611 -0.129778,-1.84797 -0.09508,-0.38736 -0.197211,-0.7829 -0.419977,-1.11211 -0.231181,-0.26461 -0.45542,-0.53137 -0.659799,-0.82026 -0.218304,-0.30945 -0.451268,-0.59208 -0.756837,-0.80621 -0.249165,-0.13046 -0.51925,-0.20202 -0.768643,-0.33213 -0.396672,-0.21069 -0.770429,-0.46315 -1.160219,-0.68795 -0.464514,-0.25033 -0.926035,-0.51037 -1.406411,-0.72556 -0.371582,-0.15667 -0.749265,-0.29291 -1.121858,-0.44686 -0.688348,-0.28466 -1.380969,-0.5632 -2.086728,-0.79647 -0.620262,-0.19758 -1.227385,-0.42891 -1.865584,-0.55479 -0.307298,-0.0793 -0.617607,-0.13577 -0.933136,-0.15771 -0.213095,-0.0111 -0.426529,-0.009 -0.6398,-0.008 -0.213936,0.001 -0.427864,-2e-4 -0.641806,4.6e-4 -0.208145,0.0109 -0.421275,0.0472 -0.624474,0.0998 -0.2192225,0.0589 -0.4436945,0.0857 -0.6689235,0.10024 -0.198929,0.0725 -0.409168,0.0817 -0.6172515,0.0958 -0.2200602,0.0157 -0.4350105,0.0724 -0.6548502,0.0974 -0.191932,0.0325 -0.3922038,-0.008 -0.5802425,0.0434 0,0 1.1473185,-0.9082 1.1473185,-0.9082 v 0 c 0.1928237,-0.01 0.3863997,-0.01 0.5780857,-0.0369 0.217756,-0.0314 0.433426,-0.0814 0.6538065,-0.0885 0.20992,-0.0204 0.413718,-0.0675 0.621726,-0.0988 0.22092,-0.0209 0.439388,-0.0585 0.654943,-0.11446 0.212054,-0.041 0.426067,-0.0833 0.642613,-0.075 0.215125,-5e-5 0.430215,-0.003 0.645336,-0.003 0.213416,7.2e-4 0.427172,0.002 0.639794,0.0241 0.30959,0.0362 0.61167,0.10776 0.911756,0.19587 0.620603,0.15906 1.213196,0.40376 1.822446,0.60287 0.717548,0.24469 1.427331,0.51549 2.143377,0.7649 0.378441,0.1442 0.763648,0.26717 1.126149,0.45421 0.473282,0.23299 0.934894,0.49104 1.39911,0.74331 0.39843,0.22061 0.782161,0.47191 1.199804,0.65128 0.256299,0.12066 0.527244,0.20834 0.768437,0.36256 0.306259,0.23678 0.550266,0.52324 0.765193,0.85376 0.215133,0.2871 0.462336,0.53853 0.693169,0.81042 0.217081,0.36048 0.292377,0.78798 0.388949,1.19718 0.06141,0.33226 0.132546,0.67361 0.157707,1.01172 0.021,0.28219 -0.01222,0.56894 0.0039,0.85148 -2.26e-4,0.53398 -0.0073,1.06862 -0.05994,1.60024 -0.08082,0.65302 -0.210086,1.298 -0.381016,1.93152 -0.112856,0.41503 -0.228425,0.82994 -0.365807,1.23685 -0.119021,0.35254 -0.182105,0.48531 -0.302898,0.83486 -0.04403,0.1274 -0.08328,0.25659 -0.12493,0.38489 -0.160414,0.54564 -0.332715,1.09009 -0.617974,1.57992 -0.312868,0.57364 -0.643057,1.13473 -1.048047,1.64221 -0.300489,0.41396 -0.572778,0.85047 -0.883694,1.25496 -0.237703,0.30354 -0.461394,0.6191 -0.706878,0.91557 -0.658896,0.69951 -1.208843,1.12894 -2.138804,1.57442 -0.05458,0.0216 -0.107511,0.0485 -0.163712,0.0649 -0.381116,0.11055 -0.819907,-0.005 -1.206888,0.0227 -0.841038,-0.018 -1.680747,-0.0603 -2.520602,-0.11107 -0.431458,-0.0254 -0.863082,-0.046 -1.293154,-0.0914 -0.299538,-0.0394 -0.594812,-0.10274 -0.892578,-0.15352 -0.241197,-0.0208 -0.481987,-0.0207 -0.723886,-0.0178 -0.218043,-5.2e-4 -0.436156,6.3e-4 -0.65414,-0.004 -0.184499,-0.008 -0.369027,-0.0219 -0.5502525,-0.0617 -0.216193,-0.0419 -0.432623,-0.0456 -0.652275,-0.0385 -0.248631,10e-4 -0.4971962,0.0109 -0.7458134,0.007 -0.216182,-0.01 -0.4301454,-0.0381 -0.624955,-0.14623 -0.3716148,-0.21758 -0.6934971,-0.5165 -1.0490902,-0.76085 -0.3717422,-0.28755 -0.7454012,-0.57267 -1.1311959,-0.83898 -0.252798,-0.17349 -0.5144356,-0.3391 -0.7168461,-0.57988 -0.3524427,-0.41742 -0.6972374,-0.8443 -1.0975188,-1.212 -0.1856903,-0.19185 -0.3737786,-0.38253 -0.5183211,-0.61257 -0.1611142,-0.22692 -0.283235,-0.4805 -0.4264312,-0.72006 -0.1757211,-0.26458 -0.3230145,-0.54528 -0.4652997,-0.83105 -0.1917842,-0.39782 -0.3803314,-0.79856 -0.5444245,-1.21007 -0.1343379,-0.32092 -0.2938792,-0.63085 -0.477367,-0.92355 -0.1468214,-0.21415 -0.2970492,-0.42385 -0.3586439,-0.68661 -0.090034,-0.26571 -0.1516481,-0.53978 -0.23287038,-0.80848 -0.071574,-0.29022 -0.1332911,-0.58642 -0.2577744,-0.85774 -0.0815,-0.20935 -0.1497905,-0.42307 -0.2094473,-0.64048 -0.038849,-0.23994 -0.036756,-0.47864 -0.021954,-0.72165 0.01854,-0.41635 0.053145,-0.8311 0.1003144,-1.24498 0.071374,-0.67563 0.086707,-1.35483 0.1734035,-2.0286 0.054487,-0.47005 0.057634,-0.95791 0.2198005,-1.40469 0.19695088,-0.36323 0.51167278,-0.63286 0.81812698,-0.89075 0.2404935,-0.19421 0.488623,-0.3777 0.7255568,-0.57677 0.064707,-0.0543 0.2778884,-0.24984 0.3611833,-0.30218 0.4448485,-0.27954 0.897142,-0.54562 1.3457131,-0.81843 0.5593114,-0.29112 1.1383275,-0.53746 1.6950254,-0.83454 0.6685395,-0.3379 1.3313534,-0.69649 2.017744,-0.99089 0.2393519,-0.061 0.4825097,-0.0858 0.7263235,-0.11927 0.2288109,-0.0278 0.4581334,-0.0178 0.6879224,-0.0285 0,0 -1.1708449,0.89881 -1.1708449,0.89881 z"
inkscape:connector-curvature="0" />
<path
style="fill:#e7e7de;stroke-width:0.2807439;fill-opacity:1"
id="path3735"
d="m 7.2656154,284.14873 c 0.051061,0.33063 0.1604856,0.65331 0.2778644,0.96413 0.08031,0.23093 0.2294229,0.41542 0.3531155,0.61867 0.021771,0.0242 0.095592,0.15797 0.1491675,0.13211 0.017348,-0.009 0.046428,-0.0611 0.029519,-0.0518 -1.154091,0.63639 -1.4935876,1.03923 -1.0921922,0.58715 0.1614355,-0.30388 0.246438,-0.64696 0.3102302,-0.98682 0.093117,-0.72219 0.3143198,-0.52329 1.3464154,-1.06488 0.021461,-0.0112 0.1469432,0.1161 0.1551137,0.12388 0.1192462,0.12857 0.2723836,0.17103 0.4329796,0.20706 0.465856,-0.26923 -0.7961206,0.48083 -1.2001314,0.70977 -0.014129,0.008 0.020574,-0.0274 0.024358,-0.0439 0.00663,-0.0288 0.00529,-0.0591 0.00611,-0.0887 0.00169,-0.0604 -0.00241,-0.15702 -0.00434,-0.21661 -0.037401,-0.3372 -0.063818,-0.67565 -0.088679,-1.01417 -0.012621,-0.21987 -0.022265,-0.47242 -0.178601,-0.63709 -0.1554553,-0.0894 -0.3457407,-0.0768 -0.5181099,-0.0801 -0.226928,-0.0138 -0.4487451,0.0421 -0.6726354,0.0726 -0.078389,0.009 -0.1336712,0.007 -0.2056169,0.0428 -0.025529,0.0127 -0.094357,0.0652 -0.069759,0.0507 0.3911608,-0.23226 0.7767365,-0.47499 1.1697299,-0.70376 0.0215,-0.0125 -0.039076,0.0326 -0.053201,0.0538 -0.016168,0.0243 -0.024127,0.0537 -0.036191,0.0804 -0.059332,0.28977 0.00465,0.58339 0.060828,0.86769 0.042636,0.31035 0.059863,0.61778 0.140432,0.92075 0.036647,0.12206 0.1694595,0.32977 0.3228941,0.27401 0.023374,-0.009 0.037119,-0.0345 0.055678,-0.0517 -2.1954411,1.28109 -1.3444313,1.01686 -1.1043589,0.58611 0.1187252,-0.21303 0.1987846,-0.45649 0.2925749,-0.68228 0.1677609,-0.44925 0.3987489,-0.86769 0.6064318,-1.29704 0.023453,0.008 0.2004117,-0.58303 0.033095,-0.28192 -0.4204597,0.31647 -0.00959,0.004 1.1043127,-0.65987 0.025291,-0.015 -0.048744,0.0336 -0.071537,0.0526 -0.068017,0.0568 -0.1299799,0.12385 -0.1900851,0.18958 -0.1003959,0.12016 -0.2152467,0.22071 -0.3396298,0.31175 -0.1202837,0.10689 -0.2512962,0.19939 -0.3798566,0.29467 -0.037794,0.0335 -0.07978,0.0724 -0.1209226,0.10133 -0.4408106,0.30992 -0.9193739,0.55524 -1.3797373,0.83161 -0.026884,0.0162 -0.1080542,0.0636 -0.081263,0.0472 0.3783725,-0.23031 0.7573471,-0.45952 1.1360207,-0.68928 -0.1843422,0.1059 -0.263347,0.27195 -0.3042791,0.48081 -0.034322,0.2471 -0.030266,0.49751 -0.028638,0.74654 3.824e-4,0.0386 7.375e-4,0.0772 0.00111,0.1159 0,0 -1.269894,0.68448 -1.269894,0.68448 v 0 c 1.29e-5,-0.0391 2.57e-5,-0.078 3.83e-5,-0.11697 5.735e-4,-0.25592 -0.00191,-0.51255 0.017078,-0.7678 0.026419,-0.23093 0.069248,-0.44715 0.252359,-0.59922 4.2281271,-2.58431 -0.807487,0.50048 0.4461548,-0.26567 0.1116489,-0.11752 0.251168,-0.19537 0.3777848,-0.29355 0.107341,-0.11483 0.2578253,-0.17055 0.3472176,-0.30539 0.5247845,-0.48464 0.5638422,-0.84547 1.625234,-1.09199 0.3076674,0.0651 0.1970234,0.39999 0.092017,0.6125 -0.2127858,0.4217 -0.4433298,0.83691 -0.6032828,1.28525 -0.074465,0.17532 -0.1452325,0.35275 -0.2114382,0.53177 -0.011114,0.03 -0.084181,0.25815 -0.098786,0.26856 -0.4172964,0.29774 -0.8583473,0.5565 -1.2875213,0.83476 -0.2450595,-0.0247 -0.4136785,-0.18263 -0.482391,-0.433 -0.075169,-0.30625 -0.1107356,-0.615 -0.1476296,-0.92836 -0.054224,-0.30794 -0.1062397,-0.61495 -0.1050506,-0.92977 0.00267,-0.0134 0.035812,-0.19798 0.052005,-0.20918 0.7243104,-0.50015 0.935089,-0.78903 1.5786923,-0.85918 0.2285283,-0.0334 0.4569115,-0.0747 0.6886383,-0.0538 0.2088686,0.0114 0.4293149,0.0169 0.5897912,0.17804 0.1579281,0.20994 0.2010251,0.47336 0.1993551,0.73747 0.01572,0.3379 0.04221,0.67484 0.108146,1.00659 0.03145,0.59226 0.244117,1.84512 -1.2808004,1.19156 -0.1683895,-0.0578 -0.3269207,-0.12828 -0.4606926,-0.2554 -0.062476,-0.0321 -0.031862,-0.031 -0.091206,-0.0119 0.3958972,-0.25008 0.7917947,-0.50016 1.1876923,-0.75025 0.016847,-0.0109 -0.040434,0.0113 -0.053007,0.0274 -0.034426,0.0437 -0.053131,0.16892 -0.06238,0.2122 -0.065971,0.35195 -0.155955,0.69934 -0.2813975,1.03294 -0.2449063,0.63528 -1.2263697,1.37343 -1.6202614,0.69738 -0.1243021,-0.21451 -0.2714554,-0.41342 -0.3500404,-0.65515 -0.1095864,-0.325 -0.213113,-0.6528 -0.3138941,-0.98089 0,0 1.2692485,-0.70745 1.2692485,-0.70745 z"
inkscape:connector-curvature="0" />
<path
style="fill:#e7e7de;stroke-width:0.2807439;fill-opacity:1"
id="path3755"
d="m 5.9915813,279.50847 c -0.1309643,0.19852 -0.2638794,0.39445 -0.4027532,0.58696 -0.1523129,0.19836 -0.2659829,0.42388 -0.387543,0.64341 -0.093286,0.15872 -0.1473464,0.33784 -0.2095249,0.51166 -0.048332,0.1993 -0.1168265,0.38872 -0.2047682,0.57192 -0.086421,0.20261 -0.1803177,0.40192 -0.2601351,0.60756 -0.063294,0.16528 -0.1344536,0.32679 -0.2065137,0.48789 -0.067286,0.16544 -0.076567,0.34612 -0.084624,0.52349 -0.021558,0.22148 -0.06201,0.44064 -0.1079436,0.65779 -0.049988,0.22128 -0.071757,0.44736 -0.083664,0.67397 -0.00839,0.20722 -0.00778,0.41469 -0.00772,0.62206 0.00241,0.21114 0.044739,0.4192 0.065251,0.62927 0.024248,0.24342 0.027535,0.48802 0.029552,0.73248 -0.00145,0.22639 0.044304,0.4494 0.069957,0.67355 0.017638,0.21821 0.088529,0.34506 0.2186666,0.50467 0.098415,0.13429 0.2337514,0.1859 0.3675267,0.26362 0.2534851,0.0946 0.4330907,0.3134 0.6147243,0.51516 0.2047811,0.24578 0.4095329,0.49256 0.6056296,0.74614 0.083793,0.14803 0.1959812,0.27475 0.2752439,0.42526 0.053136,0.21536 0.144366,0.40416 0.2463787,0.59798 0.1829684,0.33196 0.3549319,0.67208 0.5641552,0.98677 0.1316261,0.19573 0.2438359,0.40435 0.3789194,0.59746 0.096485,0.1735 0.2285474,0.30662 0.3693768,0.43663 0.2028949,0.16292 0.3581025,0.38617 0.5311418,0.58295 0.1710165,0.19372 0.3331789,0.40199 0.5371078,0.55858 0.2168671,0.19964 0.4384601,0.38862 0.6759671,0.56156 0.257909,0.17404 0.5530825,0.27278 0.8405145,0.37792 0.436771,0.16692 0.882702,0.30674 1.333873,0.42314 0.203739,0.0706 0.406838,0.13985 0.618698,0.17652 0,0 -1.172518,0.86265 -1.172518,0.86265 v 0 c -0.203703,-0.0521 -0.398455,-0.13131 -0.59614,-0.20412 -0.447297,-0.13836 -0.8932955,-0.28149 -1.3378315,-0.42936 -0.3065725,-0.0978 -0.6104205,-0.20383 -0.8703679,-0.4091 -0.2399109,-0.17669 -0.4738688,-0.36036 -0.7007318,-0.55518 -0.1980483,-0.1745 -0.3583704,-0.3876 -0.5295012,-0.59037 -0.1748296,-0.19409 -0.3428049,-0.39648 -0.5498834,-0.55413 -0.1468677,-0.13758 -0.2689644,-0.29472 -0.3744804,-0.4703 -0.1380381,-0.19438 -0.2536716,-0.40359 -0.3745431,-0.61006 -0.1925534,-0.32751 -0.3572042,-0.67278 -0.5582093,-0.99475 -0.1222937,-0.18543 -0.2329114,-0.36361 -0.2790557,-0.58705 -0.074777,-0.14316 -0.1812073,-0.26571 -0.2538822,-0.41085 -0.1812661,-0.25657 -0.3624067,-0.5153 -0.5693945,-0.74948 -0.1856071,-0.19235 -0.3827953,-0.35332 -0.6274984,-0.4512 -0.1527106,-0.0791 -0.2824993,-0.17723 -0.393083,-0.31593 -0.1386447,-0.17535 -0.2314157,-0.35332 -0.2550695,-0.58553 -0.02268,-0.23023 -0.073505,-0.45772 -0.072578,-0.68952 -0.00229,-0.23998 -0.00576,-0.4803 -0.024127,-0.71961 -0.021027,-0.21444 -0.072903,-0.42465 -0.077783,-0.6398 -1.933e-4,-0.20991 -9.56e-4,-0.4199 0.00587,-0.62973 0.010188,-0.23455 0.029024,-0.46894 0.077527,-0.69865 0.042813,-0.20908 0.076327,-0.4192 0.1124661,-0.62972 0.00426,-0.19085 0.00799,-0.38431 0.057601,-0.56929 0.057145,-0.16925 0.1458373,-0.32468 0.2164054,-0.48809 0.070756,-0.21382 0.174575,-0.41186 0.2544019,-0.62182 0.083256,-0.1776 0.1766853,-0.34999 0.2059075,-0.54938 0.053222,-0.18642 0.1284268,-0.36691 0.2024837,-0.5446 0.1313732,-0.22142 0.2432463,-0.45551 0.3956502,-0.66221 0.126884,-0.18715 0.2655484,-0.3652 0.3735396,-0.56557 0,0 1.3273262,-0.61362 1.3273262,-0.61362 z"
inkscape:connector-curvature="0" />
<path
style="fill:#e7e7de;stroke-width:0.2807439;fill-opacity:1"
id="path3750"
d="m 3.1654647,280.8336 c -0.00678,0.30394 -0.042659,0.60536 -0.069812,0.90766 -0.0243,0.31387 -0.079916,0.62339 -0.1079,0.93703 -0.023841,0.31944 -0.029448,0.64027 -0.035166,0.96057 0.00136,0.3329 0.00362,0.66573 0.00169,0.99864 -0.00425,0.3138 0.00538,0.62753 0.00475,0.94131 -9.56e-4,0.27035 4.097e-4,0.54068 0.00249,0.81103 -0.00232,0.24671 9.26e-5,0.49344 0.00136,0.74015 0.00126,0.19636 0.06497,0.36475 0.1757855,0.51933 0.091801,0.13213 0.2003646,0.25148 0.3119435,0.36534 0.1745955,0.16911 0.3344216,0.21772 0.4907584,0.41886 0.157252,0.24741 0.3154206,0.49341 0.4739576,0.74003 0.1324953,0.16305 0.2328059,0.35132 0.3344735,0.53657 0.1210633,0.19471 0.2554423,0.38414 0.3980225,0.56245 0.1561168,0.16484 0.2727871,0.35761 0.3746378,0.56255 0.1176946,0.31213 0.3044076,0.58642 0.4550199,0.88058 0.1561718,0.33634 0.2747591,0.68947 0.4227832,1.02993 0.1184332,0.22607 0.2572908,0.4372 0.3698194,0.66787 0.099184,0.25847 0.2067902,0.50589 0.3719097,0.72452 0.1046101,0.11448 0.1853159,0.25529 0.3140407,0.34323 0.024286,0.0166 0.051174,0.0285 0.076762,0.0428 0.031393,0.0215 0.062784,0.0431 0.094177,0.0646 0.2642037,0.13861 0.5379701,0.25767 0.8144674,0.3663 0.28041,0.10547 0.5685266,0.18022 0.8546487,0.26554 0.174799,0.0911 0.354463,0.15243 0.547406,0.17779 0.1793405,0.0714 0.3742905,0.07 0.5559185,0.12663 0.704439,0.38431 0.611724,-0.0243 -0.9243485,1.01959 -0.265537,-0.1376 -0.5011919,-0.32754 -0.7471311,-0.4995 -0.264812,-0.1809 -0.5056368,-0.39573 -0.7556085,-0.59758 -0.1726568,-0.11121 -0.3377284,-0.23309 -0.4838097,-0.3812 -0.1491612,-0.19816 -0.2753499,-0.41518 -0.4054665,-0.62777 -0.126281,-0.21603 -0.2822608,-0.40356 -0.4816821,-0.54527 0,0 1.1961792,-0.80469 1.1961792,-0.80469 v 0 c 0.209316,0.16225 0.3798049,0.35574 0.5108838,0.59427 0.1224152,0.20286 0.2511996,0.40359 0.3963362,0.58908 0.1472198,0.13807 0.3113649,0.25379 0.4686997,0.37841 0.237645,0.20991 0.475693,0.4187 0.739567,0.59211 0.2297445,0.15948 0.4579655,0.36881 0.7361975,0.41615 -1.4419045,1.09504 -0.6949605,0.99463 -1.4296725,0.72632 -0.1830609,-0.0382 -0.3671168,-0.0705 -0.5486065,-0.11698 -0.1913263,-0.041 -0.3677161,-0.11898 -0.5460478,-0.20142 -0.2841919,-0.0925 -0.5735055,-0.16615 -0.8506314,-0.28212 -0.2851292,-0.11657 -0.5730849,-0.22875 -0.8440777,-0.37943 -0.2071509,-0.1274 -0.3631683,-0.29655 -0.5070936,-0.49906 -0.1651395,-0.22794 -0.286279,-0.4816 -0.3842115,-0.74912 -0.1145751,-0.23244 -0.2693089,-0.43977 -0.3702657,-0.67974 -0.1311346,-0.3426 -0.2492378,-0.69136 -0.4082235,-1.02121 -0.1587083,-0.29059 -0.3303243,-0.57364 -0.4770543,-0.87114 -0.098682,-0.19556 -0.2085351,-0.37991 -0.3576204,-0.53861 -0.1417745,-0.18993 -0.2897146,-0.37689 -0.412995,-0.58072 -0.100497,-0.18232 -0.203806,-0.36396 -0.3234014,-0.53308 -0.1493,-0.24396 -0.2955974,-0.49071 -0.4641747,-0.7204 -0.1494101,-0.15649 -0.341991,-0.24856 -0.4943885,-0.40226 -0.1202882,-0.11785 -0.2320974,-0.24712 -0.3257045,-0.3897 -0.1214591,-0.18422 -0.2042332,-0.3774 -0.2131387,-0.60558 0.00126,-0.24721 0.00369,-0.49442 0.00136,-0.74163 0.00207,-0.27122 0.00346,-0.54242 0.00244,-0.81364 -7.484e-4,-0.31529 0.00863,-0.63054 0.00387,-0.94582 -0.00255,-0.33394 -0.00161,-0.66779 0.00192,-1.00171 -0.00225,-0.32296 -0.0036,-0.64583 0.021833,-0.96805 0.027602,-0.31406 0.074909,-0.6248 0.108463,-0.93788 0.027313,-0.29224 0.076934,-0.58564 0.047701,-0.87958 0,0 1.2859614,-0.69232 1.2859614,-0.69232 z"
inkscape:connector-curvature="0" />
<path
style="fill:#e7e7de;fill-opacity:1;stroke-width:0.2807439"
id="path3764"
d="m 18.280337,290.65672 c 0.333333,0.74703 0.680988,1.48712 0.99747,2.24229 0.190181,0.40395 0.331445,0.84281 0.575416,1.21732 0.04078,0.0626 0.08451,0.12665 0.143292,0.17043 0.02591,0.0193 0.122809,-0.009 0.09486,0.007 -0.387676,0.21889 -0.790648,0.4061 -1.185971,0.60914 0.0078,-0.0849 0.02682,-0.16943 0.02329,-0.25461 -0.03167,-0.7631 -0.370562,-1.80535 -0.690358,-2.4804 -0.08494,-0.1793 -0.194814,-0.34417 -0.292221,-0.51624 -0.130149,-0.16012 -0.288075,-0.41368 -0.497739,-0.49605 -0.05082,-0.02 -0.108277,0.007 -0.162416,0.009 0.360315,-0.19554 0.702928,-0.43285 1.080946,-0.58661 0.07486,-0.0304 -0.106105,0.12936 -0.142509,0.20489 -0.04819,0.0999 -0.07249,0.21088 -0.108734,0.31633 -0.196307,0.90679 -0.210658,1.84615 -0.192235,2.77227 0.01373,0.25449 0.01697,0.43323 0.05082,0.67866 0.08532,0.61858 0.630205,0.11271 -1.249818,0.81449 -0.06006,0.0225 -0.01665,-0.13368 -0.03108,-0.19923 -0.0227,-0.10307 -0.05344,-0.20403 -0.08016,-0.30604 -0.233803,-0.74042 -0.435727,-1.52482 -0.882097,-2.15983 -0.513703,0.17581 0.795912,-0.49071 1.232447,-0.63262 0.06698,-0.0218 0.04497,0.14035 0.0714,0.20892 0.114698,0.29766 0.254924,0.57795 0.406308,0.85604 0.03116,0.0411 0.152712,0.24479 0.248455,0.25177 0.02692,0.002 0.08442,-0.0698 0.06027,-0.0572 -0.392095,0.20673 -0.761547,0.4636 -1.166542,0.64039 -0.0484,0.0212 0.04213,-0.10176 0.05541,-0.15534 0.01898,-0.0766 0.02734,-0.15557 0.04101,-0.23336 0.03085,-0.50728 0.100782,-1.03524 0.01854,-1.5414 -0.269437,-0.43445 -0.0804,-0.11718 1.278147,-0.64892 0.03891,-0.0153 -0.0076,0.0874 -0.01018,0.13108 -0.0036,0.0612 -0.0064,0.12237 -0.0085,0.18361 -0.0051,0.15074 -0.0058,0.28511 -0.0075,0.43627 0.0069,0.87165 0.14233,0.56895 -1.314008,1.18192 -0.05278,0.0222 -0.08287,-0.0821 -0.125519,-0.1218 -0.04464,-0.0414 -0.09085,-0.081 -0.136282,-0.12157 -0.151546,-0.0958 -0.30893,-0.23801 -0.491749,-0.26338 -0.05121,-0.008 -0.104627,-5.5e-4 -0.154376,0.0142 -0.04797,0.0142 -0.08902,0.0472 -0.133525,0.0708 0.365794,-0.21503 0.731588,-0.43005 1.097382,-0.64508 -0.200005,0.15766 -0.162692,0.28861 -0.03329,0.47593 0.310546,0.43149 0.600692,0.87891 0.897087,1.32133 0.342996,0.50724 0.70134,1.00205 1.068953,1.48937 0.0014,0.001 0.127649,0.14713 0.171739,0.14064 0.0184,-0.002 0.04113,-0.062 0.02467,-0.0528 -0.409708,0.22654 -0.802442,0.4865 -1.213546,0.71021 -0.02313,0.0125 0.0315,-0.0451 0.03931,-0.0712 0.01262,-0.0424 0.01402,-0.0876 0.02103,-0.13142 0.0045,-0.79913 -0.473593,-0.0733 1.262406,-0.93627 0.01136,-0.005 -0.03238,-0.003 -0.03669,0.009 -0.01103,0.0318 -0.0011,0.0678 -0.0017,0.10176 0.01885,0.15709 0.0068,0.0769 0.03685,0.24051 0,0 -1.25279,0.70907 -1.25279,0.70907 v 0 c -0.03607,-0.17117 -0.01811,-0.0858 -0.05388,-0.25613 -0.0044,-0.0357 -0.0062,-0.0719 -0.01314,-0.10711 -0.0088,-0.0448 -0.07153,-0.1097 -0.034,-0.13264 1.387127,-0.84814 1.298866,-1.09697 1.362797,-0.29676 -7.92e-4,0.0476 -0.0018,0.095 -0.0024,0.14255 -5.19e-4,0.0414 0.03143,0.10089 -9.29e-4,0.12436 -0.931758,0.67414 -1.062243,1.19177 -1.507694,0.55675 -0.335691,-0.51125 -0.676377,-1.01922 -1.028818,-1.51775 -0.301505,-0.44184 -0.618635,-0.87017 -0.963823,-1.27481 -0.163727,-0.22128 -0.249597,-0.45856 -0.05958,-0.70053 0.208503,-0.1267 1.09264,-0.98846 1.672469,-0.80993 0.188547,0.058 0.349223,0.19623 0.514795,0.30037 0.04702,0.0369 0.09167,0.0773 0.141045,0.11058 0.0365,0.0245 0.150207,0.0347 0.115688,0.0623 -0.36554,0.29206 -0.775396,0.51638 -1.163094,0.77458 0.01465,-0.0193 0.03793,-0.0339 0.04395,-0.0578 0.01324,-0.0525 0.01098,-0.34747 0.01113,-0.37223 -0.0015,-0.20197 -0.002,-0.40392 -0.01221,-0.60567 -0.0021,-0.0409 -0.04077,-0.10034 -0.0083,-0.12271 0.412769,-0.28444 0.85682,-0.51488 1.290976,-0.76123 0.0097,-0.005 -0.0059,0.0225 -0.0088,0.0337 -0.06651,0.52258 -0.0218,1.05433 -0.05015,1.57949 -0.0047,0.0805 -0.0062,0.16121 -0.01419,0.24139 -0.0061,0.0614 0.01849,0.14547 -0.02805,0.18277 -0.40578,0.32523 -0.842226,0.60788 -1.286568,0.87089 -0.03302,0.0195 -0.07402,-0.0236 -0.104172,-0.0477 -0.09574,-0.0767 -0.169008,-0.22921 -0.227207,-0.32759 -0.146887,-0.28329 -0.289823,-0.56867 -0.43696,-0.85181 -0.03615,-0.0696 -0.162491,-0.154 -0.108193,-0.20883 1.12647,-1.13758 1.014341,-1.35927 1.225924,-0.82732 0.294106,0.73071 0.585418,1.46263 0.860276,2.20183 0.04134,0.0978 0.08345,0.19539 0.124014,0.29362 0.02074,0.0502 0.10195,0.11967 0.05989,0.1517 -1.960357,1.49292 -1.250275,1.18341 -1.227526,0.60501 0.0027,-0.0672 -0.0088,-0.69434 -0.009,-0.70821 -0.0067,-0.93207 0.01782,-1.86989 0.141549,-2.79367 0.0073,-0.0327 0.104623,-0.54164 0.171025,-0.58966 0.721964,-0.52199 1.224383,-1.22768 1.745383,-0.5161 0.08765,0.11972 0.157565,0.25281 0.236348,0.37922 0.495179,1.04904 0.946071,2.14676 1.157437,3.30284 -0.433817,0.27873 -0.847854,0.59515 -1.301451,0.83618 -0.03929,0.0208 -0.0729,-0.0546 -0.09917,-0.0919 -0.04594,-0.0651 -0.08009,-0.1389 -0.11475,-0.21142 -0.195196,-0.4084 -0.350483,-0.8378 -0.526806,-1.25514 -0.324139,-0.7401 -0.66624,-1.48768 -1.125623,-2.14575 0,0 1.245832,-0.76293 1.245832,-0.76293 z"
inkscape:connector-curvature="0" />
</g>
</svg>