Discuss Scratch

kriblo
Scratcher
100+ posts

Using vector graphics to draw with the pen

I recently shared a series of projects which uses the data parameters of path elements in vector graphics exported from the Scratch Vector Editor to draw using the Pen extension. This makes it very easy to draw complex things using the Pen.

The first project is to show how the parsing of the Scalable Vector Graphics (SVG) works: SVG path data to Scratch Pen
Most vector art drawn in the Scratch Vector Editor is saved as Path elements. The coordinates are stored in the “d” (data) parameter using different commands. In this project, I've implemented the capital M command (moveTo absolute coordinates), the lowercase c command (Bezier curve to relative coordinates), the l (lowercase L, lineTo), h (horizontal lineTo), v (vertical lineTo) and the z or Z command (which closes a path). These are the commands mostly generated by the Scratch editor. Read the Instructions in the project to make your own drawing in a remix.

The second project is a tool to put several frames in a list to create an animation: Pen Animation Builder.

The third project is an example animation using data generated with the first and second project: Pen Scratch Cat



To create your SVG path data lists, you (1) export your vector art, (2) open the file in a text editor, select all the text and copy it to the clipboard, (3) start the first or second project listed above and paste the SVG text when asked.

Let me know if you have any questions. I hope to see some remixes, good luck!

Edit: Ok, so the thread was just moved to Advanced Topics. People at AT might ask “Why parse in Scratch, when it would be so much easier in Python, for instance?” I figured it would be more accessible for many Scratch users.

Edit: I simplified the instructions, as I added the stripping of unused SVG and now use the ask block rather than manual importing to a list, after @-Rex- pointed me towards @Griffpatch's project SVG Importer.

Last edited by kriblo (Sept. 3, 2020 18:00:29)

Scratchfangs
Scratcher
1000+ posts

Using vector graphics to draw with the pen

I think this should be in advanced topics so it can be more noticed and I think it is pretty advanced.
Paddle2See
Scratch Team
1000+ posts

Using vector graphics to draw with the pen

Scratchfangs wrote:

I think this should be in advanced topics so it can be more noticed and I think it is pretty advanced.
Seems like it could fit well in either space. I'll move it to “Advanced Topics” for now - if the OP wants it put back in “Show and Tell” later, I would be happy to do that.
-Rex-
Scratcher
500+ posts

Using vector graphics to draw with the pen

How does this compare to griffpatch’s SVG Importer?
kriblo
Scratcher
100+ posts

Using vector graphics to draw with the pen

-Rex- wrote:

How does this compare to griffpatch’s SVG Importer?
You tell me Looks impressive!
kriblo
Scratcher
100+ posts

Using vector graphics to draw with the pen

-Rex- wrote:

How does this compare to griffpatch’s SVG Importer?
Indeed a very impressive project, as we've come to expect from @Griffpatch. Thank you for bringing it to my attention.

You asked “How does it compare”… I did notice there was a problem with transparent fill in @Griffpatch's project, which is not a problem in my project, since I ignore the fill. Also, my project may offer a more lightweight solution for some users. There are of course the manual steps in my project, but I think stripping away the unused SVG and setting up an ask block could be arranged. I'm hopeful some users may find it useful.
kriblo
Scratcher
100+ posts

Using vector graphics to draw with the pen

After trying @Griffpatch’s project SVG Importer, which @-Rex- linked above, I made a few modification to my projects. You can now paste the unedited SVG in response to the ask block. A lot easier

I updated the instructions in the original post, not to confuse anyone reading it.

Thanks @-Rex-, and thank you @Griffpatch!
mybearworld
Scratcher
1000+ posts

Using vector graphics to draw with the pen

Impressive. I tried it out with:
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="487" height="157.30157" viewBox="0,0,487,157.30157"><defs><radialGradient cx="160.51948" cy="258.35808" r="30.367" gradientUnits="userSpaceOnUse" id="color-1"><stop offset="0" stop-color="#f0d520"/><stop offset="1" stop-color="#ff9400"/></radialGradient><radialGradient cx="161.55509" cy="261.4754" r="0.87973" gradientUnits="userSpaceOnUse" id="color-2"><stop offset="0" stop-color="#f0d520"/><stop offset="1" stop-color="#ff9400"/></radialGradient><radialGradient cx="204.14197" cy="191.23978" r="71.3921" gradientUnits="userSpaceOnUse" id="color-3"><stop offset="0" stop-color="#00ffca"/><stop offset="1" stop-color="#ff9400"/></radialGradient></defs><g transform="translate(2,-157.5675)"><g data-paper-data="{&quot;isPaintingLayer&quot;:true}" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" style="mix-blend-mode: normal"><path d="M-2,314v-9h487v9z" fill="#bf714d" fill-rule="nonzero" stroke="none" stroke-width="0" stroke-linecap="butt" stroke-linejoin="miter"/><g fill-rule="evenodd"><path d="M110.58089,282.2385c0.8,0.4 2.5,1.3 0.1,4.7c-2.4,3.4 -9.3,4.1 -10.1,4.1c-3.1,0.1 -6.9,0.1 -11.1,-1.3c-12.2,-4 -12.3,-17.1 -8.4,-19.2c3.8,-2.1 5.5,6 11,10.9c2.4,2.2 5.3,3 7.7,3.5c3.4,0.6 9.9,-3.2 10.8,-2.7z" fill="#ffab19" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M85.78089,274.1385c1.6,2.7 4.7,6.5 4.7,6.5c0,0 -3.7,-0.9 -5.8,0.8c-1.7,1.3 -1.3,3.5 -1.1,4.2c-1.3,-1.3 -2.9,-3.1 -3.9,-6.6c-1,-3.5 0,-7.7 2,-8.3c2,-0.4 2.5,1.1 4.1,3.4z" fill="#ffffff" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/></g><path d="M115.58089,292.6385c-1.8,1.2 -8,5.6 -15.9,8.1l-0.4,0.1c-0.4,0.1 -0.6,0.6 -0.4,1c1.7,2.4 4.8,7.2 -0.7,8.9c-5.3,1.7 -15.2,-12.4 -11,-16.1c1.9,-1.4 3.6,-0.7 4.5,-0.3c0.5,0.2 1,0.2 1.5,0.1c1.2,-0.4 3.4,-1.2 5.1,-2.1c4.3,-2.2 5.3,-3.1 7.3,-4.6c2,-1.5 6.6,-5.2 10.3,-2c3.2,2.7 1.4,5.7 -0.3,6.9z" fill="#ffab19" fill-rule="evenodd" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M131.48089,271.8385c0.5,0.4 6.6,7.6 8.6,5.8c2.4,-2.1 5.7,-6.2 9.3,-2.9c3.6,3.3 -3.2,8.9 -6.1,10.4c-6.9,3.1 -12.5,-2.8 -13.7,-4.4c-1.2,-1.6 -3.3,-4.3 -3.3,-6.9c0.1,-2.8 3.5,-3.5 5.2,-2z" fill="#ffab19" fill-rule="evenodd" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><g fill-rule="evenodd"><path d="M131.58089,295.1385c2.1,1.9 6.7,5.8 6.7,5.8c0,0 14.3,-2.5 14.3,4.7c0,4.3 -7.2,5.3 -16.9,4.4c-0.6,-0.1 -1.2,-0.3 -1.7,-0.7c-2.2,-1.9 -8.5,-7.5 -12.5,-11.4c-5.9,-5.8 -10.8,-9.6 -10.8,-9.6c-8.5,-8.3 -1.6,-11.8 1.1,-16.6c2.5,-4.1 3.6,-3.3 9.6,-2.1c3.4,0.5 5.4,0.8 7.6,0.7c3.3,-0.1 2.7,4.7 1.8,7.2c0,0 -1.4,3.7 -2.7,5.6c-1.6,2.3 -2.8,3.8 -4,4.7z" fill="#ffab19" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M123.18089,287.7385c0,0 -1.5,-1.2 -3.1,-2.7c-2,-1.8 -4,-3.3 -2,-6.4c1.8,-2.4 3.5,-5.6 8,-2.7c4.3,2.7 2.4,5.2 2.4,5.2c-2.2,4.5 -5.3,6.6 -5.3,6.6z" fill="#ffffff" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/></g><path d="M108.08089,279.5385c2.2,2.8 5.6,6.3 1.3,9.2c-5.9,3.3 -10.8,-6.7 -11.8,-10.2c-0.9,-3.1 1.7,-5.1 3.9,-6.8c4.3,-3.1 7.9,-5.9 11.9,-4.4c5,1.8 1.4,5.8 -1.1,7.6c-1.5,1.1 -3,2.3 -4.1,3c-0.3,0.5 -0.4,1.1 -0.1,1.6z" fill="#ffab19" fill-rule="evenodd" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><g fill-rule="evenodd"><path d="M139.58089,212.1385c0.3,-0.2 0.8,-0.1 0.9,0.3l2.6,10.7c0,0 6.4,4.7 8.3,8c3.2,5.5 3.3,10 3.3,10c0,0 7.1,2.1 8.3,7.8c1.2,5.7 -3.2,16.5 -22,20.2c-18.8,3.7 -33.9,-1.4 -41,-12.8c-7.1,-11.4 4.1,-25 3.5,-24.2l-2.1,-17.9c-0.1,-0.4 0.4,-0.7 0.8,-0.5l12.1,7.9c0,0 4.5,-1.7 9.2,-1.9c2.8,-0.2 5.2,0 7.5,0.4z" fill="#ffab19" stroke="#001026" stroke-width="1.2" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M154.38089,241.5385c0,0 6.9,1.8 8.1,7.5c1.2,5.7 -3.6,16 -22.2,19.6c-24.2,5 -35.7,-9.4 -29,-20c6.7,-10.7 18.2,-1.6 26.6,-2.2c7.2,-0.5 8,-6.8 16.5,-4.9z" fill="#ffffff" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M122.88089,252.2385c0,-0.4 0.4,-0.7 0.8,-0.6c1.9,0.7 7.3,2.3 13.3,2.7c5.4,0.3 8.6,0 10.1,-0.3c0.5,-0.1 0.9,0.4 0.7,0.9c-0.9,2.7 -4.7,10.2 -15.2,9.6c-9.1,-1 -10,-7.4 -9.7,-12.3z" fill="#ffffff" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M172.78089,242.6385c-4.7,3.8 -11.9,3.9 -11.9,3.9" fill="none" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M171.48089,253.8385c-6.3,0.5 -10.2,-1.4 -10.2,-1.4" fill="none" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M137.48089,243.8385c2.1,0 4.3,0.2 4.4,0.9c0.1,1.4 -1.4,4.2 -3,4.3c-1.8,0.2 -6,-2.3 -6,-3.9c-0.1,-1.2 2.6,-1.3 4.6,-1.3z" fill="#001026" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M92.48089,242.3385c0,0 8.6,2.8 12.1,5.9" fill="none" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M104.88089,251.7385c-4.3,1.7 -11.7,0.6 -11.7,0.6" fill="none" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><g><path d="M149.28089,232.1385c2.9,4.5 3,9.6 0.2,11.4c-2.8,1.8 -7.4,-0.3 -10.4,-4.8c-2.9,-4.5 -3,-9.6 -0.2,-11.4c2.8,-1.9 7.5,0.3 10.4,4.8z" fill="#ffffff" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M148.88089,237.8385c0,1.1 -0.8,2 -1.8,2c-1,0 -1.8,-0.9 -1.8,-2c0,-1.1 0.8,-2 1.8,-2c1,0 1.8,0.9 1.8,2" fill="#001026" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/></g><g><path d="M124.48089,234.9385c3,4.4 2.8,9.8 0.1,11.7c-3.3,1.9 -7.7,0.5 -10.7,-3.9c-3.1,-4.4 -3.3,-10.1 -0.2,-12.3c3.1,-2.3 7.8,0.1 10.8,4.5z" fill="#ffffff" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M123.88089,240.7385c0,1.1 -0.8,2 -1.8,2c-1,0 -1.8,-0.9 -1.8,-2c0,-1.1 0.8,-2 1.8,-2c1,0.1 1.8,0.9 1.8,2" fill="#001026" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/></g></g><g fill-rule="nonzero"><g fill="url(#color-1)" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"><g><path d="M168.24825,236.07131c-1.14899,0.49757 -1.04354,3.95502 -2.23599,4.47222c-1.5246,0.66078 -3.14676,1.34877 -4.40769,2.46565c-1.5668,1.38649 -1.06963,2.20104 -0.62422,-0.31452c-0.25384,1.43511 -0.19054,3.0276 0.70761,4.25851c1.7572,2.40854 4.44041,2.63926 6.05485,-0.02488c-0.735,1.46269 -1.46867,2.9249 -2.20325,4.38901c0.47468,-1.06075 1.70969,-2.92403 -0.38692,-2.19951c-1.06225,0.36653 -2.14726,0.75413 -3.01129,1.50928c-1.68457,1.47197 -1.78058,0.98892 -1.94515,3.30956c-0.07794,1.09023 -0.17209,2.23289 0.0867,3.31163c0.01295,0.05678 1.04409,3.07161 1.26649,2.64277c0.49703,-0.95786 1.03468,-1.73325 1.92569,-2.35429c-0.74577,1.4909 -1.49112,2.98089 -2.23689,4.47179c-8.83588,1.61253 -9.58368,9.92073 -7.30782,17.58896c0.35351,1.19105 -2.57516,3.33085 -2.2368,4.47183c-2.60757,-8.78689 1.15538,-24.59348 11.7815,-26.53258c-0.89852,0.16449 -1.37854,3.87353 -2.23689,4.47179c-0.93567,0.65227 -1.39195,1.35886 -1.92343,2.38327c-0.05008,0.10242 -0.10515,0.20346 -0.16465,0.30006c-2.88178,-5.52046 0.05916,-11.13608 2.91729,-15.98464c1.00649,-1.70824 7.83095,-6.59334 5.95951,-2.40954c-0.76104,1.70026 -1.5828,3.39011 -2.4757,5.02539c-2.61397,4.78071 -8.08213,0.01157 -6.80862,-4.15715c1.56922,-5.13104 4.52465,-8.93808 9.50564,-11.09462z"/></g></g><path d="M163.58128,258.72714c0,0 -1.19784,2.77008 -2.02436,4.02019c-0.37894,0.57273 -1.53895,1.37173 -1.53895,1.37173" fill="none" stroke="url(#color-2)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><path d="M221.12149,220.48366c-13.73295,20.929 -48.13211,24.30674 -56.0713,20.18502c-8.65793,-4.4943 -18.73937,-39.33193 -5.00659,-60.26312c13.7339,-20.92866 38.54002,-28.92464 55.40583,-17.85816c16.86572,11.06643 19.40496,37.00712 5.67206,57.93626z" fill="url(#color-3)" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/><g data-paper-data="{&quot;index&quot;:null}" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"><path d="M371.36281,268.94349l-8.824,1.2l-13.249,-2.6l-9.065,-5.1l-5.479,-5.2l-4.184,-8.1l-1.594,-8.322l0.996,-8.378l0.997,-4.6l5.778,-8l12.252,-5.9l12.225,-3.2l11.666,-0.9l11.274,1.6l10.36,3.7l9.875,8.775l6.127,14.531l-4.247,15.094l-8.716,8.925l-16.089,5.875l-10.103,0.6" fill="#ffffff" fill-rule="evenodd"/><path d="M372.07781,181.46849l4.706,0.9l4.558,3.3l0.897,4.05l-3.461,5.325l-5.896,1.275l-6.109,-2.7l-0.822,-6.15l2.914,-4.5l3.213,-1.5" fill="#ef463c" fill-rule="evenodd"/><path d="M338.82981,227.89349c0.523,0.075 14.42,3.15 14.42,3.15l10.609,-1.95l14.919,1.275l4.208,1.575h19.798v9.3l-0.373,5.376l-2.839,6.174c0,0 -2.167,2.025 -2.391,2.1c-0.224,0.075 -3.287,-2.475 -3.287,-2.475l-2.466,-2.775l-1.27,3.225l-1.419,4.725l-5.305,6.975l-5.678,3.375l1.985,2.55l10.492,0.9h9.563l7.994,-3.3l6.426,2.05l3.063,-2.125l3.586,-5.85l4.034,-6.225l2.541,-1.575l2.54,0.9l0.672,2.325l-0.747,5.1l-3.81,6.75l-5.006,5.1l-2.914,1.65l0.897,18.375l-1.27,7.95c0,0 -2.391,7.425 -2.54,7.65c-0.15,0.225 -2.541,2.55 -2.541,2.55l-6.724,0.75l-6.052,-2.7l-3.586,-0.225l-3.81,-2.55l-0.374,-3.825l0.972,-8.175l0.821,-2.025l-4.184,-0.075l-9.488,-1.65l-4.782,-1.575l-2.632,13.65l-3.038,4.725l-4.341,1.425l-6.724,-1.125l-3.063,-2.625l-2.84,0.075l-3.511,-1.275l-0.672,-3.6l1.195,-4.65l1.644,-6.9l1.867,-6.225l2.167,-5.175l-0.523,-5.025l-1.195,-5.325l3.138,0.225l-1.719,-2.25c0,0 -6.948,-4.35 -7.097,-4.575c-0.15,-0.225 -4.259,-7.95 -4.259,-7.95l-0.897,-5.625l-4.184,2.925l-4.856,-0.9v-8.175l2.54,-11.4z" fill="#fcb322" fill-rule="evenodd"/><path d="M389.48581,257.74349h7.172l9.787,-0.6l1.345,3.3c0,0 -0.074,5.7 0,6c0.075,0.3 -1.195,2.925 -1.195,2.925l-8.667,2.25l0.075,1.725l0.971,5.625v6.15l-1.644,6.225l-1.419,1.8l-5.155,0.975l-7.92,-1.35l2.765,-4.8l1.344,-4.2l0.075,-5.175l-2.241,-7.125l-7.173,-2.775l4.707,-3.825c0,0 3.661,-2.85 3.811,-3.075c0.149,-0.225 1.419,-3.3 1.419,-3.3z" fill="#71cbd2" fill-rule="evenodd"/><path d="M407.12581,256.32449c1.247,1.628 2.026,3.56 2.228,5.605c0.089,0.899 0.134,1.93 0.006,2.823c-0.112,0.784 -0.752,1.703 -0.093,2.387c0.574,0.596 2.334,0.978 3,1.313c1.227,0.616 1.704,1.221 2.853,0.261c1.02,-0.849 1.911,-1.91 2.73,-2.95c1.664,-2.117 3.025,-4.47 4.158,-6.911c0.918,-1.978 1.924,-3.882 3.819,-5.187c1.774,-1.222 3.246,-1.091 4.541,0.637c0.914,1.219 1.321,2.372 1.082,4.094c-0.473,3.42 -1.489,6.505 -3.357,9.383c-2.124,3.27 -4.28,6.474 -7.897,8.307c-0.633,0.32 -0.723,0.801 -0.575,1.57c0.48,2.492 0.937,5.004 1.121,7.53c0.155,2.111 -0.003,4.257 -0.169,6.375c-0.288,3.653 -0.602,7.308 -1.636,10.853c-0.309,1.06 -0.585,2.136 -0.774,3.223c-0.599,3.446 -1.873,6.407 -5.173,8.151c-1.38,0.729 -2.807,0.89 -4.313,1.026c-3.336,0.303 -6.191,-0.655 -8.669,-2.884c-0.211,-0.19 -0.625,-0.357 -0.864,-0.28c-3.214,1.039 -5.994,0.007 -7.709,-3.53c-0.315,-0.65 -0.512,-1.44 -0.494,-2.159c0.077,-2.984 0.424,-5.931 1.409,-8.785c0.222,-0.644 0.033,-1.43 0.033,-2.208c-4.657,0.328 -8.96,-0.536 -13.207,-1.806c-0.793,-0.237 -1.611,-0.391 -2.403,-0.579c-0.341,1.687 -0.529,3.159 -0.945,4.563c-1.032,3.472 -1.36,7.143 -3.116,10.417c-1.236,2.307 -3.129,3.573 -5.558,4.127c-0.998,0.228 -2.051,0.243 -3.082,0.285c-3.376,0.14 -6.401,-0.57 -8.514,-3.546c-0.176,-0.248 -0.735,-0.289 -1.121,-0.307c-0.902,-0.041 -1.874,0.202 -2.696,-0.056c-1.211,-0.381 -2.861,-0.393 -3.273,-1.938c-0.396,-1.484 -0.826,-3.135 -0.559,-4.586c0.696,-3.78 1.703,-7.507 2.71,-11.223c0.7,-2.583 1.568,-5.124 2.431,-7.66c0.501,-1.469 1.153,-2.883 1.703,-4.337c0.075,-0.199 -0.042,-0.477 -0.087,-0.715c-0.415,-2.207 -0.812,-4.417 -1.266,-6.615c-0.106,-0.515 0.002,-1.061 -0.888,-1.325c-2.11,-0.625 -4.177,-1.452 -6.179,-2.378c-4.308,-1.991 -7.897,-5.003 -11.089,-8.463c-1.379,-1.495 -2.712,-3.146 -3.593,-4.959c-1.402,-2.884 -2.552,-5.864 -2.995,-9.156c-0.621,-4.606 -1.281,-9.561 0.239,-13.993c0.241,-0.703 0.416,-1.426 0.666,-2.146c1.043,-3.005 3.287,-6.425 5.691,-8.483c1.249,-1.068 2.406,-2.32 3.815,-3.113c4.007,-2.255 8.206,-4.097 12.584,-5.562c3.721,-1.245 7.549,-1.81 11.391,-2.356c2.166,-0.308 4.359,-0.418 6.534,-0.616c0.287,-4.013 0.57,-7.995 0.855,-11.981c-0.711,-0.238 -1.306,-0.438 -1.901,-0.637c-2.339,-0.788 -3.922,-3.144 -3.605,-5.576c0.205,-1.575 0.379,-3.217 0.969,-4.664c0.948,-2.323 2.57,-4.109 5.199,-4.675c1.958,-0.423 3.86,-0.363 5.812,0.176c4.179,1.154 7.892,6.103 5.474,10.687c-1.508,2.86 -3.388,5.11 -6.919,5.263c-0.826,0.035 -1.647,0.222 -2.606,0.359c-0.46,3.677 -0.916,7.316 -1.362,10.877c3.449,0.532 6.621,1.07 9.806,1.504c5.797,0.791 11.288,2.364 15.898,6.185c1.899,1.574 3.823,3.148 5.531,4.921c2.583,2.684 4.286,5.986 5.885,9.324c2.338,4.878 3.264,9.959 1.945,15.291c-0.546,2.21 -1.172,4.421 -2.02,6.526c-0.5,1.24 -1.508,2.275 -2.357,3.502c0.387,0.321 0.727,0.513 0.946,0.8zM341.69481,250.85349c-1.73,1.237 -3.603,1.681 -5.56,1.642c-1.563,-0.03 -3.013,-1.219 -3.197,-2.784c-0.368,-3.148 -0.058,-6.1 0.083,-9.259c0.145,-3.252 0.616,-6.513 1.94,-9.512c0.593,-1.344 1.48,-3.387 2.951,-3.697c1.985,-0.418 4.643,0.133 6.574,0.624c1.364,0.347 2.758,0.516 4.106,0.882c2.092,0.567 4.339,0.875 6.474,1.239c1.75,0.297 3.781,-0.98 5.508,-1.441c3.953,-1.054 8.024,-1.164 12.08,-0.704c3.352,0.38 6.542,1.33 9.432,3.178c0.386,0.247 0.999,0.215 1.502,0.189c3.268,-0.169 6.533,-0.43 9.804,-0.546c2.365,-0.085 4.74,-0.05 7.106,0.035c2.474,0.089 3.191,0.735 3.318,3.15c0.148,2.846 0.163,5.702 0.163,8.554c-0.001,2.896 -0.929,5.588 -2.002,8.231c-0.375,0.925 -0.753,1.854 -1.209,2.741c-0.786,1.528 -2.173,2.049 -3.792,2.201c-1.383,0.131 -2.115,-0.882 -2.969,-1.632c-0.776,-0.682 -1.425,-1.509 -2.312,-2.47c-0.511,1.795 -0.958,3.365 -1.459,5.127c1.646,0.105 3.327,0.3 4.974,0.318c0.894,0.01 3.365,-0.191 2.272,1.6c-0.634,1.04 -1.908,0.579 -2.835,0.435c-1.606,-0.25 -3.302,-0.09 -4.925,-0.059c-0.327,0.006 -0.808,0.306 -0.945,0.599c-1.632,3.492 -4.055,6.131 -7.746,7.461c-0.063,0.023 -0.098,0.125 -0.346,0.458c1.763,-0.396 3.32,-0.621 4.791,-1.108c2.379,-0.788 4.749,-1.642 7.031,-2.671c1.712,-0.772 3.259,-1.903 4.917,-2.806c3.87,-2.108 6.29,-5.613 8.665,-9.124c0.642,-0.948 0.86,-2.216 1.142,-3.37c0.505,-2.058 1.205,-4.131 1.279,-6.218c0.09,-2.522 0.002,-5.177 -0.692,-7.575c-1.832,-6.329 -5.507,-11.53 -10.634,-15.683c-2.965,-2.402 -6.238,-4.109 -9.891,-5.303c-5.027,-1.643 -10.216,-2.157 -15.392,-2.555c-5.524,-0.424 -10.993,0.418 -16.404,1.758c-6.62,1.641 -12.568,4.634 -18.012,8.624c-1.45,1.064 -2.533,2.781 -3.448,4.391c-1.026,1.806 -1.812,3.784 -2.454,5.768c-1.419,4.391 -1.57,8.825 -0.71,13.421c0.749,4.005 2.29,7.565 4.668,10.739c1.422,1.897 3.245,3.511 4.994,5.137c3.803,3.537 8.34,5.736 13.315,7.079c0.323,0.087 0.658,0.131 0.99,0.177c0.062,0.009 0.137,-0.071 0.589,-0.327c-7.86,-3.09 -12.777,-8.354 -13.734,-16.914zM367.91881,229.94349c-2.946,0 -5.61,0.556 -8.471,1.288c-1.92,0.491 -3.638,1.856 -5.38,2.937c-1.025,0.636 -1.892,1.52 -2.876,2.225c-2.262,1.621 -4.163,4.507 -5.264,7.051c-1.599,3.695 -2.095,6.972 -1.045,10.964c0.769,2.928 2.058,5.545 4.43,7.445c3.45,2.764 7.343,4.744 11.692,5.577c3.966,0.76 7.995,0.593 11.987,0.082c1.102,-0.141 2.177,-0.611 3.226,-1.027c2.009,-0.799 4.097,-1.484 5.945,-2.571c1.203,-0.709 2.226,-1.924 3.005,-3.125c1.92,-2.957 3.443,-6.151 4.099,-9.638c0.235,-1.251 0.085,-2.716 -0.341,-3.922c-1.143,-3.228 -2.475,-6.391 -3.852,-9.527c-0.431,-0.983 -1.099,-1.965 -1.906,-2.657c-1.827,-1.565 -3.691,-3.179 -6.128,-3.723c-2.665,-0.594 -5.425,-1.231 -8.171,-1.357c-0.317,-0.014 -0.635,-0.022 -0.95,-0.022zM382.13881,291.46849c0.388,-0.506 0.874,-1.073 1.287,-1.688c2.233,-3.317 3.127,-6.295 2.849,-10.295c-0.083,-1.194 -0.099,-2.46 -0.506,-3.586c-0.323,-0.895 -0.624,-2.489 -1.333,-3.131c-0.621,-0.561 -1.741,-0.578 -2.651,-0.801c-0.624,-0.154 -1.258,-0.287 -1.894,-0.37c-2.459,-0.319 -4.915,-0.765 -7.383,-0.861c-1.552,-0.061 -3.121,0.456 -4.69,0.641c-1.022,0.119 -2.062,0.172 -3.089,0.138c-1.485,-0.049 -2.97,-0.157 -4.445,-0.328c-1.449,-0.168 -2.885,-0.447 -4.565,-0.714c0.477,2.391 0.83,4.84 1.485,7.203c0.462,1.671 1.248,3.274 2.062,4.815c0.567,1.074 3.86,3.066 2.561,4.642c-0.563,0.683 -1.536,-0.049 -1.783,-0.57c0.165,0.941 -0.369,2.519 -0.591,3.453c-0.377,1.584 -0.769,3.164 -1.106,4.757c-0.539,2.544 -0.954,5.113 -1.403,7.676c-0.64,3.652 0.88,5.851 4.401,6.889c1.983,0.585 3.884,0.436 5.808,0.055c3.131,-0.619 4.153,-3.191 4.964,-5.797c1.198,-3.849 2.206,-7.748 2.316,-11.825c0.023,-0.868 0.371,-1.723 0.502,-2.593c0.138,-0.908 0.231,-4.355 1.548,-4.639c1.823,-0.391 0.612,4.061 0.533,4.873c-0.028,0.282 -0.092,0.56 -0.087,0.531c1.866,0.547 3.528,1.033 5.21,1.525zM407.10381,269.84449c-2.31,1.497 -4.878,1.854 -7.499,2.3c-0.214,0.037 -0.458,0.384 -0.53,0.633c-0.076,0.263 -0.035,0.613 0.078,0.871c1.166,2.642 0.575,5.459 0.69,8.177c0.096,2.255 -0.233,4.918 -1.029,7.041c-0.619,1.65 -1.484,3.195 1.036,2.398c1.194,-0.377 5.617,-3.234 6.582,-2.033c0.261,0.325 0.593,0.865 0.481,1.156c-0.168,0.436 -0.635,0.867 -1.078,1.059c-0.913,0.396 -1.901,0.61 -2.841,0.948c-0.235,0.084 -0.551,0.329 -0.583,0.538c-0.338,2.222 -0.62,4.453 -0.929,6.68c-0.327,2.353 -0.772,4.699 -0.947,7.063c-0.06,0.812 0.379,1.785 0.866,2.493c2.419,3.515 5.893,4.019 9.7,3.059c2.002,-0.504 3.357,-2.045 3.934,-3.938c1.196,-3.917 2.66,-7.774 2.809,-11.97c0.095,-2.698 0.636,-5.377 0.789,-8.076c0.205,-3.607 -0.219,-7.237 -1.251,-10.642c-0.752,-2.479 -3.038,-5.374 -5.084,-6.878c-0.304,-0.223 -0.577,-0.412 -0.859,-0.579c-1.675,-0.987 -2.762,-1.32 -4.335,-0.3zM401.72681,234.70149c-0.101,-1.326 -0.959,-1.916 -2.173,-2.016c-3.987,-0.33 -7.975,-0.601 -11.969,-0.017c-1.683,0.246 -0.837,1.445 -0.332,2.478c0.731,1.496 1.188,3.111 1.737,4.679c1.725,4.929 2.937,9.682 7.386,12.809c1.02,0.718 1.925,0.49 2.509,-0.639c1.814,-3.5 3.201,-7.135 3.254,-11.187c-0.136,-2.036 -0.258,-4.072 -0.412,-6.107zM346.08881,230.64349c-1.946,-0.298 -5.431,-1.716 -7.278,-0.505c-1.299,0.852 -1.906,2.992 -2.346,4.369c-0.55,1.716 -0.533,3.525 -0.939,5.23c-0.651,2.74 -0.734,5.578 -0.288,8.36c0.321,2.009 2.516,2.537 4.402,1.459c2.315,-1.324 2.953,-3.487 3.632,-5.851c1.003,-3.487 2.508,-6.774 5.627,-9.003c0.8,-0.571 1.478,-1.314 2.31,-2.067c-1.612,-1.252 -3.319,-1.714 -5.12,-1.992zM380.90781,187.52549c-0.878,-2.438 -2.782,-4.018 -5.471,-4.48c-2.799,-0.48 -5.329,-0.231 -7.178,2.268c-1.435,1.94 -1.521,6.107 -0.139,7.777c0.211,0.255 0.46,0.562 0.75,0.653c1.984,0.621 3.983,1.191 5.193,1.547c4.571,0.087 8.094,-4.303 6.845,-7.765zM387.94781,270.14749c3.419,0.113 6.848,0.261 10.257,0.087c2.088,-0.108 4.269,-0.496 6.181,-1.303c1.578,-0.665 2.68,-2.12 2.71,-4.193c0.031,-2.167 0.034,-4.279 -1.003,-6.238c-0.225,-0.425 -0.625,-0.755 -0.945,-1.128c-0.263,0.312 -0.49,0.667 -0.797,0.926c-1.345,1.135 -2.662,2.311 -4.082,3.346c-3.146,2.292 -6.658,3.908 -10.299,5.219c-2.777,1 -5.607,1.85 -8.483,2.789c2.145,0.17 4.3,0.425 6.461,0.495zM418.86581,274.98749c1.787,-1.616 3.775,-3.011 5.241,-4.828c2.664,-3.303 4.693,-7.021 5.15,-11.362c0.088,-0.825 -0.193,-1.754 -0.522,-2.543c-0.489,-1.175 -1.713,-1.385 -2.629,-0.494c-1.354,1.316 -2.216,2.943 -2.952,4.687c-0.646,1.53 -1.464,3.017 -2.412,4.38c-1.31,1.882 -2.805,3.634 -4.239,5.428c-0.23,0.288 -0.554,0.499 -0.823,0.735c1.06,1.329 2.062,2.588 3.186,3.997zM353.82681,287.64649c-1.144,3.669 -2.309,7.339 -3.238,11.066c-0.382,1.535 -0.388,3.244 -0.182,4.824c0.226,1.72 2.052,2.665 3.737,2.203c0.257,-0.071 0.597,-0.444 0.615,-0.697c0.095,-1.377 -0.028,-2.781 0.171,-4.14c0.315,-2.153 0.864,-4.27 1.243,-6.415c0.406,-2.294 0.739,-4.601 1.085,-6.906c0.126,-0.836 0.412,-1.725 0.248,-2.51c-0.239,-1.143 -0.819,-2.213 -1.253,-3.313c-0.111,0.001 -0.222,0.001 -0.333,0.001c-0.703,1.961 -1.475,3.9 -2.093,5.887zM398.53581,293.87549c-5.028,1.518 -4.837,5.917 -5.119,10.273c-0.131,2.028 0.608,3.832 2.262,5.061c0.579,0.429 1.46,0.533 2.217,0.588c0.236,0.017 0.725,-0.603 0.746,-0.954c0.15,-2.399 0.12,-4.811 0.314,-7.204c0.212,-2.617 0.604,-5.218 0.942,-8.035c-0.533,0.102 -0.959,0.149 -1.362,0.271zM385.21981,291.03549c-0.428,1.112 -0.306,1.33 0.891,1.598c1.986,0.445 4.08,0.208 6.094,0.21c1.098,0.001 3.259,-0.656 3.644,-1.856c0.342,-1.062 -0.586,-0.982 -1.464,-1.199c-1.22,-0.303 -2.434,-0.628 -3.667,-0.873c-0.926,-0.183 -2.919,-1.052 -3.755,-0.652c-0.094,0.045 -0.188,0.115 -0.282,0.204c-0.68,0.645 -1.129,1.707 -1.461,2.568zM397.94081,277.27149c-1.602,-0.127 -3.114,-0.236 -4.624,-0.37c-1.368,-0.121 -2.741,-0.214 -4.094,-0.429c-0.805,-0.128 -1.1,0.112 -1.088,0.889c0.015,0.99 0.004,1.978 0.004,2.913c3.358,0.494 6.434,0.948 9.802,1.444c0,-1.572 0,-3.012 0,-4.447zM394.44381,283.22349c-0.45,-0.043 -6.593,-0.5 -6.592,-0.567c-0.012,0.813 -0.473,1.538 -0.545,2.341c-0.091,1.006 -0.038,0.865 0.838,1.086c1.756,0.443 3.537,0.653 5.265,1.188c0.763,0.236 2.842,1.076 3.599,0.583c0.647,-0.424 0.914,-3.085 0.687,-3.742c-0.064,-0.185 -0.186,-0.328 -0.348,-0.439c-0.677,-0.464 -2.06,-0.368 -2.904,-0.45zM386.42181,272.38749c-0.248,0.03 0.476,1.368 0.587,1.482c0.303,0.313 0.795,0.506 1.199,0.633c0.933,0.294 1.966,0.155 2.926,0.236c2.207,0.187 4.245,0.22 6.427,0.184c-0.263,-0.633 -0.331,-1.488 -0.85,-1.98c-0.508,-0.48 -1.508,-0.585 -2.158,-0.593c-2.62,-0.029 -5.498,-0.325 -8.087,0.033c-0.014,0.002 -0.029,0.004 -0.044,0.005z" fill="#2a3d98" fill-rule="nonzero"/></g><g data-paper-data="{&quot;index&quot;:null}" fill="#2a3d98" fill-rule="evenodd" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"><path d="M360.84581,250.29749c-5.833,1.613 -9.283,-3.032 -9.738,-7.762c-0.078,-0.816 0.419,-1.572 1.498,-1.698c1.028,-0.12 1.144,0.411 1.294,1.227c0.213,1.167 0.426,2.403 0.977,3.427c1.85,3.444 6.531,3.644 8.469,0.453c0.388,-0.64 0.507,-1.115 -0.148,-1.736c-0.33,-0.313 -0.437,-1.08 -0.323,-1.568c0.076,-0.327 0.725,-0.753 1.1,-0.736c1.345,0.06 2.701,0.207 4.013,0.499c0.472,0.107 1.112,0.671 1.184,1.108c0.127,0.776 -0.461,1.294 -1.281,1.39c-0.431,0.049 -0.865,0.057 -1.318,0.085c0.341,1.913 1.414,3.143 2.856,4.112c1.731,1.165 3.815,1.192 5.265,-0.423c0.5,-0.557 2.621,-5.232 3.982,-3.03c0.527,0.853 -1.138,2.805 -1.673,3.561c-1.403,1.978 -3.295,3.33 -5.743,3.204c-2.753,-0.142 -5.021,-1.452 -6.481,-3.822c-1.365,0.605 -2.599,1.341 -3.933,1.709z"/><path d="M361.17881,237.72349c0.133,0.82 -0.07,2.177 -1.049,2.372c-1.345,0.267 -2.06,-1.266 -1.537,-2.39c0.387,-0.831 1.617,-1.234 2.241,-0.67c0.171,0.153 0.296,0.379 0.345,0.688z"/><path d="M371.12181,240.01149c-0.474,-0.069 -1.151,-0.592 -1.251,-1.024c-0.211,-0.911 0.831,-2.237 1.59,-2.216c1.001,0.028 1.286,0.78 1.421,1.536c0.017,0.861 -0.892,1.829 -1.76,1.704z"/></g><g fill-rule="nonzero" stroke-linecap="round" stroke-linejoin="miter"><path d="M274.60381,256.60415c11.5505,0 20.124,2.9002 29.5959,7.8871c4.501,2.3753 8.4245,7.0217 11.2923,12.7013c2.2579,4.4786 3.9219,10.2242 3.6653,15.5683c-0.4895,6.0139 0.4651,14.3636 -5.7015,15.4413c-24.6633,4.3083 -49.7867,4.138 -74.5273,-0.7625c-6.1854,-1.2252 -4.8512,-10.3069 -5.7016,-15.8861c-0.6141,-4.5269 -0.9432,-9.9841 0.6516,-13.9162c2.5095,-6.066 6.5894,-10.6183 11.1294,-13.1461c9.4182,-5.2144 18.0454,-7.8871 29.5959,-7.8871z" fill="#fbff00" stroke="#703d00" stroke-width="2.12954"/><path d="M275.41571,255.99245c9.8955,-0.3091 19.8251,-0.1382 29.5259,1.3407c5.6005,1.1605 13.0549,1.5342 15.8828,6.4937c3.6743,6.4309 0.8944,14.5937 0.4073,22.4138c-0.2126,2.0822 -0.9554,6.3153 -2.8508,5.6977c-4.303,-2.0026 -5.8001,-11.1189 -10.1406,-12.5685c-2.2505,-0.7482 -0.3567,6.4385 -2.9322,7.7925c-3.5024,1.8216 -9.8099,-3.8275 -11.7696,-0.8798c-2.2204,3.3474 4.3429,8.8206 2.9322,12.9874c-0.6948,2.7048 -6.0005,4.3965 -7.5749,2.1786c-3.0006,-4.2314 0.4398,-11.0561 -2.1177,-15.5849c-1.3431,-2.3839 -5.581,-2.4928 -7.5749,-0.8798c-3.7476,3.0424 -3.3134,9.7506 -7.1269,12.5684c-2.0404,1.5058 -5.2797,0.4525 -7.1677,-0.8797c-4.773,-4.1493 -5.9679,-13.5656 -11.7696,-14.7052c-4.3772,-0.8655 -6.6961,10.8542 -9.6926,9.5102c-3.3859,-1.5351 0.4186,-14.9967 -2.525,-16.0039c-2.7636,-0.9208 -6.0217,13.4919 -8.4709,12.8199c-2.8043,-0.8572 -2.2659,-10.7846 -2.0362,-15.8782c0.1873,-4.182 -0.9717,-10.8307 2.8507,-12.2334c13.2977,-4.8489 28.0606,-3.7479 42.1507,-4.1895z" fill="#ff99e5" stroke="#ff00bf" stroke-width="1.65257"/><path d="M253.79321,265.55995l4.1947,-0.8145" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M272.28251,275.65985h-5.05" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M300.46441,271.05785v-3.7875" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M288.28751,262.22045l-4.2354,-2.525" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M315.20701,273.99005v4.6427" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M311.01231,264.29745h-3.3802" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M241.57561,270.60985l3.7875,-3.7874" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M246.21831,275.65985l3.3395,-0.8145" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M265.56281,259.69545l3.3802,2.9323" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M267.68051,288.73265l3.3395,-2.973" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M285.31461,281.15775l3.3802,2.5249" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M295.86241,284.08995l0.4073,-2.525z" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M300.46441,260.95795h-3.7875" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M310.56431,272.72755l-3.3395,0.8553" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M236.93291,264.74545l4.6427,-1.7105" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M248.29531,260.95795l1.2625,2.9322z" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M284.50011,273.13485l-0.448,-2.077z" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M257.13271,276.51505l2.5249,-5.4572" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M274.40021,258.84025h5.0499" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M281.97511,280.30245l-5.0499,1.6698" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M296.26971,275.65985l-4.6427,-1.6698" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M246.62551,282.82745l4.1947,-1.6697" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M236.11841,272.72755v-3.3802" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M260.10561,258.02575l-3.7874,0.4073" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M320.25691,275.65985v4.6426" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M295.86241,267.67765h-3.7874" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M291.21981,258.02575h2.5249z" fill="none" stroke="#6148a4" stroke-width="1.62504"/></g><path d="M246.18141,265.27605c-0.0629,-11.4935 -0.1388,-22.3653 -0.2328,-31.3316c0.6029,-1.0369 1.3709,-1.172 2.0094,-1.1448c0.4073,0.0194 0.8299,0.5607 1.2436,0.9584c0.1138,9.9815 0.2055,20.4259 0.2805,31.1761c-0.4379,-0.2321 -1.0705,-0.4908 -1.7308,-0.4893c-0.5852,0.0013 -1.1483,0.4147 -1.5699,0.8312z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M245.64381,247.25215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M245.84381,237.65215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M245.49381,257.65215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M250.43241,233.26675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM245.97611,233.49715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M246.99081,219.86475c0.0164,-0.2608 -0.2484,-0.7032 0.1172,0c1.4822,2.8301 3.1719,5.762 4.101,8.779c0.2484,0.7979 -0.1746,1.7236 -0.703,2.5207c-0.5261,0.6928 -1.1694,1.761 -2.3435,1.7819c-1.2326,0.0209 -2.1806,-1.0439 -2.6364,-1.8688c-0.744,-1.03 -0.9983,-2.2704 -0.7616,-3.3899c0.307,-1.4542 1.7143,-2.8128 2.1091,-4.1288c0.3633,-1.2056 0.0598,-2.6589 0.1172,-3.6941z" fill="#ff9400" fill-rule="nonzero" stroke="#ff9400" stroke-width="2.06324" stroke-linecap="round" stroke-linejoin="miter"/><path d="M247.62511,229.00475c0.1197,-0.1329 0.1295,-0.2048 0.2036,-0.1209c0.3193,0.6067 0.6549,1.2278 0.7331,1.7674c0.0521,0.3734 -0.1906,0.7365 -0.2867,1.0996c-0.1092,0.4375 0.0684,1.4471 -0.2427,1.4834c-0.3487,-0.0363 -0.8765,-1.0151 -1.1387,-1.4834c-0.1931,-0.3419 -0.3682,-0.728 -0.2867,-1.0996c0.1254,-0.5348 0.5921,-1.1438 1.0181,-1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/><path d="M262.67581,263.57605c-0.4216,-0.4165 -0.9847,-0.8299 -1.5699,-0.8312c-0.6603,-0.0015 -1.2929,0.2572 -1.7308,0.4893c0.075,-10.7502 0.1667,-21.1946 0.2805,-31.1761c0.4137,-0.3977 0.8363,-0.939 1.2436,-0.9584c0.6385,-0.0272 1.4065,0.1079 2.0094,1.1448c-0.094,8.9663 -0.1699,19.8381 -0.2328,31.3316z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M263.26341,245.50215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M263.01341,236.05215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M263.26341,255.90215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M264.18241,231.61675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM259.72611,231.84715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M262.13411,221.81405c0.4058,1.3523 1.8518,2.7484 2.1673,4.2427c0.2432,1.1504 -0.0181,2.425 -0.7826,3.4834c-0.4684,0.8476 -1.4425,1.9418 -2.7092,1.9203c-1.2064,-0.0214 -1.8674,-1.1191 -2.4081,-1.831c-0.543,-0.819 -0.9777,-1.7703 -0.7224,-2.5902c0.9548,-3.1003 2.6911,-6.113 4.2142,-9.0212c0.3757,-0.7226 0.1035,-0.268 0.1204,0c0.059,1.0638 -0.2529,2.5572 0.1204,3.796z" fill="#ff9400" fill-rule="nonzero" stroke="none" stroke-width="1.06008" stroke-linecap="round" stroke-linejoin="miter"/><path d="M262.30021,229.00125c0.0815,0.3716 -0.0936,0.7577 -0.2867,1.0996c-0.2622,0.4683 -0.79,1.4471 -1.1387,1.4834c-0.3111,-0.0363 -0.1335,-1.0459 -0.2427,-1.4834c-0.0961,-0.3631 -0.3388,-0.7262 -0.2867,-1.0996c0.0782,-0.5396 0.4138,-1.1607 0.7331,-1.7674c0.0741,-0.0839 0.0839,-0.012 0.2036,0.1209c0.426,0.5027 0.8927,1.1117 1.0181,1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/><path d="M274.43141,262.92605c-0.0629,-11.4935 -0.1388,-22.3653 -0.2328,-31.3316c0.6029,-1.0369 1.3709,-1.172 2.0094,-1.1448c0.4073,0.0194 0.8299,0.5607 1.2436,0.9584c0.1138,9.9815 0.2055,20.4259 0.2805,31.1761c-0.4379,-0.2321 -1.0705,-0.4908 -1.7308,-0.4893c-0.5852,0.0013 -1.1483,0.4147 -1.5699,0.8312z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M273.89381,244.90215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M274.14381,235.30215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M273.84381,255.30215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M278.78241,230.91675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM274.32611,231.14715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M275.19051,217.34025c0.0173,-0.2753 -0.2623,-0.7424 0.1237,0c1.5649,2.9879 3.3487,6.0832 4.3296,9.2684c0.2623,0.8424 -0.1843,1.8197 -0.7422,2.6612c-0.5554,0.7314 -1.2345,1.8592 -2.4741,1.8812c-1.3013,0.022 -2.3021,-1.1021 -2.7833,-1.973c-0.7855,-1.0874 -1.054,-2.3969 -0.8041,-3.5788c0.3241,-1.5353 1.8098,-2.9696 2.2267,-4.3589c0.3835,-1.2728 0.0631,-2.8071 0.1237,-3.9001z" fill="#ff9400" fill-rule="nonzero" stroke="none" stroke-width="1.08912" stroke-linecap="round" stroke-linejoin="miter"/><path d="M275.82511,226.75475c0.1197,-0.1329 0.1295,-0.2048 0.2036,-0.1209c0.3193,0.6067 0.6549,1.2278 0.7331,1.7674c0.0521,0.3734 -0.1906,0.7365 -0.2867,1.0996c-0.1092,0.4375 0.0684,1.4471 -0.2427,1.4834c-0.3487,-0.0363 -0.8765,-1.0151 -1.1387,-1.4834c-0.1931,-0.3419 -0.3682,-0.728 -0.2867,-1.0996c0.1254,-0.5348 0.5921,-1.1438 1.0181,-1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/><path d="M289.38141,263.97605c-0.0629,-11.4935 -0.1388,-22.3653 -0.2328,-31.3316c0.6029,-1.0369 1.3709,-1.172 2.0094,-1.1448c0.4073,0.0194 0.8299,0.5607 1.2436,0.9584c0.1138,9.9815 0.2055,20.4259 0.2805,31.1761c-0.4379,-0.2321 -1.0705,-0.4908 -1.7308,-0.4893c-0.5852,0.0013 -1.1483,0.4147 -1.5699,0.8312z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M288.74381,245.90215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M288.99381,236.40215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M288.74381,256.30215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M293.68241,232.01675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM289.22611,232.24715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M289.90151,219.16985c0.0163,-0.2602 -0.2478,-0.7015 0.1169,0c1.4786,2.8233 3.1641,5.748 4.0911,8.7577c0.2478,0.796 -0.1742,1.7195 -0.7014,2.5146c-0.5248,0.6911 -1.1665,1.7567 -2.3377,1.7775c-1.2297,0.0209 -2.1753,-1.0413 -2.63,-1.8642c-0.7423,-1.0275 -0.9959,-2.2649 -0.7598,-3.3817c0.3062,-1.4507 1.7101,-2.806 2.104,-4.1187c0.3623,-1.2027 0.0596,-2.6525 0.1169,-3.6852z" fill="#ff9400" fill-rule="nonzero" stroke="none" stroke-width="1.02912" stroke-linecap="round" stroke-linejoin="miter"/><path d="M290.67511,227.75475c0.1197,-0.1329 0.1295,-0.2048 0.2036,-0.1209c0.3193,0.6067 0.6549,1.2278 0.7331,1.7674c0.0521,0.3734 -0.1906,0.7365 -0.2867,1.0996c-0.1092,0.4375 0.0684,1.4471 -0.2427,1.4834c-0.3487,-0.0363 -0.8765,-1.0151 -1.1387,-1.4834c-0.1931,-0.3419 -0.3682,-0.728 -0.2867,-1.0996c0.1254,-0.5348 0.5921,-1.1438 1.0181,-1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/><path d="M305.92581,265.07605c-0.4216,-0.4165 -0.9847,-0.8299 -1.5699,-0.8312c-0.6603,-0.0015 -1.2929,0.2572 -1.7308,0.4893c0.075,-10.7502 0.1667,-21.1946 0.2805,-31.1761c0.4137,-0.3977 0.8363,-0.939 1.2436,-0.9584c0.6385,-0.0272 1.4065,0.1079 2.0094,1.1448c-0.094,8.9663 -0.1699,19.8381 -0.2328,31.3316z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M306.46341,247.05215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M306.21341,237.50215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M306.61341,257.40215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M307.43241,233.11675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM302.97611,233.34715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M303.98501,220.34415c0.0163,-0.2601 -0.2478,-0.7014 0.1168,0c1.4784,2.8227 3.1635,5.7468 4.0903,8.7558c0.2477,0.7959 -0.1741,1.7191 -0.7012,2.5141c-0.5247,0.6909 -1.1663,1.7564 -2.3373,1.7772c-1.2294,0.0208 -2.1748,-1.0412 -2.6294,-1.8639c-0.7421,-1.0273 -0.9957,-2.2644 -0.7596,-3.381c0.3061,-1.4503 1.7097,-2.8053 2.1035,-4.1178c0.3623,-1.2024 0.0596,-2.6519 0.1169,-3.6844z" fill="#ff9400" fill-rule="nonzero" stroke="none" stroke-width="1.0289" stroke-linecap="round" stroke-linejoin="miter"/><path d="M304.67511,228.75475c0.1197,-0.1329 0.1295,-0.2048 0.2036,-0.1209c0.3193,0.6067 0.6549,1.2278 0.7331,1.7674c0.0521,0.3734 -0.1906,0.7365 -0.2867,1.0996c-0.1092,0.4375 0.0684,1.4471 -0.2427,1.4834c-0.3487,-0.0363 -0.8765,-1.0151 -1.1387,-1.4834c-0.1931,-0.3419 -0.3682,-0.728 -0.2867,-1.0996c0.1254,-0.5348 0.5921,-1.1438 1.0181,-1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/></g></g></svg>
It worked.

Last edited by mybearworld (Feb. 7, 2021 18:04:26)

kriblo
Scratcher
100+ posts

Using vector graphics to draw with the pen

mybearworld wrote:

Impressive. I tried it out with:
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="487" height="157.30157" viewBox="0,0,487,157.30157"><defs><radialGradient cx="160.51948" cy="258.35808" r="30.367" gradientUnits="userSpaceOnUse" id="color-1"><stop offset="0" stop-color="#f0d520"/><stop offset="1" stop-color="#ff9400"/></radialGradient><radialGradient cx="161.55509" cy="261.4754" r="0.87973" gradientUnits="userSpaceOnUse" id="color-2"><stop offset="0" stop-color="#f0d520"/><stop offset="1" stop-color="#ff9400"/></radialGradient><radialGradient cx="204.14197" cy="191.23978" r="71.3921" gradientUnits="userSpaceOnUse" id="color-3"><stop offset="0" stop-color="#00ffca"/><stop offset="1" stop-color="#ff9400"/></radialGradient></defs><g transform="translate(2,-157.5675)"><g data-paper-data="{&quot;isPaintingLayer&quot;:true}" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" style="mix-blend-mode: normal"><path d="M-2,314v-9h487v9z" fill="#bf714d" fill-rule="nonzero" stroke="none" stroke-width="0" stroke-linecap="butt" stroke-linejoin="miter"/><g fill-rule="evenodd"><path d="M110.58089,282.2385c0.8,0.4 2.5,1.3 0.1,4.7c-2.4,3.4 -9.3,4.1 -10.1,4.1c-3.1,0.1 -6.9,0.1 -11.1,-1.3c-12.2,-4 -12.3,-17.1 -8.4,-19.2c3.8,-2.1 5.5,6 11,10.9c2.4,2.2 5.3,3 7.7,3.5c3.4,0.6 9.9,-3.2 10.8,-2.7z" fill="#ffab19" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M85.78089,274.1385c1.6,2.7 4.7,6.5 4.7,6.5c0,0 -3.7,-0.9 -5.8,0.8c-1.7,1.3 -1.3,3.5 -1.1,4.2c-1.3,-1.3 -2.9,-3.1 -3.9,-6.6c-1,-3.5 0,-7.7 2,-8.3c2,-0.4 2.5,1.1 4.1,3.4z" fill="#ffffff" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/></g><path d="M115.58089,292.6385c-1.8,1.2 -8,5.6 -15.9,8.1l-0.4,0.1c-0.4,0.1 -0.6,0.6 -0.4,1c1.7,2.4 4.8,7.2 -0.7,8.9c-5.3,1.7 -15.2,-12.4 -11,-16.1c1.9,-1.4 3.6,-0.7 4.5,-0.3c0.5,0.2 1,0.2 1.5,0.1c1.2,-0.4 3.4,-1.2 5.1,-2.1c4.3,-2.2 5.3,-3.1 7.3,-4.6c2,-1.5 6.6,-5.2 10.3,-2c3.2,2.7 1.4,5.7 -0.3,6.9z" fill="#ffab19" fill-rule="evenodd" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M131.48089,271.8385c0.5,0.4 6.6,7.6 8.6,5.8c2.4,-2.1 5.7,-6.2 9.3,-2.9c3.6,3.3 -3.2,8.9 -6.1,10.4c-6.9,3.1 -12.5,-2.8 -13.7,-4.4c-1.2,-1.6 -3.3,-4.3 -3.3,-6.9c0.1,-2.8 3.5,-3.5 5.2,-2z" fill="#ffab19" fill-rule="evenodd" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><g fill-rule="evenodd"><path d="M131.58089,295.1385c2.1,1.9 6.7,5.8 6.7,5.8c0,0 14.3,-2.5 14.3,4.7c0,4.3 -7.2,5.3 -16.9,4.4c-0.6,-0.1 -1.2,-0.3 -1.7,-0.7c-2.2,-1.9 -8.5,-7.5 -12.5,-11.4c-5.9,-5.8 -10.8,-9.6 -10.8,-9.6c-8.5,-8.3 -1.6,-11.8 1.1,-16.6c2.5,-4.1 3.6,-3.3 9.6,-2.1c3.4,0.5 5.4,0.8 7.6,0.7c3.3,-0.1 2.7,4.7 1.8,7.2c0,0 -1.4,3.7 -2.7,5.6c-1.6,2.3 -2.8,3.8 -4,4.7z" fill="#ffab19" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M123.18089,287.7385c0,0 -1.5,-1.2 -3.1,-2.7c-2,-1.8 -4,-3.3 -2,-6.4c1.8,-2.4 3.5,-5.6 8,-2.7c4.3,2.7 2.4,5.2 2.4,5.2c-2.2,4.5 -5.3,6.6 -5.3,6.6z" fill="#ffffff" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/></g><path d="M108.08089,279.5385c2.2,2.8 5.6,6.3 1.3,9.2c-5.9,3.3 -10.8,-6.7 -11.8,-10.2c-0.9,-3.1 1.7,-5.1 3.9,-6.8c4.3,-3.1 7.9,-5.9 11.9,-4.4c5,1.8 1.4,5.8 -1.1,7.6c-1.5,1.1 -3,2.3 -4.1,3c-0.3,0.5 -0.4,1.1 -0.1,1.6z" fill="#ffab19" fill-rule="evenodd" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><g fill-rule="evenodd"><path d="M139.58089,212.1385c0.3,-0.2 0.8,-0.1 0.9,0.3l2.6,10.7c0,0 6.4,4.7 8.3,8c3.2,5.5 3.3,10 3.3,10c0,0 7.1,2.1 8.3,7.8c1.2,5.7 -3.2,16.5 -22,20.2c-18.8,3.7 -33.9,-1.4 -41,-12.8c-7.1,-11.4 4.1,-25 3.5,-24.2l-2.1,-17.9c-0.1,-0.4 0.4,-0.7 0.8,-0.5l12.1,7.9c0,0 4.5,-1.7 9.2,-1.9c2.8,-0.2 5.2,0 7.5,0.4z" fill="#ffab19" stroke="#001026" stroke-width="1.2" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M154.38089,241.5385c0,0 6.9,1.8 8.1,7.5c1.2,5.7 -3.6,16 -22.2,19.6c-24.2,5 -35.7,-9.4 -29,-20c6.7,-10.7 18.2,-1.6 26.6,-2.2c7.2,-0.5 8,-6.8 16.5,-4.9z" fill="#ffffff" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M122.88089,252.2385c0,-0.4 0.4,-0.7 0.8,-0.6c1.9,0.7 7.3,2.3 13.3,2.7c5.4,0.3 8.6,0 10.1,-0.3c0.5,-0.1 0.9,0.4 0.7,0.9c-0.9,2.7 -4.7,10.2 -15.2,9.6c-9.1,-1 -10,-7.4 -9.7,-12.3z" fill="#ffffff" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M172.78089,242.6385c-4.7,3.8 -11.9,3.9 -11.9,3.9" fill="none" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M171.48089,253.8385c-6.3,0.5 -10.2,-1.4 -10.2,-1.4" fill="none" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M137.48089,243.8385c2.1,0 4.3,0.2 4.4,0.9c0.1,1.4 -1.4,4.2 -3,4.3c-1.8,0.2 -6,-2.3 -6,-3.9c-0.1,-1.2 2.6,-1.3 4.6,-1.3z" fill="#001026" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M92.48089,242.3385c0,0 8.6,2.8 12.1,5.9" fill="none" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M104.88089,251.7385c-4.3,1.7 -11.7,0.6 -11.7,0.6" fill="none" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><g><path d="M149.28089,232.1385c2.9,4.5 3,9.6 0.2,11.4c-2.8,1.8 -7.4,-0.3 -10.4,-4.8c-2.9,-4.5 -3,-9.6 -0.2,-11.4c2.8,-1.9 7.5,0.3 10.4,4.8z" fill="#ffffff" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M148.88089,237.8385c0,1.1 -0.8,2 -1.8,2c-1,0 -1.8,-0.9 -1.8,-2c0,-1.1 0.8,-2 1.8,-2c1,0 1.8,0.9 1.8,2" fill="#001026" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/></g><g><path d="M124.48089,234.9385c3,4.4 2.8,9.8 0.1,11.7c-3.3,1.9 -7.7,0.5 -10.7,-3.9c-3.1,-4.4 -3.3,-10.1 -0.2,-12.3c3.1,-2.3 7.8,0.1 10.8,4.5z" fill="#ffffff" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M123.88089,240.7385c0,1.1 -0.8,2 -1.8,2c-1,0 -1.8,-0.9 -1.8,-2c0,-1.1 0.8,-2 1.8,-2c1,0.1 1.8,0.9 1.8,2" fill="#001026" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/></g></g><g fill-rule="nonzero"><g fill="url(#color-1)" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"><g><path d="M168.24825,236.07131c-1.14899,0.49757 -1.04354,3.95502 -2.23599,4.47222c-1.5246,0.66078 -3.14676,1.34877 -4.40769,2.46565c-1.5668,1.38649 -1.06963,2.20104 -0.62422,-0.31452c-0.25384,1.43511 -0.19054,3.0276 0.70761,4.25851c1.7572,2.40854 4.44041,2.63926 6.05485,-0.02488c-0.735,1.46269 -1.46867,2.9249 -2.20325,4.38901c0.47468,-1.06075 1.70969,-2.92403 -0.38692,-2.19951c-1.06225,0.36653 -2.14726,0.75413 -3.01129,1.50928c-1.68457,1.47197 -1.78058,0.98892 -1.94515,3.30956c-0.07794,1.09023 -0.17209,2.23289 0.0867,3.31163c0.01295,0.05678 1.04409,3.07161 1.26649,2.64277c0.49703,-0.95786 1.03468,-1.73325 1.92569,-2.35429c-0.74577,1.4909 -1.49112,2.98089 -2.23689,4.47179c-8.83588,1.61253 -9.58368,9.92073 -7.30782,17.58896c0.35351,1.19105 -2.57516,3.33085 -2.2368,4.47183c-2.60757,-8.78689 1.15538,-24.59348 11.7815,-26.53258c-0.89852,0.16449 -1.37854,3.87353 -2.23689,4.47179c-0.93567,0.65227 -1.39195,1.35886 -1.92343,2.38327c-0.05008,0.10242 -0.10515,0.20346 -0.16465,0.30006c-2.88178,-5.52046 0.05916,-11.13608 2.91729,-15.98464c1.00649,-1.70824 7.83095,-6.59334 5.95951,-2.40954c-0.76104,1.70026 -1.5828,3.39011 -2.4757,5.02539c-2.61397,4.78071 -8.08213,0.01157 -6.80862,-4.15715c1.56922,-5.13104 4.52465,-8.93808 9.50564,-11.09462z"/></g></g><path d="M163.58128,258.72714c0,0 -1.19784,2.77008 -2.02436,4.02019c-0.37894,0.57273 -1.53895,1.37173 -1.53895,1.37173" fill="none" stroke="url(#color-2)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><path d="M221.12149,220.48366c-13.73295,20.929 -48.13211,24.30674 -56.0713,20.18502c-8.65793,-4.4943 -18.73937,-39.33193 -5.00659,-60.26312c13.7339,-20.92866 38.54002,-28.92464 55.40583,-17.85816c16.86572,11.06643 19.40496,37.00712 5.67206,57.93626z" fill="url(#color-3)" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/><g data-paper-data="{&quot;index&quot;:null}" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"><path d="M371.36281,268.94349l-8.824,1.2l-13.249,-2.6l-9.065,-5.1l-5.479,-5.2l-4.184,-8.1l-1.594,-8.322l0.996,-8.378l0.997,-4.6l5.778,-8l12.252,-5.9l12.225,-3.2l11.666,-0.9l11.274,1.6l10.36,3.7l9.875,8.775l6.127,14.531l-4.247,15.094l-8.716,8.925l-16.089,5.875l-10.103,0.6" fill="#ffffff" fill-rule="evenodd"/><path d="M372.07781,181.46849l4.706,0.9l4.558,3.3l0.897,4.05l-3.461,5.325l-5.896,1.275l-6.109,-2.7l-0.822,-6.15l2.914,-4.5l3.213,-1.5" fill="#ef463c" fill-rule="evenodd"/><path d="M338.82981,227.89349c0.523,0.075 14.42,3.15 14.42,3.15l10.609,-1.95l14.919,1.275l4.208,1.575h19.798v9.3l-0.373,5.376l-2.839,6.174c0,0 -2.167,2.025 -2.391,2.1c-0.224,0.075 -3.287,-2.475 -3.287,-2.475l-2.466,-2.775l-1.27,3.225l-1.419,4.725l-5.305,6.975l-5.678,3.375l1.985,2.55l10.492,0.9h9.563l7.994,-3.3l6.426,2.05l3.063,-2.125l3.586,-5.85l4.034,-6.225l2.541,-1.575l2.54,0.9l0.672,2.325l-0.747,5.1l-3.81,6.75l-5.006,5.1l-2.914,1.65l0.897,18.375l-1.27,7.95c0,0 -2.391,7.425 -2.54,7.65c-0.15,0.225 -2.541,2.55 -2.541,2.55l-6.724,0.75l-6.052,-2.7l-3.586,-0.225l-3.81,-2.55l-0.374,-3.825l0.972,-8.175l0.821,-2.025l-4.184,-0.075l-9.488,-1.65l-4.782,-1.575l-2.632,13.65l-3.038,4.725l-4.341,1.425l-6.724,-1.125l-3.063,-2.625l-2.84,0.075l-3.511,-1.275l-0.672,-3.6l1.195,-4.65l1.644,-6.9l1.867,-6.225l2.167,-5.175l-0.523,-5.025l-1.195,-5.325l3.138,0.225l-1.719,-2.25c0,0 -6.948,-4.35 -7.097,-4.575c-0.15,-0.225 -4.259,-7.95 -4.259,-7.95l-0.897,-5.625l-4.184,2.925l-4.856,-0.9v-8.175l2.54,-11.4z" fill="#fcb322" fill-rule="evenodd"/><path d="M389.48581,257.74349h7.172l9.787,-0.6l1.345,3.3c0,0 -0.074,5.7 0,6c0.075,0.3 -1.195,2.925 -1.195,2.925l-8.667,2.25l0.075,1.725l0.971,5.625v6.15l-1.644,6.225l-1.419,1.8l-5.155,0.975l-7.92,-1.35l2.765,-4.8l1.344,-4.2l0.075,-5.175l-2.241,-7.125l-7.173,-2.775l4.707,-3.825c0,0 3.661,-2.85 3.811,-3.075c0.149,-0.225 1.419,-3.3 1.419,-3.3z" fill="#71cbd2" fill-rule="evenodd"/><path d="M407.12581,256.32449c1.247,1.628 2.026,3.56 2.228,5.605c0.089,0.899 0.134,1.93 0.006,2.823c-0.112,0.784 -0.752,1.703 -0.093,2.387c0.574,0.596 2.334,0.978 3,1.313c1.227,0.616 1.704,1.221 2.853,0.261c1.02,-0.849 1.911,-1.91 2.73,-2.95c1.664,-2.117 3.025,-4.47 4.158,-6.911c0.918,-1.978 1.924,-3.882 3.819,-5.187c1.774,-1.222 3.246,-1.091 4.541,0.637c0.914,1.219 1.321,2.372 1.082,4.094c-0.473,3.42 -1.489,6.505 -3.357,9.383c-2.124,3.27 -4.28,6.474 -7.897,8.307c-0.633,0.32 -0.723,0.801 -0.575,1.57c0.48,2.492 0.937,5.004 1.121,7.53c0.155,2.111 -0.003,4.257 -0.169,6.375c-0.288,3.653 -0.602,7.308 -1.636,10.853c-0.309,1.06 -0.585,2.136 -0.774,3.223c-0.599,3.446 -1.873,6.407 -5.173,8.151c-1.38,0.729 -2.807,0.89 -4.313,1.026c-3.336,0.303 -6.191,-0.655 -8.669,-2.884c-0.211,-0.19 -0.625,-0.357 -0.864,-0.28c-3.214,1.039 -5.994,0.007 -7.709,-3.53c-0.315,-0.65 -0.512,-1.44 -0.494,-2.159c0.077,-2.984 0.424,-5.931 1.409,-8.785c0.222,-0.644 0.033,-1.43 0.033,-2.208c-4.657,0.328 -8.96,-0.536 -13.207,-1.806c-0.793,-0.237 -1.611,-0.391 -2.403,-0.579c-0.341,1.687 -0.529,3.159 -0.945,4.563c-1.032,3.472 -1.36,7.143 -3.116,10.417c-1.236,2.307 -3.129,3.573 -5.558,4.127c-0.998,0.228 -2.051,0.243 -3.082,0.285c-3.376,0.14 -6.401,-0.57 -8.514,-3.546c-0.176,-0.248 -0.735,-0.289 -1.121,-0.307c-0.902,-0.041 -1.874,0.202 -2.696,-0.056c-1.211,-0.381 -2.861,-0.393 -3.273,-1.938c-0.396,-1.484 -0.826,-3.135 -0.559,-4.586c0.696,-3.78 1.703,-7.507 2.71,-11.223c0.7,-2.583 1.568,-5.124 2.431,-7.66c0.501,-1.469 1.153,-2.883 1.703,-4.337c0.075,-0.199 -0.042,-0.477 -0.087,-0.715c-0.415,-2.207 -0.812,-4.417 -1.266,-6.615c-0.106,-0.515 0.002,-1.061 -0.888,-1.325c-2.11,-0.625 -4.177,-1.452 -6.179,-2.378c-4.308,-1.991 -7.897,-5.003 -11.089,-8.463c-1.379,-1.495 -2.712,-3.146 -3.593,-4.959c-1.402,-2.884 -2.552,-5.864 -2.995,-9.156c-0.621,-4.606 -1.281,-9.561 0.239,-13.993c0.241,-0.703 0.416,-1.426 0.666,-2.146c1.043,-3.005 3.287,-6.425 5.691,-8.483c1.249,-1.068 2.406,-2.32 3.815,-3.113c4.007,-2.255 8.206,-4.097 12.584,-5.562c3.721,-1.245 7.549,-1.81 11.391,-2.356c2.166,-0.308 4.359,-0.418 6.534,-0.616c0.287,-4.013 0.57,-7.995 0.855,-11.981c-0.711,-0.238 -1.306,-0.438 -1.901,-0.637c-2.339,-0.788 -3.922,-3.144 -3.605,-5.576c0.205,-1.575 0.379,-3.217 0.969,-4.664c0.948,-2.323 2.57,-4.109 5.199,-4.675c1.958,-0.423 3.86,-0.363 5.812,0.176c4.179,1.154 7.892,6.103 5.474,10.687c-1.508,2.86 -3.388,5.11 -6.919,5.263c-0.826,0.035 -1.647,0.222 -2.606,0.359c-0.46,3.677 -0.916,7.316 -1.362,10.877c3.449,0.532 6.621,1.07 9.806,1.504c5.797,0.791 11.288,2.364 15.898,6.185c1.899,1.574 3.823,3.148 5.531,4.921c2.583,2.684 4.286,5.986 5.885,9.324c2.338,4.878 3.264,9.959 1.945,15.291c-0.546,2.21 -1.172,4.421 -2.02,6.526c-0.5,1.24 -1.508,2.275 -2.357,3.502c0.387,0.321 0.727,0.513 0.946,0.8zM341.69481,250.85349c-1.73,1.237 -3.603,1.681 -5.56,1.642c-1.563,-0.03 -3.013,-1.219 -3.197,-2.784c-0.368,-3.148 -0.058,-6.1 0.083,-9.259c0.145,-3.252 0.616,-6.513 1.94,-9.512c0.593,-1.344 1.48,-3.387 2.951,-3.697c1.985,-0.418 4.643,0.133 6.574,0.624c1.364,0.347 2.758,0.516 4.106,0.882c2.092,0.567 4.339,0.875 6.474,1.239c1.75,0.297 3.781,-0.98 5.508,-1.441c3.953,-1.054 8.024,-1.164 12.08,-0.704c3.352,0.38 6.542,1.33 9.432,3.178c0.386,0.247 0.999,0.215 1.502,0.189c3.268,-0.169 6.533,-0.43 9.804,-0.546c2.365,-0.085 4.74,-0.05 7.106,0.035c2.474,0.089 3.191,0.735 3.318,3.15c0.148,2.846 0.163,5.702 0.163,8.554c-0.001,2.896 -0.929,5.588 -2.002,8.231c-0.375,0.925 -0.753,1.854 -1.209,2.741c-0.786,1.528 -2.173,2.049 -3.792,2.201c-1.383,0.131 -2.115,-0.882 -2.969,-1.632c-0.776,-0.682 -1.425,-1.509 -2.312,-2.47c-0.511,1.795 -0.958,3.365 -1.459,5.127c1.646,0.105 3.327,0.3 4.974,0.318c0.894,0.01 3.365,-0.191 2.272,1.6c-0.634,1.04 -1.908,0.579 -2.835,0.435c-1.606,-0.25 -3.302,-0.09 -4.925,-0.059c-0.327,0.006 -0.808,0.306 -0.945,0.599c-1.632,3.492 -4.055,6.131 -7.746,7.461c-0.063,0.023 -0.098,0.125 -0.346,0.458c1.763,-0.396 3.32,-0.621 4.791,-1.108c2.379,-0.788 4.749,-1.642 7.031,-2.671c1.712,-0.772 3.259,-1.903 4.917,-2.806c3.87,-2.108 6.29,-5.613 8.665,-9.124c0.642,-0.948 0.86,-2.216 1.142,-3.37c0.505,-2.058 1.205,-4.131 1.279,-6.218c0.09,-2.522 0.002,-5.177 -0.692,-7.575c-1.832,-6.329 -5.507,-11.53 -10.634,-15.683c-2.965,-2.402 -6.238,-4.109 -9.891,-5.303c-5.027,-1.643 -10.216,-2.157 -15.392,-2.555c-5.524,-0.424 -10.993,0.418 -16.404,1.758c-6.62,1.641 -12.568,4.634 -18.012,8.624c-1.45,1.064 -2.533,2.781 -3.448,4.391c-1.026,1.806 -1.812,3.784 -2.454,5.768c-1.419,4.391 -1.57,8.825 -0.71,13.421c0.749,4.005 2.29,7.565 4.668,10.739c1.422,1.897 3.245,3.511 4.994,5.137c3.803,3.537 8.34,5.736 13.315,7.079c0.323,0.087 0.658,0.131 0.99,0.177c0.062,0.009 0.137,-0.071 0.589,-0.327c-7.86,-3.09 -12.777,-8.354 -13.734,-16.914zM367.91881,229.94349c-2.946,0 -5.61,0.556 -8.471,1.288c-1.92,0.491 -3.638,1.856 -5.38,2.937c-1.025,0.636 -1.892,1.52 -2.876,2.225c-2.262,1.621 -4.163,4.507 -5.264,7.051c-1.599,3.695 -2.095,6.972 -1.045,10.964c0.769,2.928 2.058,5.545 4.43,7.445c3.45,2.764 7.343,4.744 11.692,5.577c3.966,0.76 7.995,0.593 11.987,0.082c1.102,-0.141 2.177,-0.611 3.226,-1.027c2.009,-0.799 4.097,-1.484 5.945,-2.571c1.203,-0.709 2.226,-1.924 3.005,-3.125c1.92,-2.957 3.443,-6.151 4.099,-9.638c0.235,-1.251 0.085,-2.716 -0.341,-3.922c-1.143,-3.228 -2.475,-6.391 -3.852,-9.527c-0.431,-0.983 -1.099,-1.965 -1.906,-2.657c-1.827,-1.565 -3.691,-3.179 -6.128,-3.723c-2.665,-0.594 -5.425,-1.231 -8.171,-1.357c-0.317,-0.014 -0.635,-0.022 -0.95,-0.022zM382.13881,291.46849c0.388,-0.506 0.874,-1.073 1.287,-1.688c2.233,-3.317 3.127,-6.295 2.849,-10.295c-0.083,-1.194 -0.099,-2.46 -0.506,-3.586c-0.323,-0.895 -0.624,-2.489 -1.333,-3.131c-0.621,-0.561 -1.741,-0.578 -2.651,-0.801c-0.624,-0.154 -1.258,-0.287 -1.894,-0.37c-2.459,-0.319 -4.915,-0.765 -7.383,-0.861c-1.552,-0.061 -3.121,0.456 -4.69,0.641c-1.022,0.119 -2.062,0.172 -3.089,0.138c-1.485,-0.049 -2.97,-0.157 -4.445,-0.328c-1.449,-0.168 -2.885,-0.447 -4.565,-0.714c0.477,2.391 0.83,4.84 1.485,7.203c0.462,1.671 1.248,3.274 2.062,4.815c0.567,1.074 3.86,3.066 2.561,4.642c-0.563,0.683 -1.536,-0.049 -1.783,-0.57c0.165,0.941 -0.369,2.519 -0.591,3.453c-0.377,1.584 -0.769,3.164 -1.106,4.757c-0.539,2.544 -0.954,5.113 -1.403,7.676c-0.64,3.652 0.88,5.851 4.401,6.889c1.983,0.585 3.884,0.436 5.808,0.055c3.131,-0.619 4.153,-3.191 4.964,-5.797c1.198,-3.849 2.206,-7.748 2.316,-11.825c0.023,-0.868 0.371,-1.723 0.502,-2.593c0.138,-0.908 0.231,-4.355 1.548,-4.639c1.823,-0.391 0.612,4.061 0.533,4.873c-0.028,0.282 -0.092,0.56 -0.087,0.531c1.866,0.547 3.528,1.033 5.21,1.525zM407.10381,269.84449c-2.31,1.497 -4.878,1.854 -7.499,2.3c-0.214,0.037 -0.458,0.384 -0.53,0.633c-0.076,0.263 -0.035,0.613 0.078,0.871c1.166,2.642 0.575,5.459 0.69,8.177c0.096,2.255 -0.233,4.918 -1.029,7.041c-0.619,1.65 -1.484,3.195 1.036,2.398c1.194,-0.377 5.617,-3.234 6.582,-2.033c0.261,0.325 0.593,0.865 0.481,1.156c-0.168,0.436 -0.635,0.867 -1.078,1.059c-0.913,0.396 -1.901,0.61 -2.841,0.948c-0.235,0.084 -0.551,0.329 -0.583,0.538c-0.338,2.222 -0.62,4.453 -0.929,6.68c-0.327,2.353 -0.772,4.699 -0.947,7.063c-0.06,0.812 0.379,1.785 0.866,2.493c2.419,3.515 5.893,4.019 9.7,3.059c2.002,-0.504 3.357,-2.045 3.934,-3.938c1.196,-3.917 2.66,-7.774 2.809,-11.97c0.095,-2.698 0.636,-5.377 0.789,-8.076c0.205,-3.607 -0.219,-7.237 -1.251,-10.642c-0.752,-2.479 -3.038,-5.374 -5.084,-6.878c-0.304,-0.223 -0.577,-0.412 -0.859,-0.579c-1.675,-0.987 -2.762,-1.32 -4.335,-0.3zM401.72681,234.70149c-0.101,-1.326 -0.959,-1.916 -2.173,-2.016c-3.987,-0.33 -7.975,-0.601 -11.969,-0.017c-1.683,0.246 -0.837,1.445 -0.332,2.478c0.731,1.496 1.188,3.111 1.737,4.679c1.725,4.929 2.937,9.682 7.386,12.809c1.02,0.718 1.925,0.49 2.509,-0.639c1.814,-3.5 3.201,-7.135 3.254,-11.187c-0.136,-2.036 -0.258,-4.072 -0.412,-6.107zM346.08881,230.64349c-1.946,-0.298 -5.431,-1.716 -7.278,-0.505c-1.299,0.852 -1.906,2.992 -2.346,4.369c-0.55,1.716 -0.533,3.525 -0.939,5.23c-0.651,2.74 -0.734,5.578 -0.288,8.36c0.321,2.009 2.516,2.537 4.402,1.459c2.315,-1.324 2.953,-3.487 3.632,-5.851c1.003,-3.487 2.508,-6.774 5.627,-9.003c0.8,-0.571 1.478,-1.314 2.31,-2.067c-1.612,-1.252 -3.319,-1.714 -5.12,-1.992zM380.90781,187.52549c-0.878,-2.438 -2.782,-4.018 -5.471,-4.48c-2.799,-0.48 -5.329,-0.231 -7.178,2.268c-1.435,1.94 -1.521,6.107 -0.139,7.777c0.211,0.255 0.46,0.562 0.75,0.653c1.984,0.621 3.983,1.191 5.193,1.547c4.571,0.087 8.094,-4.303 6.845,-7.765zM387.94781,270.14749c3.419,0.113 6.848,0.261 10.257,0.087c2.088,-0.108 4.269,-0.496 6.181,-1.303c1.578,-0.665 2.68,-2.12 2.71,-4.193c0.031,-2.167 0.034,-4.279 -1.003,-6.238c-0.225,-0.425 -0.625,-0.755 -0.945,-1.128c-0.263,0.312 -0.49,0.667 -0.797,0.926c-1.345,1.135 -2.662,2.311 -4.082,3.346c-3.146,2.292 -6.658,3.908 -10.299,5.219c-2.777,1 -5.607,1.85 -8.483,2.789c2.145,0.17 4.3,0.425 6.461,0.495zM418.86581,274.98749c1.787,-1.616 3.775,-3.011 5.241,-4.828c2.664,-3.303 4.693,-7.021 5.15,-11.362c0.088,-0.825 -0.193,-1.754 -0.522,-2.543c-0.489,-1.175 -1.713,-1.385 -2.629,-0.494c-1.354,1.316 -2.216,2.943 -2.952,4.687c-0.646,1.53 -1.464,3.017 -2.412,4.38c-1.31,1.882 -2.805,3.634 -4.239,5.428c-0.23,0.288 -0.554,0.499 -0.823,0.735c1.06,1.329 2.062,2.588 3.186,3.997zM353.82681,287.64649c-1.144,3.669 -2.309,7.339 -3.238,11.066c-0.382,1.535 -0.388,3.244 -0.182,4.824c0.226,1.72 2.052,2.665 3.737,2.203c0.257,-0.071 0.597,-0.444 0.615,-0.697c0.095,-1.377 -0.028,-2.781 0.171,-4.14c0.315,-2.153 0.864,-4.27 1.243,-6.415c0.406,-2.294 0.739,-4.601 1.085,-6.906c0.126,-0.836 0.412,-1.725 0.248,-2.51c-0.239,-1.143 -0.819,-2.213 -1.253,-3.313c-0.111,0.001 -0.222,0.001 -0.333,0.001c-0.703,1.961 -1.475,3.9 -2.093,5.887zM398.53581,293.87549c-5.028,1.518 -4.837,5.917 -5.119,10.273c-0.131,2.028 0.608,3.832 2.262,5.061c0.579,0.429 1.46,0.533 2.217,0.588c0.236,0.017 0.725,-0.603 0.746,-0.954c0.15,-2.399 0.12,-4.811 0.314,-7.204c0.212,-2.617 0.604,-5.218 0.942,-8.035c-0.533,0.102 -0.959,0.149 -1.362,0.271zM385.21981,291.03549c-0.428,1.112 -0.306,1.33 0.891,1.598c1.986,0.445 4.08,0.208 6.094,0.21c1.098,0.001 3.259,-0.656 3.644,-1.856c0.342,-1.062 -0.586,-0.982 -1.464,-1.199c-1.22,-0.303 -2.434,-0.628 -3.667,-0.873c-0.926,-0.183 -2.919,-1.052 -3.755,-0.652c-0.094,0.045 -0.188,0.115 -0.282,0.204c-0.68,0.645 -1.129,1.707 -1.461,2.568zM397.94081,277.27149c-1.602,-0.127 -3.114,-0.236 -4.624,-0.37c-1.368,-0.121 -2.741,-0.214 -4.094,-0.429c-0.805,-0.128 -1.1,0.112 -1.088,0.889c0.015,0.99 0.004,1.978 0.004,2.913c3.358,0.494 6.434,0.948 9.802,1.444c0,-1.572 0,-3.012 0,-4.447zM394.44381,283.22349c-0.45,-0.043 -6.593,-0.5 -6.592,-0.567c-0.012,0.813 -0.473,1.538 -0.545,2.341c-0.091,1.006 -0.038,0.865 0.838,1.086c1.756,0.443 3.537,0.653 5.265,1.188c0.763,0.236 2.842,1.076 3.599,0.583c0.647,-0.424 0.914,-3.085 0.687,-3.742c-0.064,-0.185 -0.186,-0.328 -0.348,-0.439c-0.677,-0.464 -2.06,-0.368 -2.904,-0.45zM386.42181,272.38749c-0.248,0.03 0.476,1.368 0.587,1.482c0.303,0.313 0.795,0.506 1.199,0.633c0.933,0.294 1.966,0.155 2.926,0.236c2.207,0.187 4.245,0.22 6.427,0.184c-0.263,-0.633 -0.331,-1.488 -0.85,-1.98c-0.508,-0.48 -1.508,-0.585 -2.158,-0.593c-2.62,-0.029 -5.498,-0.325 -8.087,0.033c-0.014,0.002 -0.029,0.004 -0.044,0.005z" fill="#2a3d98" fill-rule="nonzero"/></g><g data-paper-data="{&quot;index&quot;:null}" fill="#2a3d98" fill-rule="evenodd" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"><path d="M360.84581,250.29749c-5.833,1.613 -9.283,-3.032 -9.738,-7.762c-0.078,-0.816 0.419,-1.572 1.498,-1.698c1.028,-0.12 1.144,0.411 1.294,1.227c0.213,1.167 0.426,2.403 0.977,3.427c1.85,3.444 6.531,3.644 8.469,0.453c0.388,-0.64 0.507,-1.115 -0.148,-1.736c-0.33,-0.313 -0.437,-1.08 -0.323,-1.568c0.076,-0.327 0.725,-0.753 1.1,-0.736c1.345,0.06 2.701,0.207 4.013,0.499c0.472,0.107 1.112,0.671 1.184,1.108c0.127,0.776 -0.461,1.294 -1.281,1.39c-0.431,0.049 -0.865,0.057 -1.318,0.085c0.341,1.913 1.414,3.143 2.856,4.112c1.731,1.165 3.815,1.192 5.265,-0.423c0.5,-0.557 2.621,-5.232 3.982,-3.03c0.527,0.853 -1.138,2.805 -1.673,3.561c-1.403,1.978 -3.295,3.33 -5.743,3.204c-2.753,-0.142 -5.021,-1.452 -6.481,-3.822c-1.365,0.605 -2.599,1.341 -3.933,1.709z"/><path d="M361.17881,237.72349c0.133,0.82 -0.07,2.177 -1.049,2.372c-1.345,0.267 -2.06,-1.266 -1.537,-2.39c0.387,-0.831 1.617,-1.234 2.241,-0.67c0.171,0.153 0.296,0.379 0.345,0.688z"/><path d="M371.12181,240.01149c-0.474,-0.069 -1.151,-0.592 -1.251,-1.024c-0.211,-0.911 0.831,-2.237 1.59,-2.216c1.001,0.028 1.286,0.78 1.421,1.536c0.017,0.861 -0.892,1.829 -1.76,1.704z"/></g><g fill-rule="nonzero" stroke-linecap="round" stroke-linejoin="miter"><path d="M274.60381,256.60415c11.5505,0 20.124,2.9002 29.5959,7.8871c4.501,2.3753 8.4245,7.0217 11.2923,12.7013c2.2579,4.4786 3.9219,10.2242 3.6653,15.5683c-0.4895,6.0139 0.4651,14.3636 -5.7015,15.4413c-24.6633,4.3083 -49.7867,4.138 -74.5273,-0.7625c-6.1854,-1.2252 -4.8512,-10.3069 -5.7016,-15.8861c-0.6141,-4.5269 -0.9432,-9.9841 0.6516,-13.9162c2.5095,-6.066 6.5894,-10.6183 11.1294,-13.1461c9.4182,-5.2144 18.0454,-7.8871 29.5959,-7.8871z" fill="#fbff00" stroke="#703d00" stroke-width="2.12954"/><path d="M275.41571,255.99245c9.8955,-0.3091 19.8251,-0.1382 29.5259,1.3407c5.6005,1.1605 13.0549,1.5342 15.8828,6.4937c3.6743,6.4309 0.8944,14.5937 0.4073,22.4138c-0.2126,2.0822 -0.9554,6.3153 -2.8508,5.6977c-4.303,-2.0026 -5.8001,-11.1189 -10.1406,-12.5685c-2.2505,-0.7482 -0.3567,6.4385 -2.9322,7.7925c-3.5024,1.8216 -9.8099,-3.8275 -11.7696,-0.8798c-2.2204,3.3474 4.3429,8.8206 2.9322,12.9874c-0.6948,2.7048 -6.0005,4.3965 -7.5749,2.1786c-3.0006,-4.2314 0.4398,-11.0561 -2.1177,-15.5849c-1.3431,-2.3839 -5.581,-2.4928 -7.5749,-0.8798c-3.7476,3.0424 -3.3134,9.7506 -7.1269,12.5684c-2.0404,1.5058 -5.2797,0.4525 -7.1677,-0.8797c-4.773,-4.1493 -5.9679,-13.5656 -11.7696,-14.7052c-4.3772,-0.8655 -6.6961,10.8542 -9.6926,9.5102c-3.3859,-1.5351 0.4186,-14.9967 -2.525,-16.0039c-2.7636,-0.9208 -6.0217,13.4919 -8.4709,12.8199c-2.8043,-0.8572 -2.2659,-10.7846 -2.0362,-15.8782c0.1873,-4.182 -0.9717,-10.8307 2.8507,-12.2334c13.2977,-4.8489 28.0606,-3.7479 42.1507,-4.1895z" fill="#ff99e5" stroke="#ff00bf" stroke-width="1.65257"/><path d="M253.79321,265.55995l4.1947,-0.8145" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M272.28251,275.65985h-5.05" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M300.46441,271.05785v-3.7875" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M288.28751,262.22045l-4.2354,-2.525" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M315.20701,273.99005v4.6427" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M311.01231,264.29745h-3.3802" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M241.57561,270.60985l3.7875,-3.7874" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M246.21831,275.65985l3.3395,-0.8145" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M265.56281,259.69545l3.3802,2.9323" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M267.68051,288.73265l3.3395,-2.973" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M285.31461,281.15775l3.3802,2.5249" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M295.86241,284.08995l0.4073,-2.525z" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M300.46441,260.95795h-3.7875" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M310.56431,272.72755l-3.3395,0.8553" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M236.93291,264.74545l4.6427,-1.7105" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M248.29531,260.95795l1.2625,2.9322z" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M284.50011,273.13485l-0.448,-2.077z" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M257.13271,276.51505l2.5249,-5.4572" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M274.40021,258.84025h5.0499" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M281.97511,280.30245l-5.0499,1.6698" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M296.26971,275.65985l-4.6427,-1.6698" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M246.62551,282.82745l4.1947,-1.6697" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M236.11841,272.72755v-3.3802" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M260.10561,258.02575l-3.7874,0.4073" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M320.25691,275.65985v4.6426" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M295.86241,267.67765h-3.7874" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M291.21981,258.02575h2.5249z" fill="none" stroke="#6148a4" stroke-width="1.62504"/></g><path d="M246.18141,265.27605c-0.0629,-11.4935 -0.1388,-22.3653 -0.2328,-31.3316c0.6029,-1.0369 1.3709,-1.172 2.0094,-1.1448c0.4073,0.0194 0.8299,0.5607 1.2436,0.9584c0.1138,9.9815 0.2055,20.4259 0.2805,31.1761c-0.4379,-0.2321 -1.0705,-0.4908 -1.7308,-0.4893c-0.5852,0.0013 -1.1483,0.4147 -1.5699,0.8312z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M245.64381,247.25215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M245.84381,237.65215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M245.49381,257.65215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M250.43241,233.26675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM245.97611,233.49715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M246.99081,219.86475c0.0164,-0.2608 -0.2484,-0.7032 0.1172,0c1.4822,2.8301 3.1719,5.762 4.101,8.779c0.2484,0.7979 -0.1746,1.7236 -0.703,2.5207c-0.5261,0.6928 -1.1694,1.761 -2.3435,1.7819c-1.2326,0.0209 -2.1806,-1.0439 -2.6364,-1.8688c-0.744,-1.03 -0.9983,-2.2704 -0.7616,-3.3899c0.307,-1.4542 1.7143,-2.8128 2.1091,-4.1288c0.3633,-1.2056 0.0598,-2.6589 0.1172,-3.6941z" fill="#ff9400" fill-rule="nonzero" stroke="#ff9400" stroke-width="2.06324" stroke-linecap="round" stroke-linejoin="miter"/><path d="M247.62511,229.00475c0.1197,-0.1329 0.1295,-0.2048 0.2036,-0.1209c0.3193,0.6067 0.6549,1.2278 0.7331,1.7674c0.0521,0.3734 -0.1906,0.7365 -0.2867,1.0996c-0.1092,0.4375 0.0684,1.4471 -0.2427,1.4834c-0.3487,-0.0363 -0.8765,-1.0151 -1.1387,-1.4834c-0.1931,-0.3419 -0.3682,-0.728 -0.2867,-1.0996c0.1254,-0.5348 0.5921,-1.1438 1.0181,-1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/><path d="M262.67581,263.57605c-0.4216,-0.4165 -0.9847,-0.8299 -1.5699,-0.8312c-0.6603,-0.0015 -1.2929,0.2572 -1.7308,0.4893c0.075,-10.7502 0.1667,-21.1946 0.2805,-31.1761c0.4137,-0.3977 0.8363,-0.939 1.2436,-0.9584c0.6385,-0.0272 1.4065,0.1079 2.0094,1.1448c-0.094,8.9663 -0.1699,19.8381 -0.2328,31.3316z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M263.26341,245.50215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M263.01341,236.05215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M263.26341,255.90215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M264.18241,231.61675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM259.72611,231.84715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M262.13411,221.81405c0.4058,1.3523 1.8518,2.7484 2.1673,4.2427c0.2432,1.1504 -0.0181,2.425 -0.7826,3.4834c-0.4684,0.8476 -1.4425,1.9418 -2.7092,1.9203c-1.2064,-0.0214 -1.8674,-1.1191 -2.4081,-1.831c-0.543,-0.819 -0.9777,-1.7703 -0.7224,-2.5902c0.9548,-3.1003 2.6911,-6.113 4.2142,-9.0212c0.3757,-0.7226 0.1035,-0.268 0.1204,0c0.059,1.0638 -0.2529,2.5572 0.1204,3.796z" fill="#ff9400" fill-rule="nonzero" stroke="none" stroke-width="1.06008" stroke-linecap="round" stroke-linejoin="miter"/><path d="M262.30021,229.00125c0.0815,0.3716 -0.0936,0.7577 -0.2867,1.0996c-0.2622,0.4683 -0.79,1.4471 -1.1387,1.4834c-0.3111,-0.0363 -0.1335,-1.0459 -0.2427,-1.4834c-0.0961,-0.3631 -0.3388,-0.7262 -0.2867,-1.0996c0.0782,-0.5396 0.4138,-1.1607 0.7331,-1.7674c0.0741,-0.0839 0.0839,-0.012 0.2036,0.1209c0.426,0.5027 0.8927,1.1117 1.0181,1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/><path d="M274.43141,262.92605c-0.0629,-11.4935 -0.1388,-22.3653 -0.2328,-31.3316c0.6029,-1.0369 1.3709,-1.172 2.0094,-1.1448c0.4073,0.0194 0.8299,0.5607 1.2436,0.9584c0.1138,9.9815 0.2055,20.4259 0.2805,31.1761c-0.4379,-0.2321 -1.0705,-0.4908 -1.7308,-0.4893c-0.5852,0.0013 -1.1483,0.4147 -1.5699,0.8312z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M273.89381,244.90215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M274.14381,235.30215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M273.84381,255.30215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M278.78241,230.91675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM274.32611,231.14715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M275.19051,217.34025c0.0173,-0.2753 -0.2623,-0.7424 0.1237,0c1.5649,2.9879 3.3487,6.0832 4.3296,9.2684c0.2623,0.8424 -0.1843,1.8197 -0.7422,2.6612c-0.5554,0.7314 -1.2345,1.8592 -2.4741,1.8812c-1.3013,0.022 -2.3021,-1.1021 -2.7833,-1.973c-0.7855,-1.0874 -1.054,-2.3969 -0.8041,-3.5788c0.3241,-1.5353 1.8098,-2.9696 2.2267,-4.3589c0.3835,-1.2728 0.0631,-2.8071 0.1237,-3.9001z" fill="#ff9400" fill-rule="nonzero" stroke="none" stroke-width="1.08912" stroke-linecap="round" stroke-linejoin="miter"/><path d="M275.82511,226.75475c0.1197,-0.1329 0.1295,-0.2048 0.2036,-0.1209c0.3193,0.6067 0.6549,1.2278 0.7331,1.7674c0.0521,0.3734 -0.1906,0.7365 -0.2867,1.0996c-0.1092,0.4375 0.0684,1.4471 -0.2427,1.4834c-0.3487,-0.0363 -0.8765,-1.0151 -1.1387,-1.4834c-0.1931,-0.3419 -0.3682,-0.728 -0.2867,-1.0996c0.1254,-0.5348 0.5921,-1.1438 1.0181,-1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/><path d="M289.38141,263.97605c-0.0629,-11.4935 -0.1388,-22.3653 -0.2328,-31.3316c0.6029,-1.0369 1.3709,-1.172 2.0094,-1.1448c0.4073,0.0194 0.8299,0.5607 1.2436,0.9584c0.1138,9.9815 0.2055,20.4259 0.2805,31.1761c-0.4379,-0.2321 -1.0705,-0.4908 -1.7308,-0.4893c-0.5852,0.0013 -1.1483,0.4147 -1.5699,0.8312z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M288.74381,245.90215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M288.99381,236.40215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M288.74381,256.30215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M293.68241,232.01675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM289.22611,232.24715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M289.90151,219.16985c0.0163,-0.2602 -0.2478,-0.7015 0.1169,0c1.4786,2.8233 3.1641,5.748 4.0911,8.7577c0.2478,0.796 -0.1742,1.7195 -0.7014,2.5146c-0.5248,0.6911 -1.1665,1.7567 -2.3377,1.7775c-1.2297,0.0209 -2.1753,-1.0413 -2.63,-1.8642c-0.7423,-1.0275 -0.9959,-2.2649 -0.7598,-3.3817c0.3062,-1.4507 1.7101,-2.806 2.104,-4.1187c0.3623,-1.2027 0.0596,-2.6525 0.1169,-3.6852z" fill="#ff9400" fill-rule="nonzero" stroke="none" stroke-width="1.02912" stroke-linecap="round" stroke-linejoin="miter"/><path d="M290.67511,227.75475c0.1197,-0.1329 0.1295,-0.2048 0.2036,-0.1209c0.3193,0.6067 0.6549,1.2278 0.7331,1.7674c0.0521,0.3734 -0.1906,0.7365 -0.2867,1.0996c-0.1092,0.4375 0.0684,1.4471 -0.2427,1.4834c-0.3487,-0.0363 -0.8765,-1.0151 -1.1387,-1.4834c-0.1931,-0.3419 -0.3682,-0.728 -0.2867,-1.0996c0.1254,-0.5348 0.5921,-1.1438 1.0181,-1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/><path d="M305.92581,265.07605c-0.4216,-0.4165 -0.9847,-0.8299 -1.5699,-0.8312c-0.6603,-0.0015 -1.2929,0.2572 -1.7308,0.4893c0.075,-10.7502 0.1667,-21.1946 0.2805,-31.1761c0.4137,-0.3977 0.8363,-0.939 1.2436,-0.9584c0.6385,-0.0272 1.4065,0.1079 2.0094,1.1448c-0.094,8.9663 -0.1699,19.8381 -0.2328,31.3316z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M306.46341,247.05215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M306.21341,237.50215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M306.61341,257.40215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M307.43241,233.11675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM302.97611,233.34715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M303.98501,220.34415c0.0163,-0.2601 -0.2478,-0.7014 0.1168,0c1.4784,2.8227 3.1635,5.7468 4.0903,8.7558c0.2477,0.7959 -0.1741,1.7191 -0.7012,2.5141c-0.5247,0.6909 -1.1663,1.7564 -2.3373,1.7772c-1.2294,0.0208 -2.1748,-1.0412 -2.6294,-1.8639c-0.7421,-1.0273 -0.9957,-2.2644 -0.7596,-3.381c0.3061,-1.4503 1.7097,-2.8053 2.1035,-4.1178c0.3623,-1.2024 0.0596,-2.6519 0.1169,-3.6844z" fill="#ff9400" fill-rule="nonzero" stroke="none" stroke-width="1.0289" stroke-linecap="round" stroke-linejoin="miter"/><path d="M304.67511,228.75475c0.1197,-0.1329 0.1295,-0.2048 0.2036,-0.1209c0.3193,0.6067 0.6549,1.2278 0.7331,1.7674c0.0521,0.3734 -0.1906,0.7365 -0.2867,1.0996c-0.1092,0.4375 0.0684,1.4471 -0.2427,1.4834c-0.3487,-0.0363 -0.8765,-1.0151 -1.1387,-1.4834c-0.1931,-0.3419 -0.3682,-0.728 -0.2867,-1.0996c0.1254,-0.5348 0.5921,-1.1438 1.0181,-1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/></g></g></svg>
It worked.
Nice!
mybearworld
Scratcher
1000+ posts

Using vector graphics to draw with the pen

kriblo wrote:

mybearworld wrote:

Impressive. I tried it out with:
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="487" height="157.30157" viewBox="0,0,487,157.30157"><defs><radialGradient cx="160.51948" cy="258.35808" r="30.367" gradientUnits="userSpaceOnUse" id="color-1"><stop offset="0" stop-color="#f0d520"/><stop offset="1" stop-color="#ff9400"/></radialGradient><radialGradient cx="161.55509" cy="261.4754" r="0.87973" gradientUnits="userSpaceOnUse" id="color-2"><stop offset="0" stop-color="#f0d520"/><stop offset="1" stop-color="#ff9400"/></radialGradient><radialGradient cx="204.14197" cy="191.23978" r="71.3921" gradientUnits="userSpaceOnUse" id="color-3"><stop offset="0" stop-color="#00ffca"/><stop offset="1" stop-color="#ff9400"/></radialGradient></defs><g transform="translate(2,-157.5675)"><g data-paper-data="{&quot;isPaintingLayer&quot;:true}" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" style="mix-blend-mode: normal"><path d="M-2,314v-9h487v9z" fill="#bf714d" fill-rule="nonzero" stroke="none" stroke-width="0" stroke-linecap="butt" stroke-linejoin="miter"/><g fill-rule="evenodd"><path d="M110.58089,282.2385c0.8,0.4 2.5,1.3 0.1,4.7c-2.4,3.4 -9.3,4.1 -10.1,4.1c-3.1,0.1 -6.9,0.1 -11.1,-1.3c-12.2,-4 -12.3,-17.1 -8.4,-19.2c3.8,-2.1 5.5,6 11,10.9c2.4,2.2 5.3,3 7.7,3.5c3.4,0.6 9.9,-3.2 10.8,-2.7z" fill="#ffab19" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M85.78089,274.1385c1.6,2.7 4.7,6.5 4.7,6.5c0,0 -3.7,-0.9 -5.8,0.8c-1.7,1.3 -1.3,3.5 -1.1,4.2c-1.3,-1.3 -2.9,-3.1 -3.9,-6.6c-1,-3.5 0,-7.7 2,-8.3c2,-0.4 2.5,1.1 4.1,3.4z" fill="#ffffff" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/></g><path d="M115.58089,292.6385c-1.8,1.2 -8,5.6 -15.9,8.1l-0.4,0.1c-0.4,0.1 -0.6,0.6 -0.4,1c1.7,2.4 4.8,7.2 -0.7,8.9c-5.3,1.7 -15.2,-12.4 -11,-16.1c1.9,-1.4 3.6,-0.7 4.5,-0.3c0.5,0.2 1,0.2 1.5,0.1c1.2,-0.4 3.4,-1.2 5.1,-2.1c4.3,-2.2 5.3,-3.1 7.3,-4.6c2,-1.5 6.6,-5.2 10.3,-2c3.2,2.7 1.4,5.7 -0.3,6.9z" fill="#ffab19" fill-rule="evenodd" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M131.48089,271.8385c0.5,0.4 6.6,7.6 8.6,5.8c2.4,-2.1 5.7,-6.2 9.3,-2.9c3.6,3.3 -3.2,8.9 -6.1,10.4c-6.9,3.1 -12.5,-2.8 -13.7,-4.4c-1.2,-1.6 -3.3,-4.3 -3.3,-6.9c0.1,-2.8 3.5,-3.5 5.2,-2z" fill="#ffab19" fill-rule="evenodd" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><g fill-rule="evenodd"><path d="M131.58089,295.1385c2.1,1.9 6.7,5.8 6.7,5.8c0,0 14.3,-2.5 14.3,4.7c0,4.3 -7.2,5.3 -16.9,4.4c-0.6,-0.1 -1.2,-0.3 -1.7,-0.7c-2.2,-1.9 -8.5,-7.5 -12.5,-11.4c-5.9,-5.8 -10.8,-9.6 -10.8,-9.6c-8.5,-8.3 -1.6,-11.8 1.1,-16.6c2.5,-4.1 3.6,-3.3 9.6,-2.1c3.4,0.5 5.4,0.8 7.6,0.7c3.3,-0.1 2.7,4.7 1.8,7.2c0,0 -1.4,3.7 -2.7,5.6c-1.6,2.3 -2.8,3.8 -4,4.7z" fill="#ffab19" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M123.18089,287.7385c0,0 -1.5,-1.2 -3.1,-2.7c-2,-1.8 -4,-3.3 -2,-6.4c1.8,-2.4 3.5,-5.6 8,-2.7c4.3,2.7 2.4,5.2 2.4,5.2c-2.2,4.5 -5.3,6.6 -5.3,6.6z" fill="#ffffff" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/></g><path d="M108.08089,279.5385c2.2,2.8 5.6,6.3 1.3,9.2c-5.9,3.3 -10.8,-6.7 -11.8,-10.2c-0.9,-3.1 1.7,-5.1 3.9,-6.8c4.3,-3.1 7.9,-5.9 11.9,-4.4c5,1.8 1.4,5.8 -1.1,7.6c-1.5,1.1 -3,2.3 -4.1,3c-0.3,0.5 -0.4,1.1 -0.1,1.6z" fill="#ffab19" fill-rule="evenodd" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><g fill-rule="evenodd"><path d="M139.58089,212.1385c0.3,-0.2 0.8,-0.1 0.9,0.3l2.6,10.7c0,0 6.4,4.7 8.3,8c3.2,5.5 3.3,10 3.3,10c0,0 7.1,2.1 8.3,7.8c1.2,5.7 -3.2,16.5 -22,20.2c-18.8,3.7 -33.9,-1.4 -41,-12.8c-7.1,-11.4 4.1,-25 3.5,-24.2l-2.1,-17.9c-0.1,-0.4 0.4,-0.7 0.8,-0.5l12.1,7.9c0,0 4.5,-1.7 9.2,-1.9c2.8,-0.2 5.2,0 7.5,0.4z" fill="#ffab19" stroke="#001026" stroke-width="1.2" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M154.38089,241.5385c0,0 6.9,1.8 8.1,7.5c1.2,5.7 -3.6,16 -22.2,19.6c-24.2,5 -35.7,-9.4 -29,-20c6.7,-10.7 18.2,-1.6 26.6,-2.2c7.2,-0.5 8,-6.8 16.5,-4.9z" fill="#ffffff" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M122.88089,252.2385c0,-0.4 0.4,-0.7 0.8,-0.6c1.9,0.7 7.3,2.3 13.3,2.7c5.4,0.3 8.6,0 10.1,-0.3c0.5,-0.1 0.9,0.4 0.7,0.9c-0.9,2.7 -4.7,10.2 -15.2,9.6c-9.1,-1 -10,-7.4 -9.7,-12.3z" fill="#ffffff" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M172.78089,242.6385c-4.7,3.8 -11.9,3.9 -11.9,3.9" fill="none" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M171.48089,253.8385c-6.3,0.5 -10.2,-1.4 -10.2,-1.4" fill="none" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M137.48089,243.8385c2.1,0 4.3,0.2 4.4,0.9c0.1,1.4 -1.4,4.2 -3,4.3c-1.8,0.2 -6,-2.3 -6,-3.9c-0.1,-1.2 2.6,-1.3 4.6,-1.3z" fill="#001026" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M92.48089,242.3385c0,0 8.6,2.8 12.1,5.9" fill="none" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M104.88089,251.7385c-4.3,1.7 -11.7,0.6 -11.7,0.6" fill="none" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><g><path d="M149.28089,232.1385c2.9,4.5 3,9.6 0.2,11.4c-2.8,1.8 -7.4,-0.3 -10.4,-4.8c-2.9,-4.5 -3,-9.6 -0.2,-11.4c2.8,-1.9 7.5,0.3 10.4,4.8z" fill="#ffffff" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M148.88089,237.8385c0,1.1 -0.8,2 -1.8,2c-1,0 -1.8,-0.9 -1.8,-2c0,-1.1 0.8,-2 1.8,-2c1,0 1.8,0.9 1.8,2" fill="#001026" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/></g><g><path d="M124.48089,234.9385c3,4.4 2.8,9.8 0.1,11.7c-3.3,1.9 -7.7,0.5 -10.7,-3.9c-3.1,-4.4 -3.3,-10.1 -0.2,-12.3c3.1,-2.3 7.8,0.1 10.8,4.5z" fill="#ffffff" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M123.88089,240.7385c0,1.1 -0.8,2 -1.8,2c-1,0 -1.8,-0.9 -1.8,-2c0,-1.1 0.8,-2 1.8,-2c1,0.1 1.8,0.9 1.8,2" fill="#001026" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/></g></g><g fill-rule="nonzero"><g fill="url(#color-1)" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"><g><path d="M168.24825,236.07131c-1.14899,0.49757 -1.04354,3.95502 -2.23599,4.47222c-1.5246,0.66078 -3.14676,1.34877 -4.40769,2.46565c-1.5668,1.38649 -1.06963,2.20104 -0.62422,-0.31452c-0.25384,1.43511 -0.19054,3.0276 0.70761,4.25851c1.7572,2.40854 4.44041,2.63926 6.05485,-0.02488c-0.735,1.46269 -1.46867,2.9249 -2.20325,4.38901c0.47468,-1.06075 1.70969,-2.92403 -0.38692,-2.19951c-1.06225,0.36653 -2.14726,0.75413 -3.01129,1.50928c-1.68457,1.47197 -1.78058,0.98892 -1.94515,3.30956c-0.07794,1.09023 -0.17209,2.23289 0.0867,3.31163c0.01295,0.05678 1.04409,3.07161 1.26649,2.64277c0.49703,-0.95786 1.03468,-1.73325 1.92569,-2.35429c-0.74577,1.4909 -1.49112,2.98089 -2.23689,4.47179c-8.83588,1.61253 -9.58368,9.92073 -7.30782,17.58896c0.35351,1.19105 -2.57516,3.33085 -2.2368,4.47183c-2.60757,-8.78689 1.15538,-24.59348 11.7815,-26.53258c-0.89852,0.16449 -1.37854,3.87353 -2.23689,4.47179c-0.93567,0.65227 -1.39195,1.35886 -1.92343,2.38327c-0.05008,0.10242 -0.10515,0.20346 -0.16465,0.30006c-2.88178,-5.52046 0.05916,-11.13608 2.91729,-15.98464c1.00649,-1.70824 7.83095,-6.59334 5.95951,-2.40954c-0.76104,1.70026 -1.5828,3.39011 -2.4757,5.02539c-2.61397,4.78071 -8.08213,0.01157 -6.80862,-4.15715c1.56922,-5.13104 4.52465,-8.93808 9.50564,-11.09462z"/></g></g><path d="M163.58128,258.72714c0,0 -1.19784,2.77008 -2.02436,4.02019c-0.37894,0.57273 -1.53895,1.37173 -1.53895,1.37173" fill="none" stroke="url(#color-2)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><path d="M221.12149,220.48366c-13.73295,20.929 -48.13211,24.30674 -56.0713,20.18502c-8.65793,-4.4943 -18.73937,-39.33193 -5.00659,-60.26312c13.7339,-20.92866 38.54002,-28.92464 55.40583,-17.85816c16.86572,11.06643 19.40496,37.00712 5.67206,57.93626z" fill="url(#color-3)" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/><g data-paper-data="{&quot;index&quot;:null}" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"><path d="M371.36281,268.94349l-8.824,1.2l-13.249,-2.6l-9.065,-5.1l-5.479,-5.2l-4.184,-8.1l-1.594,-8.322l0.996,-8.378l0.997,-4.6l5.778,-8l12.252,-5.9l12.225,-3.2l11.666,-0.9l11.274,1.6l10.36,3.7l9.875,8.775l6.127,14.531l-4.247,15.094l-8.716,8.925l-16.089,5.875l-10.103,0.6" fill="#ffffff" fill-rule="evenodd"/><path d="M372.07781,181.46849l4.706,0.9l4.558,3.3l0.897,4.05l-3.461,5.325l-5.896,1.275l-6.109,-2.7l-0.822,-6.15l2.914,-4.5l3.213,-1.5" fill="#ef463c" fill-rule="evenodd"/><path d="M338.82981,227.89349c0.523,0.075 14.42,3.15 14.42,3.15l10.609,-1.95l14.919,1.275l4.208,1.575h19.798v9.3l-0.373,5.376l-2.839,6.174c0,0 -2.167,2.025 -2.391,2.1c-0.224,0.075 -3.287,-2.475 -3.287,-2.475l-2.466,-2.775l-1.27,3.225l-1.419,4.725l-5.305,6.975l-5.678,3.375l1.985,2.55l10.492,0.9h9.563l7.994,-3.3l6.426,2.05l3.063,-2.125l3.586,-5.85l4.034,-6.225l2.541,-1.575l2.54,0.9l0.672,2.325l-0.747,5.1l-3.81,6.75l-5.006,5.1l-2.914,1.65l0.897,18.375l-1.27,7.95c0,0 -2.391,7.425 -2.54,7.65c-0.15,0.225 -2.541,2.55 -2.541,2.55l-6.724,0.75l-6.052,-2.7l-3.586,-0.225l-3.81,-2.55l-0.374,-3.825l0.972,-8.175l0.821,-2.025l-4.184,-0.075l-9.488,-1.65l-4.782,-1.575l-2.632,13.65l-3.038,4.725l-4.341,1.425l-6.724,-1.125l-3.063,-2.625l-2.84,0.075l-3.511,-1.275l-0.672,-3.6l1.195,-4.65l1.644,-6.9l1.867,-6.225l2.167,-5.175l-0.523,-5.025l-1.195,-5.325l3.138,0.225l-1.719,-2.25c0,0 -6.948,-4.35 -7.097,-4.575c-0.15,-0.225 -4.259,-7.95 -4.259,-7.95l-0.897,-5.625l-4.184,2.925l-4.856,-0.9v-8.175l2.54,-11.4z" fill="#fcb322" fill-rule="evenodd"/><path d="M389.48581,257.74349h7.172l9.787,-0.6l1.345,3.3c0,0 -0.074,5.7 0,6c0.075,0.3 -1.195,2.925 -1.195,2.925l-8.667,2.25l0.075,1.725l0.971,5.625v6.15l-1.644,6.225l-1.419,1.8l-5.155,0.975l-7.92,-1.35l2.765,-4.8l1.344,-4.2l0.075,-5.175l-2.241,-7.125l-7.173,-2.775l4.707,-3.825c0,0 3.661,-2.85 3.811,-3.075c0.149,-0.225 1.419,-3.3 1.419,-3.3z" fill="#71cbd2" fill-rule="evenodd"/><path d="M407.12581,256.32449c1.247,1.628 2.026,3.56 2.228,5.605c0.089,0.899 0.134,1.93 0.006,2.823c-0.112,0.784 -0.752,1.703 -0.093,2.387c0.574,0.596 2.334,0.978 3,1.313c1.227,0.616 1.704,1.221 2.853,0.261c1.02,-0.849 1.911,-1.91 2.73,-2.95c1.664,-2.117 3.025,-4.47 4.158,-6.911c0.918,-1.978 1.924,-3.882 3.819,-5.187c1.774,-1.222 3.246,-1.091 4.541,0.637c0.914,1.219 1.321,2.372 1.082,4.094c-0.473,3.42 -1.489,6.505 -3.357,9.383c-2.124,3.27 -4.28,6.474 -7.897,8.307c-0.633,0.32 -0.723,0.801 -0.575,1.57c0.48,2.492 0.937,5.004 1.121,7.53c0.155,2.111 -0.003,4.257 -0.169,6.375c-0.288,3.653 -0.602,7.308 -1.636,10.853c-0.309,1.06 -0.585,2.136 -0.774,3.223c-0.599,3.446 -1.873,6.407 -5.173,8.151c-1.38,0.729 -2.807,0.89 -4.313,1.026c-3.336,0.303 -6.191,-0.655 -8.669,-2.884c-0.211,-0.19 -0.625,-0.357 -0.864,-0.28c-3.214,1.039 -5.994,0.007 -7.709,-3.53c-0.315,-0.65 -0.512,-1.44 -0.494,-2.159c0.077,-2.984 0.424,-5.931 1.409,-8.785c0.222,-0.644 0.033,-1.43 0.033,-2.208c-4.657,0.328 -8.96,-0.536 -13.207,-1.806c-0.793,-0.237 -1.611,-0.391 -2.403,-0.579c-0.341,1.687 -0.529,3.159 -0.945,4.563c-1.032,3.472 -1.36,7.143 -3.116,10.417c-1.236,2.307 -3.129,3.573 -5.558,4.127c-0.998,0.228 -2.051,0.243 -3.082,0.285c-3.376,0.14 -6.401,-0.57 -8.514,-3.546c-0.176,-0.248 -0.735,-0.289 -1.121,-0.307c-0.902,-0.041 -1.874,0.202 -2.696,-0.056c-1.211,-0.381 -2.861,-0.393 -3.273,-1.938c-0.396,-1.484 -0.826,-3.135 -0.559,-4.586c0.696,-3.78 1.703,-7.507 2.71,-11.223c0.7,-2.583 1.568,-5.124 2.431,-7.66c0.501,-1.469 1.153,-2.883 1.703,-4.337c0.075,-0.199 -0.042,-0.477 -0.087,-0.715c-0.415,-2.207 -0.812,-4.417 -1.266,-6.615c-0.106,-0.515 0.002,-1.061 -0.888,-1.325c-2.11,-0.625 -4.177,-1.452 -6.179,-2.378c-4.308,-1.991 -7.897,-5.003 -11.089,-8.463c-1.379,-1.495 -2.712,-3.146 -3.593,-4.959c-1.402,-2.884 -2.552,-5.864 -2.995,-9.156c-0.621,-4.606 -1.281,-9.561 0.239,-13.993c0.241,-0.703 0.416,-1.426 0.666,-2.146c1.043,-3.005 3.287,-6.425 5.691,-8.483c1.249,-1.068 2.406,-2.32 3.815,-3.113c4.007,-2.255 8.206,-4.097 12.584,-5.562c3.721,-1.245 7.549,-1.81 11.391,-2.356c2.166,-0.308 4.359,-0.418 6.534,-0.616c0.287,-4.013 0.57,-7.995 0.855,-11.981c-0.711,-0.238 -1.306,-0.438 -1.901,-0.637c-2.339,-0.788 -3.922,-3.144 -3.605,-5.576c0.205,-1.575 0.379,-3.217 0.969,-4.664c0.948,-2.323 2.57,-4.109 5.199,-4.675c1.958,-0.423 3.86,-0.363 5.812,0.176c4.179,1.154 7.892,6.103 5.474,10.687c-1.508,2.86 -3.388,5.11 -6.919,5.263c-0.826,0.035 -1.647,0.222 -2.606,0.359c-0.46,3.677 -0.916,7.316 -1.362,10.877c3.449,0.532 6.621,1.07 9.806,1.504c5.797,0.791 11.288,2.364 15.898,6.185c1.899,1.574 3.823,3.148 5.531,4.921c2.583,2.684 4.286,5.986 5.885,9.324c2.338,4.878 3.264,9.959 1.945,15.291c-0.546,2.21 -1.172,4.421 -2.02,6.526c-0.5,1.24 -1.508,2.275 -2.357,3.502c0.387,0.321 0.727,0.513 0.946,0.8zM341.69481,250.85349c-1.73,1.237 -3.603,1.681 -5.56,1.642c-1.563,-0.03 -3.013,-1.219 -3.197,-2.784c-0.368,-3.148 -0.058,-6.1 0.083,-9.259c0.145,-3.252 0.616,-6.513 1.94,-9.512c0.593,-1.344 1.48,-3.387 2.951,-3.697c1.985,-0.418 4.643,0.133 6.574,0.624c1.364,0.347 2.758,0.516 4.106,0.882c2.092,0.567 4.339,0.875 6.474,1.239c1.75,0.297 3.781,-0.98 5.508,-1.441c3.953,-1.054 8.024,-1.164 12.08,-0.704c3.352,0.38 6.542,1.33 9.432,3.178c0.386,0.247 0.999,0.215 1.502,0.189c3.268,-0.169 6.533,-0.43 9.804,-0.546c2.365,-0.085 4.74,-0.05 7.106,0.035c2.474,0.089 3.191,0.735 3.318,3.15c0.148,2.846 0.163,5.702 0.163,8.554c-0.001,2.896 -0.929,5.588 -2.002,8.231c-0.375,0.925 -0.753,1.854 -1.209,2.741c-0.786,1.528 -2.173,2.049 -3.792,2.201c-1.383,0.131 -2.115,-0.882 -2.969,-1.632c-0.776,-0.682 -1.425,-1.509 -2.312,-2.47c-0.511,1.795 -0.958,3.365 -1.459,5.127c1.646,0.105 3.327,0.3 4.974,0.318c0.894,0.01 3.365,-0.191 2.272,1.6c-0.634,1.04 -1.908,0.579 -2.835,0.435c-1.606,-0.25 -3.302,-0.09 -4.925,-0.059c-0.327,0.006 -0.808,0.306 -0.945,0.599c-1.632,3.492 -4.055,6.131 -7.746,7.461c-0.063,0.023 -0.098,0.125 -0.346,0.458c1.763,-0.396 3.32,-0.621 4.791,-1.108c2.379,-0.788 4.749,-1.642 7.031,-2.671c1.712,-0.772 3.259,-1.903 4.917,-2.806c3.87,-2.108 6.29,-5.613 8.665,-9.124c0.642,-0.948 0.86,-2.216 1.142,-3.37c0.505,-2.058 1.205,-4.131 1.279,-6.218c0.09,-2.522 0.002,-5.177 -0.692,-7.575c-1.832,-6.329 -5.507,-11.53 -10.634,-15.683c-2.965,-2.402 -6.238,-4.109 -9.891,-5.303c-5.027,-1.643 -10.216,-2.157 -15.392,-2.555c-5.524,-0.424 -10.993,0.418 -16.404,1.758c-6.62,1.641 -12.568,4.634 -18.012,8.624c-1.45,1.064 -2.533,2.781 -3.448,4.391c-1.026,1.806 -1.812,3.784 -2.454,5.768c-1.419,4.391 -1.57,8.825 -0.71,13.421c0.749,4.005 2.29,7.565 4.668,10.739c1.422,1.897 3.245,3.511 4.994,5.137c3.803,3.537 8.34,5.736 13.315,7.079c0.323,0.087 0.658,0.131 0.99,0.177c0.062,0.009 0.137,-0.071 0.589,-0.327c-7.86,-3.09 -12.777,-8.354 -13.734,-16.914zM367.91881,229.94349c-2.946,0 -5.61,0.556 -8.471,1.288c-1.92,0.491 -3.638,1.856 -5.38,2.937c-1.025,0.636 -1.892,1.52 -2.876,2.225c-2.262,1.621 -4.163,4.507 -5.264,7.051c-1.599,3.695 -2.095,6.972 -1.045,10.964c0.769,2.928 2.058,5.545 4.43,7.445c3.45,2.764 7.343,4.744 11.692,5.577c3.966,0.76 7.995,0.593 11.987,0.082c1.102,-0.141 2.177,-0.611 3.226,-1.027c2.009,-0.799 4.097,-1.484 5.945,-2.571c1.203,-0.709 2.226,-1.924 3.005,-3.125c1.92,-2.957 3.443,-6.151 4.099,-9.638c0.235,-1.251 0.085,-2.716 -0.341,-3.922c-1.143,-3.228 -2.475,-6.391 -3.852,-9.527c-0.431,-0.983 -1.099,-1.965 -1.906,-2.657c-1.827,-1.565 -3.691,-3.179 -6.128,-3.723c-2.665,-0.594 -5.425,-1.231 -8.171,-1.357c-0.317,-0.014 -0.635,-0.022 -0.95,-0.022zM382.13881,291.46849c0.388,-0.506 0.874,-1.073 1.287,-1.688c2.233,-3.317 3.127,-6.295 2.849,-10.295c-0.083,-1.194 -0.099,-2.46 -0.506,-3.586c-0.323,-0.895 -0.624,-2.489 -1.333,-3.131c-0.621,-0.561 -1.741,-0.578 -2.651,-0.801c-0.624,-0.154 -1.258,-0.287 -1.894,-0.37c-2.459,-0.319 -4.915,-0.765 -7.383,-0.861c-1.552,-0.061 -3.121,0.456 -4.69,0.641c-1.022,0.119 -2.062,0.172 -3.089,0.138c-1.485,-0.049 -2.97,-0.157 -4.445,-0.328c-1.449,-0.168 -2.885,-0.447 -4.565,-0.714c0.477,2.391 0.83,4.84 1.485,7.203c0.462,1.671 1.248,3.274 2.062,4.815c0.567,1.074 3.86,3.066 2.561,4.642c-0.563,0.683 -1.536,-0.049 -1.783,-0.57c0.165,0.941 -0.369,2.519 -0.591,3.453c-0.377,1.584 -0.769,3.164 -1.106,4.757c-0.539,2.544 -0.954,5.113 -1.403,7.676c-0.64,3.652 0.88,5.851 4.401,6.889c1.983,0.585 3.884,0.436 5.808,0.055c3.131,-0.619 4.153,-3.191 4.964,-5.797c1.198,-3.849 2.206,-7.748 2.316,-11.825c0.023,-0.868 0.371,-1.723 0.502,-2.593c0.138,-0.908 0.231,-4.355 1.548,-4.639c1.823,-0.391 0.612,4.061 0.533,4.873c-0.028,0.282 -0.092,0.56 -0.087,0.531c1.866,0.547 3.528,1.033 5.21,1.525zM407.10381,269.84449c-2.31,1.497 -4.878,1.854 -7.499,2.3c-0.214,0.037 -0.458,0.384 -0.53,0.633c-0.076,0.263 -0.035,0.613 0.078,0.871c1.166,2.642 0.575,5.459 0.69,8.177c0.096,2.255 -0.233,4.918 -1.029,7.041c-0.619,1.65 -1.484,3.195 1.036,2.398c1.194,-0.377 5.617,-3.234 6.582,-2.033c0.261,0.325 0.593,0.865 0.481,1.156c-0.168,0.436 -0.635,0.867 -1.078,1.059c-0.913,0.396 -1.901,0.61 -2.841,0.948c-0.235,0.084 -0.551,0.329 -0.583,0.538c-0.338,2.222 -0.62,4.453 -0.929,6.68c-0.327,2.353 -0.772,4.699 -0.947,7.063c-0.06,0.812 0.379,1.785 0.866,2.493c2.419,3.515 5.893,4.019 9.7,3.059c2.002,-0.504 3.357,-2.045 3.934,-3.938c1.196,-3.917 2.66,-7.774 2.809,-11.97c0.095,-2.698 0.636,-5.377 0.789,-8.076c0.205,-3.607 -0.219,-7.237 -1.251,-10.642c-0.752,-2.479 -3.038,-5.374 -5.084,-6.878c-0.304,-0.223 -0.577,-0.412 -0.859,-0.579c-1.675,-0.987 -2.762,-1.32 -4.335,-0.3zM401.72681,234.70149c-0.101,-1.326 -0.959,-1.916 -2.173,-2.016c-3.987,-0.33 -7.975,-0.601 -11.969,-0.017c-1.683,0.246 -0.837,1.445 -0.332,2.478c0.731,1.496 1.188,3.111 1.737,4.679c1.725,4.929 2.937,9.682 7.386,12.809c1.02,0.718 1.925,0.49 2.509,-0.639c1.814,-3.5 3.201,-7.135 3.254,-11.187c-0.136,-2.036 -0.258,-4.072 -0.412,-6.107zM346.08881,230.64349c-1.946,-0.298 -5.431,-1.716 -7.278,-0.505c-1.299,0.852 -1.906,2.992 -2.346,4.369c-0.55,1.716 -0.533,3.525 -0.939,5.23c-0.651,2.74 -0.734,5.578 -0.288,8.36c0.321,2.009 2.516,2.537 4.402,1.459c2.315,-1.324 2.953,-3.487 3.632,-5.851c1.003,-3.487 2.508,-6.774 5.627,-9.003c0.8,-0.571 1.478,-1.314 2.31,-2.067c-1.612,-1.252 -3.319,-1.714 -5.12,-1.992zM380.90781,187.52549c-0.878,-2.438 -2.782,-4.018 -5.471,-4.48c-2.799,-0.48 -5.329,-0.231 -7.178,2.268c-1.435,1.94 -1.521,6.107 -0.139,7.777c0.211,0.255 0.46,0.562 0.75,0.653c1.984,0.621 3.983,1.191 5.193,1.547c4.571,0.087 8.094,-4.303 6.845,-7.765zM387.94781,270.14749c3.419,0.113 6.848,0.261 10.257,0.087c2.088,-0.108 4.269,-0.496 6.181,-1.303c1.578,-0.665 2.68,-2.12 2.71,-4.193c0.031,-2.167 0.034,-4.279 -1.003,-6.238c-0.225,-0.425 -0.625,-0.755 -0.945,-1.128c-0.263,0.312 -0.49,0.667 -0.797,0.926c-1.345,1.135 -2.662,2.311 -4.082,3.346c-3.146,2.292 -6.658,3.908 -10.299,5.219c-2.777,1 -5.607,1.85 -8.483,2.789c2.145,0.17 4.3,0.425 6.461,0.495zM418.86581,274.98749c1.787,-1.616 3.775,-3.011 5.241,-4.828c2.664,-3.303 4.693,-7.021 5.15,-11.362c0.088,-0.825 -0.193,-1.754 -0.522,-2.543c-0.489,-1.175 -1.713,-1.385 -2.629,-0.494c-1.354,1.316 -2.216,2.943 -2.952,4.687c-0.646,1.53 -1.464,3.017 -2.412,4.38c-1.31,1.882 -2.805,3.634 -4.239,5.428c-0.23,0.288 -0.554,0.499 -0.823,0.735c1.06,1.329 2.062,2.588 3.186,3.997zM353.82681,287.64649c-1.144,3.669 -2.309,7.339 -3.238,11.066c-0.382,1.535 -0.388,3.244 -0.182,4.824c0.226,1.72 2.052,2.665 3.737,2.203c0.257,-0.071 0.597,-0.444 0.615,-0.697c0.095,-1.377 -0.028,-2.781 0.171,-4.14c0.315,-2.153 0.864,-4.27 1.243,-6.415c0.406,-2.294 0.739,-4.601 1.085,-6.906c0.126,-0.836 0.412,-1.725 0.248,-2.51c-0.239,-1.143 -0.819,-2.213 -1.253,-3.313c-0.111,0.001 -0.222,0.001 -0.333,0.001c-0.703,1.961 -1.475,3.9 -2.093,5.887zM398.53581,293.87549c-5.028,1.518 -4.837,5.917 -5.119,10.273c-0.131,2.028 0.608,3.832 2.262,5.061c0.579,0.429 1.46,0.533 2.217,0.588c0.236,0.017 0.725,-0.603 0.746,-0.954c0.15,-2.399 0.12,-4.811 0.314,-7.204c0.212,-2.617 0.604,-5.218 0.942,-8.035c-0.533,0.102 -0.959,0.149 -1.362,0.271zM385.21981,291.03549c-0.428,1.112 -0.306,1.33 0.891,1.598c1.986,0.445 4.08,0.208 6.094,0.21c1.098,0.001 3.259,-0.656 3.644,-1.856c0.342,-1.062 -0.586,-0.982 -1.464,-1.199c-1.22,-0.303 -2.434,-0.628 -3.667,-0.873c-0.926,-0.183 -2.919,-1.052 -3.755,-0.652c-0.094,0.045 -0.188,0.115 -0.282,0.204c-0.68,0.645 -1.129,1.707 -1.461,2.568zM397.94081,277.27149c-1.602,-0.127 -3.114,-0.236 -4.624,-0.37c-1.368,-0.121 -2.741,-0.214 -4.094,-0.429c-0.805,-0.128 -1.1,0.112 -1.088,0.889c0.015,0.99 0.004,1.978 0.004,2.913c3.358,0.494 6.434,0.948 9.802,1.444c0,-1.572 0,-3.012 0,-4.447zM394.44381,283.22349c-0.45,-0.043 -6.593,-0.5 -6.592,-0.567c-0.012,0.813 -0.473,1.538 -0.545,2.341c-0.091,1.006 -0.038,0.865 0.838,1.086c1.756,0.443 3.537,0.653 5.265,1.188c0.763,0.236 2.842,1.076 3.599,0.583c0.647,-0.424 0.914,-3.085 0.687,-3.742c-0.064,-0.185 -0.186,-0.328 -0.348,-0.439c-0.677,-0.464 -2.06,-0.368 -2.904,-0.45zM386.42181,272.38749c-0.248,0.03 0.476,1.368 0.587,1.482c0.303,0.313 0.795,0.506 1.199,0.633c0.933,0.294 1.966,0.155 2.926,0.236c2.207,0.187 4.245,0.22 6.427,0.184c-0.263,-0.633 -0.331,-1.488 -0.85,-1.98c-0.508,-0.48 -1.508,-0.585 -2.158,-0.593c-2.62,-0.029 -5.498,-0.325 -8.087,0.033c-0.014,0.002 -0.029,0.004 -0.044,0.005z" fill="#2a3d98" fill-rule="nonzero"/></g><g data-paper-data="{&quot;index&quot;:null}" fill="#2a3d98" fill-rule="evenodd" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"><path d="M360.84581,250.29749c-5.833,1.613 -9.283,-3.032 -9.738,-7.762c-0.078,-0.816 0.419,-1.572 1.498,-1.698c1.028,-0.12 1.144,0.411 1.294,1.227c0.213,1.167 0.426,2.403 0.977,3.427c1.85,3.444 6.531,3.644 8.469,0.453c0.388,-0.64 0.507,-1.115 -0.148,-1.736c-0.33,-0.313 -0.437,-1.08 -0.323,-1.568c0.076,-0.327 0.725,-0.753 1.1,-0.736c1.345,0.06 2.701,0.207 4.013,0.499c0.472,0.107 1.112,0.671 1.184,1.108c0.127,0.776 -0.461,1.294 -1.281,1.39c-0.431,0.049 -0.865,0.057 -1.318,0.085c0.341,1.913 1.414,3.143 2.856,4.112c1.731,1.165 3.815,1.192 5.265,-0.423c0.5,-0.557 2.621,-5.232 3.982,-3.03c0.527,0.853 -1.138,2.805 -1.673,3.561c-1.403,1.978 -3.295,3.33 -5.743,3.204c-2.753,-0.142 -5.021,-1.452 -6.481,-3.822c-1.365,0.605 -2.599,1.341 -3.933,1.709z"/><path d="M361.17881,237.72349c0.133,0.82 -0.07,2.177 -1.049,2.372c-1.345,0.267 -2.06,-1.266 -1.537,-2.39c0.387,-0.831 1.617,-1.234 2.241,-0.67c0.171,0.153 0.296,0.379 0.345,0.688z"/><path d="M371.12181,240.01149c-0.474,-0.069 -1.151,-0.592 -1.251,-1.024c-0.211,-0.911 0.831,-2.237 1.59,-2.216c1.001,0.028 1.286,0.78 1.421,1.536c0.017,0.861 -0.892,1.829 -1.76,1.704z"/></g><g fill-rule="nonzero" stroke-linecap="round" stroke-linejoin="miter"><path d="M274.60381,256.60415c11.5505,0 20.124,2.9002 29.5959,7.8871c4.501,2.3753 8.4245,7.0217 11.2923,12.7013c2.2579,4.4786 3.9219,10.2242 3.6653,15.5683c-0.4895,6.0139 0.4651,14.3636 -5.7015,15.4413c-24.6633,4.3083 -49.7867,4.138 -74.5273,-0.7625c-6.1854,-1.2252 -4.8512,-10.3069 -5.7016,-15.8861c-0.6141,-4.5269 -0.9432,-9.9841 0.6516,-13.9162c2.5095,-6.066 6.5894,-10.6183 11.1294,-13.1461c9.4182,-5.2144 18.0454,-7.8871 29.5959,-7.8871z" fill="#fbff00" stroke="#703d00" stroke-width="2.12954"/><path d="M275.41571,255.99245c9.8955,-0.3091 19.8251,-0.1382 29.5259,1.3407c5.6005,1.1605 13.0549,1.5342 15.8828,6.4937c3.6743,6.4309 0.8944,14.5937 0.4073,22.4138c-0.2126,2.0822 -0.9554,6.3153 -2.8508,5.6977c-4.303,-2.0026 -5.8001,-11.1189 -10.1406,-12.5685c-2.2505,-0.7482 -0.3567,6.4385 -2.9322,7.7925c-3.5024,1.8216 -9.8099,-3.8275 -11.7696,-0.8798c-2.2204,3.3474 4.3429,8.8206 2.9322,12.9874c-0.6948,2.7048 -6.0005,4.3965 -7.5749,2.1786c-3.0006,-4.2314 0.4398,-11.0561 -2.1177,-15.5849c-1.3431,-2.3839 -5.581,-2.4928 -7.5749,-0.8798c-3.7476,3.0424 -3.3134,9.7506 -7.1269,12.5684c-2.0404,1.5058 -5.2797,0.4525 -7.1677,-0.8797c-4.773,-4.1493 -5.9679,-13.5656 -11.7696,-14.7052c-4.3772,-0.8655 -6.6961,10.8542 -9.6926,9.5102c-3.3859,-1.5351 0.4186,-14.9967 -2.525,-16.0039c-2.7636,-0.9208 -6.0217,13.4919 -8.4709,12.8199c-2.8043,-0.8572 -2.2659,-10.7846 -2.0362,-15.8782c0.1873,-4.182 -0.9717,-10.8307 2.8507,-12.2334c13.2977,-4.8489 28.0606,-3.7479 42.1507,-4.1895z" fill="#ff99e5" stroke="#ff00bf" stroke-width="1.65257"/><path d="M253.79321,265.55995l4.1947,-0.8145" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M272.28251,275.65985h-5.05" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M300.46441,271.05785v-3.7875" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M288.28751,262.22045l-4.2354,-2.525" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M315.20701,273.99005v4.6427" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M311.01231,264.29745h-3.3802" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M241.57561,270.60985l3.7875,-3.7874" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M246.21831,275.65985l3.3395,-0.8145" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M265.56281,259.69545l3.3802,2.9323" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M267.68051,288.73265l3.3395,-2.973" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M285.31461,281.15775l3.3802,2.5249" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M295.86241,284.08995l0.4073,-2.525z" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M300.46441,260.95795h-3.7875" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M310.56431,272.72755l-3.3395,0.8553" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M236.93291,264.74545l4.6427,-1.7105" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M248.29531,260.95795l1.2625,2.9322z" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M284.50011,273.13485l-0.448,-2.077z" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M257.13271,276.51505l2.5249,-5.4572" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M274.40021,258.84025h5.0499" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M281.97511,280.30245l-5.0499,1.6698" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M296.26971,275.65985l-4.6427,-1.6698" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M246.62551,282.82745l4.1947,-1.6697" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M236.11841,272.72755v-3.3802" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M260.10561,258.02575l-3.7874,0.4073" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M320.25691,275.65985v4.6426" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M295.86241,267.67765h-3.7874" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M291.21981,258.02575h2.5249z" fill="none" stroke="#6148a4" stroke-width="1.62504"/></g><path d="M246.18141,265.27605c-0.0629,-11.4935 -0.1388,-22.3653 -0.2328,-31.3316c0.6029,-1.0369 1.3709,-1.172 2.0094,-1.1448c0.4073,0.0194 0.8299,0.5607 1.2436,0.9584c0.1138,9.9815 0.2055,20.4259 0.2805,31.1761c-0.4379,-0.2321 -1.0705,-0.4908 -1.7308,-0.4893c-0.5852,0.0013 -1.1483,0.4147 -1.5699,0.8312z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M245.64381,247.25215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M245.84381,237.65215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M245.49381,257.65215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M250.43241,233.26675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM245.97611,233.49715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M246.99081,219.86475c0.0164,-0.2608 -0.2484,-0.7032 0.1172,0c1.4822,2.8301 3.1719,5.762 4.101,8.779c0.2484,0.7979 -0.1746,1.7236 -0.703,2.5207c-0.5261,0.6928 -1.1694,1.761 -2.3435,1.7819c-1.2326,0.0209 -2.1806,-1.0439 -2.6364,-1.8688c-0.744,-1.03 -0.9983,-2.2704 -0.7616,-3.3899c0.307,-1.4542 1.7143,-2.8128 2.1091,-4.1288c0.3633,-1.2056 0.0598,-2.6589 0.1172,-3.6941z" fill="#ff9400" fill-rule="nonzero" stroke="#ff9400" stroke-width="2.06324" stroke-linecap="round" stroke-linejoin="miter"/><path d="M247.62511,229.00475c0.1197,-0.1329 0.1295,-0.2048 0.2036,-0.1209c0.3193,0.6067 0.6549,1.2278 0.7331,1.7674c0.0521,0.3734 -0.1906,0.7365 -0.2867,1.0996c-0.1092,0.4375 0.0684,1.4471 -0.2427,1.4834c-0.3487,-0.0363 -0.8765,-1.0151 -1.1387,-1.4834c-0.1931,-0.3419 -0.3682,-0.728 -0.2867,-1.0996c0.1254,-0.5348 0.5921,-1.1438 1.0181,-1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/><path d="M262.67581,263.57605c-0.4216,-0.4165 -0.9847,-0.8299 -1.5699,-0.8312c-0.6603,-0.0015 -1.2929,0.2572 -1.7308,0.4893c0.075,-10.7502 0.1667,-21.1946 0.2805,-31.1761c0.4137,-0.3977 0.8363,-0.939 1.2436,-0.9584c0.6385,-0.0272 1.4065,0.1079 2.0094,1.1448c-0.094,8.9663 -0.1699,19.8381 -0.2328,31.3316z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M263.26341,245.50215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M263.01341,236.05215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M263.26341,255.90215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M264.18241,231.61675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM259.72611,231.84715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M262.13411,221.81405c0.4058,1.3523 1.8518,2.7484 2.1673,4.2427c0.2432,1.1504 -0.0181,2.425 -0.7826,3.4834c-0.4684,0.8476 -1.4425,1.9418 -2.7092,1.9203c-1.2064,-0.0214 -1.8674,-1.1191 -2.4081,-1.831c-0.543,-0.819 -0.9777,-1.7703 -0.7224,-2.5902c0.9548,-3.1003 2.6911,-6.113 4.2142,-9.0212c0.3757,-0.7226 0.1035,-0.268 0.1204,0c0.059,1.0638 -0.2529,2.5572 0.1204,3.796z" fill="#ff9400" fill-rule="nonzero" stroke="none" stroke-width="1.06008" stroke-linecap="round" stroke-linejoin="miter"/><path d="M262.30021,229.00125c0.0815,0.3716 -0.0936,0.7577 -0.2867,1.0996c-0.2622,0.4683 -0.79,1.4471 -1.1387,1.4834c-0.3111,-0.0363 -0.1335,-1.0459 -0.2427,-1.4834c-0.0961,-0.3631 -0.3388,-0.7262 -0.2867,-1.0996c0.0782,-0.5396 0.4138,-1.1607 0.7331,-1.7674c0.0741,-0.0839 0.0839,-0.012 0.2036,0.1209c0.426,0.5027 0.8927,1.1117 1.0181,1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/><path d="M274.43141,262.92605c-0.0629,-11.4935 -0.1388,-22.3653 -0.2328,-31.3316c0.6029,-1.0369 1.3709,-1.172 2.0094,-1.1448c0.4073,0.0194 0.8299,0.5607 1.2436,0.9584c0.1138,9.9815 0.2055,20.4259 0.2805,31.1761c-0.4379,-0.2321 -1.0705,-0.4908 -1.7308,-0.4893c-0.5852,0.0013 -1.1483,0.4147 -1.5699,0.8312z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M273.89381,244.90215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M274.14381,235.30215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M273.84381,255.30215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M278.78241,230.91675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM274.32611,231.14715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M275.19051,217.34025c0.0173,-0.2753 -0.2623,-0.7424 0.1237,0c1.5649,2.9879 3.3487,6.0832 4.3296,9.2684c0.2623,0.8424 -0.1843,1.8197 -0.7422,2.6612c-0.5554,0.7314 -1.2345,1.8592 -2.4741,1.8812c-1.3013,0.022 -2.3021,-1.1021 -2.7833,-1.973c-0.7855,-1.0874 -1.054,-2.3969 -0.8041,-3.5788c0.3241,-1.5353 1.8098,-2.9696 2.2267,-4.3589c0.3835,-1.2728 0.0631,-2.8071 0.1237,-3.9001z" fill="#ff9400" fill-rule="nonzero" stroke="none" stroke-width="1.08912" stroke-linecap="round" stroke-linejoin="miter"/><path d="M275.82511,226.75475c0.1197,-0.1329 0.1295,-0.2048 0.2036,-0.1209c0.3193,0.6067 0.6549,1.2278 0.7331,1.7674c0.0521,0.3734 -0.1906,0.7365 -0.2867,1.0996c-0.1092,0.4375 0.0684,1.4471 -0.2427,1.4834c-0.3487,-0.0363 -0.8765,-1.0151 -1.1387,-1.4834c-0.1931,-0.3419 -0.3682,-0.728 -0.2867,-1.0996c0.1254,-0.5348 0.5921,-1.1438 1.0181,-1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/><path d="M289.38141,263.97605c-0.0629,-11.4935 -0.1388,-22.3653 -0.2328,-31.3316c0.6029,-1.0369 1.3709,-1.172 2.0094,-1.1448c0.4073,0.0194 0.8299,0.5607 1.2436,0.9584c0.1138,9.9815 0.2055,20.4259 0.2805,31.1761c-0.4379,-0.2321 -1.0705,-0.4908 -1.7308,-0.4893c-0.5852,0.0013 -1.1483,0.4147 -1.5699,0.8312z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M288.74381,245.90215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M288.99381,236.40215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M288.74381,256.30215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M293.68241,232.01675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM289.22611,232.24715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M289.90151,219.16985c0.0163,-0.2602 -0.2478,-0.7015 0.1169,0c1.4786,2.8233 3.1641,5.748 4.0911,8.7577c0.2478,0.796 -0.1742,1.7195 -0.7014,2.5146c-0.5248,0.6911 -1.1665,1.7567 -2.3377,1.7775c-1.2297,0.0209 -2.1753,-1.0413 -2.63,-1.8642c-0.7423,-1.0275 -0.9959,-2.2649 -0.7598,-3.3817c0.3062,-1.4507 1.7101,-2.806 2.104,-4.1187c0.3623,-1.2027 0.0596,-2.6525 0.1169,-3.6852z" fill="#ff9400" fill-rule="nonzero" stroke="none" stroke-width="1.02912" stroke-linecap="round" stroke-linejoin="miter"/><path d="M290.67511,227.75475c0.1197,-0.1329 0.1295,-0.2048 0.2036,-0.1209c0.3193,0.6067 0.6549,1.2278 0.7331,1.7674c0.0521,0.3734 -0.1906,0.7365 -0.2867,1.0996c-0.1092,0.4375 0.0684,1.4471 -0.2427,1.4834c-0.3487,-0.0363 -0.8765,-1.0151 -1.1387,-1.4834c-0.1931,-0.3419 -0.3682,-0.728 -0.2867,-1.0996c0.1254,-0.5348 0.5921,-1.1438 1.0181,-1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/><path d="M305.92581,265.07605c-0.4216,-0.4165 -0.9847,-0.8299 -1.5699,-0.8312c-0.6603,-0.0015 -1.2929,0.2572 -1.7308,0.4893c0.075,-10.7502 0.1667,-21.1946 0.2805,-31.1761c0.4137,-0.3977 0.8363,-0.939 1.2436,-0.9584c0.6385,-0.0272 1.4065,0.1079 2.0094,1.1448c-0.094,8.9663 -0.1699,19.8381 -0.2328,31.3316z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M306.46341,247.05215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M306.21341,237.50215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M306.61341,257.40215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M307.43241,233.11675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM302.97611,233.34715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M303.98501,220.34415c0.0163,-0.2601 -0.2478,-0.7014 0.1168,0c1.4784,2.8227 3.1635,5.7468 4.0903,8.7558c0.2477,0.7959 -0.1741,1.7191 -0.7012,2.5141c-0.5247,0.6909 -1.1663,1.7564 -2.3373,1.7772c-1.2294,0.0208 -2.1748,-1.0412 -2.6294,-1.8639c-0.7421,-1.0273 -0.9957,-2.2644 -0.7596,-3.381c0.3061,-1.4503 1.7097,-2.8053 2.1035,-4.1178c0.3623,-1.2024 0.0596,-2.6519 0.1169,-3.6844z" fill="#ff9400" fill-rule="nonzero" stroke="none" stroke-width="1.0289" stroke-linecap="round" stroke-linejoin="miter"/><path d="M304.67511,228.75475c0.1197,-0.1329 0.1295,-0.2048 0.2036,-0.1209c0.3193,0.6067 0.6549,1.2278 0.7331,1.7674c0.0521,0.3734 -0.1906,0.7365 -0.2867,1.0996c-0.1092,0.4375 0.0684,1.4471 -0.2427,1.4834c-0.3487,-0.0363 -0.8765,-1.0151 -1.1387,-1.4834c-0.1931,-0.3419 -0.3682,-0.728 -0.2867,-1.0996c0.1254,-0.5348 0.5921,-1.1438 1.0181,-1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/></g></g></svg>
It worked.
Nice!
Why does “fill” not work?
kriblo
Scratcher
100+ posts

Using vector graphics to draw with the pen

mybearworld wrote:

kriblo wrote:

mybearworld wrote:

Impressive. I tried it out with:
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="487" height="157.30157" viewBox="0,0,487,157.30157"><defs><radialGradient cx="160.51948" cy="258.35808" r="30.367" gradientUnits="userSpaceOnUse" id="color-1"><stop offset="0" stop-color="#f0d520"/><stop offset="1" stop-color="#ff9400"/></radialGradient><radialGradient cx="161.55509" cy="261.4754" r="0.87973" gradientUnits="userSpaceOnUse" id="color-2"><stop offset="0" stop-color="#f0d520"/><stop offset="1" stop-color="#ff9400"/></radialGradient><radialGradient cx="204.14197" cy="191.23978" r="71.3921" gradientUnits="userSpaceOnUse" id="color-3"><stop offset="0" stop-color="#00ffca"/><stop offset="1" stop-color="#ff9400"/></radialGradient></defs><g transform="translate(2,-157.5675)"><g data-paper-data="{&quot;isPaintingLayer&quot;:true}" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" style="mix-blend-mode: normal"><path d="M-2,314v-9h487v9z" fill="#bf714d" fill-rule="nonzero" stroke="none" stroke-width="0" stroke-linecap="butt" stroke-linejoin="miter"/><g fill-rule="evenodd"><path d="M110.58089,282.2385c0.8,0.4 2.5,1.3 0.1,4.7c-2.4,3.4 -9.3,4.1 -10.1,4.1c-3.1,0.1 -6.9,0.1 -11.1,-1.3c-12.2,-4 -12.3,-17.1 -8.4,-19.2c3.8,-2.1 5.5,6 11,10.9c2.4,2.2 5.3,3 7.7,3.5c3.4,0.6 9.9,-3.2 10.8,-2.7z" fill="#ffab19" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M85.78089,274.1385c1.6,2.7 4.7,6.5 4.7,6.5c0,0 -3.7,-0.9 -5.8,0.8c-1.7,1.3 -1.3,3.5 -1.1,4.2c-1.3,-1.3 -2.9,-3.1 -3.9,-6.6c-1,-3.5 0,-7.7 2,-8.3c2,-0.4 2.5,1.1 4.1,3.4z" fill="#ffffff" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/></g><path d="M115.58089,292.6385c-1.8,1.2 -8,5.6 -15.9,8.1l-0.4,0.1c-0.4,0.1 -0.6,0.6 -0.4,1c1.7,2.4 4.8,7.2 -0.7,8.9c-5.3,1.7 -15.2,-12.4 -11,-16.1c1.9,-1.4 3.6,-0.7 4.5,-0.3c0.5,0.2 1,0.2 1.5,0.1c1.2,-0.4 3.4,-1.2 5.1,-2.1c4.3,-2.2 5.3,-3.1 7.3,-4.6c2,-1.5 6.6,-5.2 10.3,-2c3.2,2.7 1.4,5.7 -0.3,6.9z" fill="#ffab19" fill-rule="evenodd" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M131.48089,271.8385c0.5,0.4 6.6,7.6 8.6,5.8c2.4,-2.1 5.7,-6.2 9.3,-2.9c3.6,3.3 -3.2,8.9 -6.1,10.4c-6.9,3.1 -12.5,-2.8 -13.7,-4.4c-1.2,-1.6 -3.3,-4.3 -3.3,-6.9c0.1,-2.8 3.5,-3.5 5.2,-2z" fill="#ffab19" fill-rule="evenodd" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><g fill-rule="evenodd"><path d="M131.58089,295.1385c2.1,1.9 6.7,5.8 6.7,5.8c0,0 14.3,-2.5 14.3,4.7c0,4.3 -7.2,5.3 -16.9,4.4c-0.6,-0.1 -1.2,-0.3 -1.7,-0.7c-2.2,-1.9 -8.5,-7.5 -12.5,-11.4c-5.9,-5.8 -10.8,-9.6 -10.8,-9.6c-8.5,-8.3 -1.6,-11.8 1.1,-16.6c2.5,-4.1 3.6,-3.3 9.6,-2.1c3.4,0.5 5.4,0.8 7.6,0.7c3.3,-0.1 2.7,4.7 1.8,7.2c0,0 -1.4,3.7 -2.7,5.6c-1.6,2.3 -2.8,3.8 -4,4.7z" fill="#ffab19" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M123.18089,287.7385c0,0 -1.5,-1.2 -3.1,-2.7c-2,-1.8 -4,-3.3 -2,-6.4c1.8,-2.4 3.5,-5.6 8,-2.7c4.3,2.7 2.4,5.2 2.4,5.2c-2.2,4.5 -5.3,6.6 -5.3,6.6z" fill="#ffffff" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/></g><path d="M108.08089,279.5385c2.2,2.8 5.6,6.3 1.3,9.2c-5.9,3.3 -10.8,-6.7 -11.8,-10.2c-0.9,-3.1 1.7,-5.1 3.9,-6.8c4.3,-3.1 7.9,-5.9 11.9,-4.4c5,1.8 1.4,5.8 -1.1,7.6c-1.5,1.1 -3,2.3 -4.1,3c-0.3,0.5 -0.4,1.1 -0.1,1.6z" fill="#ffab19" fill-rule="evenodd" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><g fill-rule="evenodd"><path d="M139.58089,212.1385c0.3,-0.2 0.8,-0.1 0.9,0.3l2.6,10.7c0,0 6.4,4.7 8.3,8c3.2,5.5 3.3,10 3.3,10c0,0 7.1,2.1 8.3,7.8c1.2,5.7 -3.2,16.5 -22,20.2c-18.8,3.7 -33.9,-1.4 -41,-12.8c-7.1,-11.4 4.1,-25 3.5,-24.2l-2.1,-17.9c-0.1,-0.4 0.4,-0.7 0.8,-0.5l12.1,7.9c0,0 4.5,-1.7 9.2,-1.9c2.8,-0.2 5.2,0 7.5,0.4z" fill="#ffab19" stroke="#001026" stroke-width="1.2" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M154.38089,241.5385c0,0 6.9,1.8 8.1,7.5c1.2,5.7 -3.6,16 -22.2,19.6c-24.2,5 -35.7,-9.4 -29,-20c6.7,-10.7 18.2,-1.6 26.6,-2.2c7.2,-0.5 8,-6.8 16.5,-4.9z" fill="#ffffff" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M122.88089,252.2385c0,-0.4 0.4,-0.7 0.8,-0.6c1.9,0.7 7.3,2.3 13.3,2.7c5.4,0.3 8.6,0 10.1,-0.3c0.5,-0.1 0.9,0.4 0.7,0.9c-0.9,2.7 -4.7,10.2 -15.2,9.6c-9.1,-1 -10,-7.4 -9.7,-12.3z" fill="#ffffff" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M172.78089,242.6385c-4.7,3.8 -11.9,3.9 -11.9,3.9" fill="none" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M171.48089,253.8385c-6.3,0.5 -10.2,-1.4 -10.2,-1.4" fill="none" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M137.48089,243.8385c2.1,0 4.3,0.2 4.4,0.9c0.1,1.4 -1.4,4.2 -3,4.3c-1.8,0.2 -6,-2.3 -6,-3.9c-0.1,-1.2 2.6,-1.3 4.6,-1.3z" fill="#001026" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M92.48089,242.3385c0,0 8.6,2.8 12.1,5.9" fill="none" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M104.88089,251.7385c-4.3,1.7 -11.7,0.6 -11.7,0.6" fill="none" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><g><path d="M149.28089,232.1385c2.9,4.5 3,9.6 0.2,11.4c-2.8,1.8 -7.4,-0.3 -10.4,-4.8c-2.9,-4.5 -3,-9.6 -0.2,-11.4c2.8,-1.9 7.5,0.3 10.4,4.8z" fill="#ffffff" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M148.88089,237.8385c0,1.1 -0.8,2 -1.8,2c-1,0 -1.8,-0.9 -1.8,-2c0,-1.1 0.8,-2 1.8,-2c1,0 1.8,0.9 1.8,2" fill="#001026" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/></g><g><path d="M124.48089,234.9385c3,4.4 2.8,9.8 0.1,11.7c-3.3,1.9 -7.7,0.5 -10.7,-3.9c-3.1,-4.4 -3.3,-10.1 -0.2,-12.3c3.1,-2.3 7.8,0.1 10.8,4.5z" fill="#ffffff" stroke="#001026" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M123.88089,240.7385c0,1.1 -0.8,2 -1.8,2c-1,0 -1.8,-0.9 -1.8,-2c0,-1.1 0.8,-2 1.8,-2c1,0.1 1.8,0.9 1.8,2" fill="#001026" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/></g></g><g fill-rule="nonzero"><g fill="url(#color-1)" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"><g><path d="M168.24825,236.07131c-1.14899,0.49757 -1.04354,3.95502 -2.23599,4.47222c-1.5246,0.66078 -3.14676,1.34877 -4.40769,2.46565c-1.5668,1.38649 -1.06963,2.20104 -0.62422,-0.31452c-0.25384,1.43511 -0.19054,3.0276 0.70761,4.25851c1.7572,2.40854 4.44041,2.63926 6.05485,-0.02488c-0.735,1.46269 -1.46867,2.9249 -2.20325,4.38901c0.47468,-1.06075 1.70969,-2.92403 -0.38692,-2.19951c-1.06225,0.36653 -2.14726,0.75413 -3.01129,1.50928c-1.68457,1.47197 -1.78058,0.98892 -1.94515,3.30956c-0.07794,1.09023 -0.17209,2.23289 0.0867,3.31163c0.01295,0.05678 1.04409,3.07161 1.26649,2.64277c0.49703,-0.95786 1.03468,-1.73325 1.92569,-2.35429c-0.74577,1.4909 -1.49112,2.98089 -2.23689,4.47179c-8.83588,1.61253 -9.58368,9.92073 -7.30782,17.58896c0.35351,1.19105 -2.57516,3.33085 -2.2368,4.47183c-2.60757,-8.78689 1.15538,-24.59348 11.7815,-26.53258c-0.89852,0.16449 -1.37854,3.87353 -2.23689,4.47179c-0.93567,0.65227 -1.39195,1.35886 -1.92343,2.38327c-0.05008,0.10242 -0.10515,0.20346 -0.16465,0.30006c-2.88178,-5.52046 0.05916,-11.13608 2.91729,-15.98464c1.00649,-1.70824 7.83095,-6.59334 5.95951,-2.40954c-0.76104,1.70026 -1.5828,3.39011 -2.4757,5.02539c-2.61397,4.78071 -8.08213,0.01157 -6.80862,-4.15715c1.56922,-5.13104 4.52465,-8.93808 9.50564,-11.09462z"/></g></g><path d="M163.58128,258.72714c0,0 -1.19784,2.77008 -2.02436,4.02019c-0.37894,0.57273 -1.53895,1.37173 -1.53895,1.37173" fill="none" stroke="url(#color-2)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><path d="M221.12149,220.48366c-13.73295,20.929 -48.13211,24.30674 -56.0713,20.18502c-8.65793,-4.4943 -18.73937,-39.33193 -5.00659,-60.26312c13.7339,-20.92866 38.54002,-28.92464 55.40583,-17.85816c16.86572,11.06643 19.40496,37.00712 5.67206,57.93626z" fill="url(#color-3)" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"/><g data-paper-data="{&quot;index&quot;:null}" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"><path d="M371.36281,268.94349l-8.824,1.2l-13.249,-2.6l-9.065,-5.1l-5.479,-5.2l-4.184,-8.1l-1.594,-8.322l0.996,-8.378l0.997,-4.6l5.778,-8l12.252,-5.9l12.225,-3.2l11.666,-0.9l11.274,1.6l10.36,3.7l9.875,8.775l6.127,14.531l-4.247,15.094l-8.716,8.925l-16.089,5.875l-10.103,0.6" fill="#ffffff" fill-rule="evenodd"/><path d="M372.07781,181.46849l4.706,0.9l4.558,3.3l0.897,4.05l-3.461,5.325l-5.896,1.275l-6.109,-2.7l-0.822,-6.15l2.914,-4.5l3.213,-1.5" fill="#ef463c" fill-rule="evenodd"/><path d="M338.82981,227.89349c0.523,0.075 14.42,3.15 14.42,3.15l10.609,-1.95l14.919,1.275l4.208,1.575h19.798v9.3l-0.373,5.376l-2.839,6.174c0,0 -2.167,2.025 -2.391,2.1c-0.224,0.075 -3.287,-2.475 -3.287,-2.475l-2.466,-2.775l-1.27,3.225l-1.419,4.725l-5.305,6.975l-5.678,3.375l1.985,2.55l10.492,0.9h9.563l7.994,-3.3l6.426,2.05l3.063,-2.125l3.586,-5.85l4.034,-6.225l2.541,-1.575l2.54,0.9l0.672,2.325l-0.747,5.1l-3.81,6.75l-5.006,5.1l-2.914,1.65l0.897,18.375l-1.27,7.95c0,0 -2.391,7.425 -2.54,7.65c-0.15,0.225 -2.541,2.55 -2.541,2.55l-6.724,0.75l-6.052,-2.7l-3.586,-0.225l-3.81,-2.55l-0.374,-3.825l0.972,-8.175l0.821,-2.025l-4.184,-0.075l-9.488,-1.65l-4.782,-1.575l-2.632,13.65l-3.038,4.725l-4.341,1.425l-6.724,-1.125l-3.063,-2.625l-2.84,0.075l-3.511,-1.275l-0.672,-3.6l1.195,-4.65l1.644,-6.9l1.867,-6.225l2.167,-5.175l-0.523,-5.025l-1.195,-5.325l3.138,0.225l-1.719,-2.25c0,0 -6.948,-4.35 -7.097,-4.575c-0.15,-0.225 -4.259,-7.95 -4.259,-7.95l-0.897,-5.625l-4.184,2.925l-4.856,-0.9v-8.175l2.54,-11.4z" fill="#fcb322" fill-rule="evenodd"/><path d="M389.48581,257.74349h7.172l9.787,-0.6l1.345,3.3c0,0 -0.074,5.7 0,6c0.075,0.3 -1.195,2.925 -1.195,2.925l-8.667,2.25l0.075,1.725l0.971,5.625v6.15l-1.644,6.225l-1.419,1.8l-5.155,0.975l-7.92,-1.35l2.765,-4.8l1.344,-4.2l0.075,-5.175l-2.241,-7.125l-7.173,-2.775l4.707,-3.825c0,0 3.661,-2.85 3.811,-3.075c0.149,-0.225 1.419,-3.3 1.419,-3.3z" fill="#71cbd2" fill-rule="evenodd"/><path d="M407.12581,256.32449c1.247,1.628 2.026,3.56 2.228,5.605c0.089,0.899 0.134,1.93 0.006,2.823c-0.112,0.784 -0.752,1.703 -0.093,2.387c0.574,0.596 2.334,0.978 3,1.313c1.227,0.616 1.704,1.221 2.853,0.261c1.02,-0.849 1.911,-1.91 2.73,-2.95c1.664,-2.117 3.025,-4.47 4.158,-6.911c0.918,-1.978 1.924,-3.882 3.819,-5.187c1.774,-1.222 3.246,-1.091 4.541,0.637c0.914,1.219 1.321,2.372 1.082,4.094c-0.473,3.42 -1.489,6.505 -3.357,9.383c-2.124,3.27 -4.28,6.474 -7.897,8.307c-0.633,0.32 -0.723,0.801 -0.575,1.57c0.48,2.492 0.937,5.004 1.121,7.53c0.155,2.111 -0.003,4.257 -0.169,6.375c-0.288,3.653 -0.602,7.308 -1.636,10.853c-0.309,1.06 -0.585,2.136 -0.774,3.223c-0.599,3.446 -1.873,6.407 -5.173,8.151c-1.38,0.729 -2.807,0.89 -4.313,1.026c-3.336,0.303 -6.191,-0.655 -8.669,-2.884c-0.211,-0.19 -0.625,-0.357 -0.864,-0.28c-3.214,1.039 -5.994,0.007 -7.709,-3.53c-0.315,-0.65 -0.512,-1.44 -0.494,-2.159c0.077,-2.984 0.424,-5.931 1.409,-8.785c0.222,-0.644 0.033,-1.43 0.033,-2.208c-4.657,0.328 -8.96,-0.536 -13.207,-1.806c-0.793,-0.237 -1.611,-0.391 -2.403,-0.579c-0.341,1.687 -0.529,3.159 -0.945,4.563c-1.032,3.472 -1.36,7.143 -3.116,10.417c-1.236,2.307 -3.129,3.573 -5.558,4.127c-0.998,0.228 -2.051,0.243 -3.082,0.285c-3.376,0.14 -6.401,-0.57 -8.514,-3.546c-0.176,-0.248 -0.735,-0.289 -1.121,-0.307c-0.902,-0.041 -1.874,0.202 -2.696,-0.056c-1.211,-0.381 -2.861,-0.393 -3.273,-1.938c-0.396,-1.484 -0.826,-3.135 -0.559,-4.586c0.696,-3.78 1.703,-7.507 2.71,-11.223c0.7,-2.583 1.568,-5.124 2.431,-7.66c0.501,-1.469 1.153,-2.883 1.703,-4.337c0.075,-0.199 -0.042,-0.477 -0.087,-0.715c-0.415,-2.207 -0.812,-4.417 -1.266,-6.615c-0.106,-0.515 0.002,-1.061 -0.888,-1.325c-2.11,-0.625 -4.177,-1.452 -6.179,-2.378c-4.308,-1.991 -7.897,-5.003 -11.089,-8.463c-1.379,-1.495 -2.712,-3.146 -3.593,-4.959c-1.402,-2.884 -2.552,-5.864 -2.995,-9.156c-0.621,-4.606 -1.281,-9.561 0.239,-13.993c0.241,-0.703 0.416,-1.426 0.666,-2.146c1.043,-3.005 3.287,-6.425 5.691,-8.483c1.249,-1.068 2.406,-2.32 3.815,-3.113c4.007,-2.255 8.206,-4.097 12.584,-5.562c3.721,-1.245 7.549,-1.81 11.391,-2.356c2.166,-0.308 4.359,-0.418 6.534,-0.616c0.287,-4.013 0.57,-7.995 0.855,-11.981c-0.711,-0.238 -1.306,-0.438 -1.901,-0.637c-2.339,-0.788 -3.922,-3.144 -3.605,-5.576c0.205,-1.575 0.379,-3.217 0.969,-4.664c0.948,-2.323 2.57,-4.109 5.199,-4.675c1.958,-0.423 3.86,-0.363 5.812,0.176c4.179,1.154 7.892,6.103 5.474,10.687c-1.508,2.86 -3.388,5.11 -6.919,5.263c-0.826,0.035 -1.647,0.222 -2.606,0.359c-0.46,3.677 -0.916,7.316 -1.362,10.877c3.449,0.532 6.621,1.07 9.806,1.504c5.797,0.791 11.288,2.364 15.898,6.185c1.899,1.574 3.823,3.148 5.531,4.921c2.583,2.684 4.286,5.986 5.885,9.324c2.338,4.878 3.264,9.959 1.945,15.291c-0.546,2.21 -1.172,4.421 -2.02,6.526c-0.5,1.24 -1.508,2.275 -2.357,3.502c0.387,0.321 0.727,0.513 0.946,0.8zM341.69481,250.85349c-1.73,1.237 -3.603,1.681 -5.56,1.642c-1.563,-0.03 -3.013,-1.219 -3.197,-2.784c-0.368,-3.148 -0.058,-6.1 0.083,-9.259c0.145,-3.252 0.616,-6.513 1.94,-9.512c0.593,-1.344 1.48,-3.387 2.951,-3.697c1.985,-0.418 4.643,0.133 6.574,0.624c1.364,0.347 2.758,0.516 4.106,0.882c2.092,0.567 4.339,0.875 6.474,1.239c1.75,0.297 3.781,-0.98 5.508,-1.441c3.953,-1.054 8.024,-1.164 12.08,-0.704c3.352,0.38 6.542,1.33 9.432,3.178c0.386,0.247 0.999,0.215 1.502,0.189c3.268,-0.169 6.533,-0.43 9.804,-0.546c2.365,-0.085 4.74,-0.05 7.106,0.035c2.474,0.089 3.191,0.735 3.318,3.15c0.148,2.846 0.163,5.702 0.163,8.554c-0.001,2.896 -0.929,5.588 -2.002,8.231c-0.375,0.925 -0.753,1.854 -1.209,2.741c-0.786,1.528 -2.173,2.049 -3.792,2.201c-1.383,0.131 -2.115,-0.882 -2.969,-1.632c-0.776,-0.682 -1.425,-1.509 -2.312,-2.47c-0.511,1.795 -0.958,3.365 -1.459,5.127c1.646,0.105 3.327,0.3 4.974,0.318c0.894,0.01 3.365,-0.191 2.272,1.6c-0.634,1.04 -1.908,0.579 -2.835,0.435c-1.606,-0.25 -3.302,-0.09 -4.925,-0.059c-0.327,0.006 -0.808,0.306 -0.945,0.599c-1.632,3.492 -4.055,6.131 -7.746,7.461c-0.063,0.023 -0.098,0.125 -0.346,0.458c1.763,-0.396 3.32,-0.621 4.791,-1.108c2.379,-0.788 4.749,-1.642 7.031,-2.671c1.712,-0.772 3.259,-1.903 4.917,-2.806c3.87,-2.108 6.29,-5.613 8.665,-9.124c0.642,-0.948 0.86,-2.216 1.142,-3.37c0.505,-2.058 1.205,-4.131 1.279,-6.218c0.09,-2.522 0.002,-5.177 -0.692,-7.575c-1.832,-6.329 -5.507,-11.53 -10.634,-15.683c-2.965,-2.402 -6.238,-4.109 -9.891,-5.303c-5.027,-1.643 -10.216,-2.157 -15.392,-2.555c-5.524,-0.424 -10.993,0.418 -16.404,1.758c-6.62,1.641 -12.568,4.634 -18.012,8.624c-1.45,1.064 -2.533,2.781 -3.448,4.391c-1.026,1.806 -1.812,3.784 -2.454,5.768c-1.419,4.391 -1.57,8.825 -0.71,13.421c0.749,4.005 2.29,7.565 4.668,10.739c1.422,1.897 3.245,3.511 4.994,5.137c3.803,3.537 8.34,5.736 13.315,7.079c0.323,0.087 0.658,0.131 0.99,0.177c0.062,0.009 0.137,-0.071 0.589,-0.327c-7.86,-3.09 -12.777,-8.354 -13.734,-16.914zM367.91881,229.94349c-2.946,0 -5.61,0.556 -8.471,1.288c-1.92,0.491 -3.638,1.856 -5.38,2.937c-1.025,0.636 -1.892,1.52 -2.876,2.225c-2.262,1.621 -4.163,4.507 -5.264,7.051c-1.599,3.695 -2.095,6.972 -1.045,10.964c0.769,2.928 2.058,5.545 4.43,7.445c3.45,2.764 7.343,4.744 11.692,5.577c3.966,0.76 7.995,0.593 11.987,0.082c1.102,-0.141 2.177,-0.611 3.226,-1.027c2.009,-0.799 4.097,-1.484 5.945,-2.571c1.203,-0.709 2.226,-1.924 3.005,-3.125c1.92,-2.957 3.443,-6.151 4.099,-9.638c0.235,-1.251 0.085,-2.716 -0.341,-3.922c-1.143,-3.228 -2.475,-6.391 -3.852,-9.527c-0.431,-0.983 -1.099,-1.965 -1.906,-2.657c-1.827,-1.565 -3.691,-3.179 -6.128,-3.723c-2.665,-0.594 -5.425,-1.231 -8.171,-1.357c-0.317,-0.014 -0.635,-0.022 -0.95,-0.022zM382.13881,291.46849c0.388,-0.506 0.874,-1.073 1.287,-1.688c2.233,-3.317 3.127,-6.295 2.849,-10.295c-0.083,-1.194 -0.099,-2.46 -0.506,-3.586c-0.323,-0.895 -0.624,-2.489 -1.333,-3.131c-0.621,-0.561 -1.741,-0.578 -2.651,-0.801c-0.624,-0.154 -1.258,-0.287 -1.894,-0.37c-2.459,-0.319 -4.915,-0.765 -7.383,-0.861c-1.552,-0.061 -3.121,0.456 -4.69,0.641c-1.022,0.119 -2.062,0.172 -3.089,0.138c-1.485,-0.049 -2.97,-0.157 -4.445,-0.328c-1.449,-0.168 -2.885,-0.447 -4.565,-0.714c0.477,2.391 0.83,4.84 1.485,7.203c0.462,1.671 1.248,3.274 2.062,4.815c0.567,1.074 3.86,3.066 2.561,4.642c-0.563,0.683 -1.536,-0.049 -1.783,-0.57c0.165,0.941 -0.369,2.519 -0.591,3.453c-0.377,1.584 -0.769,3.164 -1.106,4.757c-0.539,2.544 -0.954,5.113 -1.403,7.676c-0.64,3.652 0.88,5.851 4.401,6.889c1.983,0.585 3.884,0.436 5.808,0.055c3.131,-0.619 4.153,-3.191 4.964,-5.797c1.198,-3.849 2.206,-7.748 2.316,-11.825c0.023,-0.868 0.371,-1.723 0.502,-2.593c0.138,-0.908 0.231,-4.355 1.548,-4.639c1.823,-0.391 0.612,4.061 0.533,4.873c-0.028,0.282 -0.092,0.56 -0.087,0.531c1.866,0.547 3.528,1.033 5.21,1.525zM407.10381,269.84449c-2.31,1.497 -4.878,1.854 -7.499,2.3c-0.214,0.037 -0.458,0.384 -0.53,0.633c-0.076,0.263 -0.035,0.613 0.078,0.871c1.166,2.642 0.575,5.459 0.69,8.177c0.096,2.255 -0.233,4.918 -1.029,7.041c-0.619,1.65 -1.484,3.195 1.036,2.398c1.194,-0.377 5.617,-3.234 6.582,-2.033c0.261,0.325 0.593,0.865 0.481,1.156c-0.168,0.436 -0.635,0.867 -1.078,1.059c-0.913,0.396 -1.901,0.61 -2.841,0.948c-0.235,0.084 -0.551,0.329 -0.583,0.538c-0.338,2.222 -0.62,4.453 -0.929,6.68c-0.327,2.353 -0.772,4.699 -0.947,7.063c-0.06,0.812 0.379,1.785 0.866,2.493c2.419,3.515 5.893,4.019 9.7,3.059c2.002,-0.504 3.357,-2.045 3.934,-3.938c1.196,-3.917 2.66,-7.774 2.809,-11.97c0.095,-2.698 0.636,-5.377 0.789,-8.076c0.205,-3.607 -0.219,-7.237 -1.251,-10.642c-0.752,-2.479 -3.038,-5.374 -5.084,-6.878c-0.304,-0.223 -0.577,-0.412 -0.859,-0.579c-1.675,-0.987 -2.762,-1.32 -4.335,-0.3zM401.72681,234.70149c-0.101,-1.326 -0.959,-1.916 -2.173,-2.016c-3.987,-0.33 -7.975,-0.601 -11.969,-0.017c-1.683,0.246 -0.837,1.445 -0.332,2.478c0.731,1.496 1.188,3.111 1.737,4.679c1.725,4.929 2.937,9.682 7.386,12.809c1.02,0.718 1.925,0.49 2.509,-0.639c1.814,-3.5 3.201,-7.135 3.254,-11.187c-0.136,-2.036 -0.258,-4.072 -0.412,-6.107zM346.08881,230.64349c-1.946,-0.298 -5.431,-1.716 -7.278,-0.505c-1.299,0.852 -1.906,2.992 -2.346,4.369c-0.55,1.716 -0.533,3.525 -0.939,5.23c-0.651,2.74 -0.734,5.578 -0.288,8.36c0.321,2.009 2.516,2.537 4.402,1.459c2.315,-1.324 2.953,-3.487 3.632,-5.851c1.003,-3.487 2.508,-6.774 5.627,-9.003c0.8,-0.571 1.478,-1.314 2.31,-2.067c-1.612,-1.252 -3.319,-1.714 -5.12,-1.992zM380.90781,187.52549c-0.878,-2.438 -2.782,-4.018 -5.471,-4.48c-2.799,-0.48 -5.329,-0.231 -7.178,2.268c-1.435,1.94 -1.521,6.107 -0.139,7.777c0.211,0.255 0.46,0.562 0.75,0.653c1.984,0.621 3.983,1.191 5.193,1.547c4.571,0.087 8.094,-4.303 6.845,-7.765zM387.94781,270.14749c3.419,0.113 6.848,0.261 10.257,0.087c2.088,-0.108 4.269,-0.496 6.181,-1.303c1.578,-0.665 2.68,-2.12 2.71,-4.193c0.031,-2.167 0.034,-4.279 -1.003,-6.238c-0.225,-0.425 -0.625,-0.755 -0.945,-1.128c-0.263,0.312 -0.49,0.667 -0.797,0.926c-1.345,1.135 -2.662,2.311 -4.082,3.346c-3.146,2.292 -6.658,3.908 -10.299,5.219c-2.777,1 -5.607,1.85 -8.483,2.789c2.145,0.17 4.3,0.425 6.461,0.495zM418.86581,274.98749c1.787,-1.616 3.775,-3.011 5.241,-4.828c2.664,-3.303 4.693,-7.021 5.15,-11.362c0.088,-0.825 -0.193,-1.754 -0.522,-2.543c-0.489,-1.175 -1.713,-1.385 -2.629,-0.494c-1.354,1.316 -2.216,2.943 -2.952,4.687c-0.646,1.53 -1.464,3.017 -2.412,4.38c-1.31,1.882 -2.805,3.634 -4.239,5.428c-0.23,0.288 -0.554,0.499 -0.823,0.735c1.06,1.329 2.062,2.588 3.186,3.997zM353.82681,287.64649c-1.144,3.669 -2.309,7.339 -3.238,11.066c-0.382,1.535 -0.388,3.244 -0.182,4.824c0.226,1.72 2.052,2.665 3.737,2.203c0.257,-0.071 0.597,-0.444 0.615,-0.697c0.095,-1.377 -0.028,-2.781 0.171,-4.14c0.315,-2.153 0.864,-4.27 1.243,-6.415c0.406,-2.294 0.739,-4.601 1.085,-6.906c0.126,-0.836 0.412,-1.725 0.248,-2.51c-0.239,-1.143 -0.819,-2.213 -1.253,-3.313c-0.111,0.001 -0.222,0.001 -0.333,0.001c-0.703,1.961 -1.475,3.9 -2.093,5.887zM398.53581,293.87549c-5.028,1.518 -4.837,5.917 -5.119,10.273c-0.131,2.028 0.608,3.832 2.262,5.061c0.579,0.429 1.46,0.533 2.217,0.588c0.236,0.017 0.725,-0.603 0.746,-0.954c0.15,-2.399 0.12,-4.811 0.314,-7.204c0.212,-2.617 0.604,-5.218 0.942,-8.035c-0.533,0.102 -0.959,0.149 -1.362,0.271zM385.21981,291.03549c-0.428,1.112 -0.306,1.33 0.891,1.598c1.986,0.445 4.08,0.208 6.094,0.21c1.098,0.001 3.259,-0.656 3.644,-1.856c0.342,-1.062 -0.586,-0.982 -1.464,-1.199c-1.22,-0.303 -2.434,-0.628 -3.667,-0.873c-0.926,-0.183 -2.919,-1.052 -3.755,-0.652c-0.094,0.045 -0.188,0.115 -0.282,0.204c-0.68,0.645 -1.129,1.707 -1.461,2.568zM397.94081,277.27149c-1.602,-0.127 -3.114,-0.236 -4.624,-0.37c-1.368,-0.121 -2.741,-0.214 -4.094,-0.429c-0.805,-0.128 -1.1,0.112 -1.088,0.889c0.015,0.99 0.004,1.978 0.004,2.913c3.358,0.494 6.434,0.948 9.802,1.444c0,-1.572 0,-3.012 0,-4.447zM394.44381,283.22349c-0.45,-0.043 -6.593,-0.5 -6.592,-0.567c-0.012,0.813 -0.473,1.538 -0.545,2.341c-0.091,1.006 -0.038,0.865 0.838,1.086c1.756,0.443 3.537,0.653 5.265,1.188c0.763,0.236 2.842,1.076 3.599,0.583c0.647,-0.424 0.914,-3.085 0.687,-3.742c-0.064,-0.185 -0.186,-0.328 -0.348,-0.439c-0.677,-0.464 -2.06,-0.368 -2.904,-0.45zM386.42181,272.38749c-0.248,0.03 0.476,1.368 0.587,1.482c0.303,0.313 0.795,0.506 1.199,0.633c0.933,0.294 1.966,0.155 2.926,0.236c2.207,0.187 4.245,0.22 6.427,0.184c-0.263,-0.633 -0.331,-1.488 -0.85,-1.98c-0.508,-0.48 -1.508,-0.585 -2.158,-0.593c-2.62,-0.029 -5.498,-0.325 -8.087,0.033c-0.014,0.002 -0.029,0.004 -0.044,0.005z" fill="#2a3d98" fill-rule="nonzero"/></g><g data-paper-data="{&quot;index&quot;:null}" fill="#2a3d98" fill-rule="evenodd" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter"><path d="M360.84581,250.29749c-5.833,1.613 -9.283,-3.032 -9.738,-7.762c-0.078,-0.816 0.419,-1.572 1.498,-1.698c1.028,-0.12 1.144,0.411 1.294,1.227c0.213,1.167 0.426,2.403 0.977,3.427c1.85,3.444 6.531,3.644 8.469,0.453c0.388,-0.64 0.507,-1.115 -0.148,-1.736c-0.33,-0.313 -0.437,-1.08 -0.323,-1.568c0.076,-0.327 0.725,-0.753 1.1,-0.736c1.345,0.06 2.701,0.207 4.013,0.499c0.472,0.107 1.112,0.671 1.184,1.108c0.127,0.776 -0.461,1.294 -1.281,1.39c-0.431,0.049 -0.865,0.057 -1.318,0.085c0.341,1.913 1.414,3.143 2.856,4.112c1.731,1.165 3.815,1.192 5.265,-0.423c0.5,-0.557 2.621,-5.232 3.982,-3.03c0.527,0.853 -1.138,2.805 -1.673,3.561c-1.403,1.978 -3.295,3.33 -5.743,3.204c-2.753,-0.142 -5.021,-1.452 -6.481,-3.822c-1.365,0.605 -2.599,1.341 -3.933,1.709z"/><path d="M361.17881,237.72349c0.133,0.82 -0.07,2.177 -1.049,2.372c-1.345,0.267 -2.06,-1.266 -1.537,-2.39c0.387,-0.831 1.617,-1.234 2.241,-0.67c0.171,0.153 0.296,0.379 0.345,0.688z"/><path d="M371.12181,240.01149c-0.474,-0.069 -1.151,-0.592 -1.251,-1.024c-0.211,-0.911 0.831,-2.237 1.59,-2.216c1.001,0.028 1.286,0.78 1.421,1.536c0.017,0.861 -0.892,1.829 -1.76,1.704z"/></g><g fill-rule="nonzero" stroke-linecap="round" stroke-linejoin="miter"><path d="M274.60381,256.60415c11.5505,0 20.124,2.9002 29.5959,7.8871c4.501,2.3753 8.4245,7.0217 11.2923,12.7013c2.2579,4.4786 3.9219,10.2242 3.6653,15.5683c-0.4895,6.0139 0.4651,14.3636 -5.7015,15.4413c-24.6633,4.3083 -49.7867,4.138 -74.5273,-0.7625c-6.1854,-1.2252 -4.8512,-10.3069 -5.7016,-15.8861c-0.6141,-4.5269 -0.9432,-9.9841 0.6516,-13.9162c2.5095,-6.066 6.5894,-10.6183 11.1294,-13.1461c9.4182,-5.2144 18.0454,-7.8871 29.5959,-7.8871z" fill="#fbff00" stroke="#703d00" stroke-width="2.12954"/><path d="M275.41571,255.99245c9.8955,-0.3091 19.8251,-0.1382 29.5259,1.3407c5.6005,1.1605 13.0549,1.5342 15.8828,6.4937c3.6743,6.4309 0.8944,14.5937 0.4073,22.4138c-0.2126,2.0822 -0.9554,6.3153 -2.8508,5.6977c-4.303,-2.0026 -5.8001,-11.1189 -10.1406,-12.5685c-2.2505,-0.7482 -0.3567,6.4385 -2.9322,7.7925c-3.5024,1.8216 -9.8099,-3.8275 -11.7696,-0.8798c-2.2204,3.3474 4.3429,8.8206 2.9322,12.9874c-0.6948,2.7048 -6.0005,4.3965 -7.5749,2.1786c-3.0006,-4.2314 0.4398,-11.0561 -2.1177,-15.5849c-1.3431,-2.3839 -5.581,-2.4928 -7.5749,-0.8798c-3.7476,3.0424 -3.3134,9.7506 -7.1269,12.5684c-2.0404,1.5058 -5.2797,0.4525 -7.1677,-0.8797c-4.773,-4.1493 -5.9679,-13.5656 -11.7696,-14.7052c-4.3772,-0.8655 -6.6961,10.8542 -9.6926,9.5102c-3.3859,-1.5351 0.4186,-14.9967 -2.525,-16.0039c-2.7636,-0.9208 -6.0217,13.4919 -8.4709,12.8199c-2.8043,-0.8572 -2.2659,-10.7846 -2.0362,-15.8782c0.1873,-4.182 -0.9717,-10.8307 2.8507,-12.2334c13.2977,-4.8489 28.0606,-3.7479 42.1507,-4.1895z" fill="#ff99e5" stroke="#ff00bf" stroke-width="1.65257"/><path d="M253.79321,265.55995l4.1947,-0.8145" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M272.28251,275.65985h-5.05" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M300.46441,271.05785v-3.7875" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M288.28751,262.22045l-4.2354,-2.525" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M315.20701,273.99005v4.6427" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M311.01231,264.29745h-3.3802" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M241.57561,270.60985l3.7875,-3.7874" fill="none" stroke="#9b4976" stroke-width="1.62504"/><path d="M246.21831,275.65985l3.3395,-0.8145" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M265.56281,259.69545l3.3802,2.9323" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M267.68051,288.73265l3.3395,-2.973" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M285.31461,281.15775l3.3802,2.5249" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M295.86241,284.08995l0.4073,-2.525z" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M300.46441,260.95795h-3.7875" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M310.56431,272.72755l-3.3395,0.8553" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M236.93291,264.74545l4.6427,-1.7105" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M248.29531,260.95795l1.2625,2.9322z" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M284.50011,273.13485l-0.448,-2.077z" fill="none" stroke="#ffffff" stroke-width="1.62504"/><path d="M257.13271,276.51505l2.5249,-5.4572" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M274.40021,258.84025h5.0499" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M281.97511,280.30245l-5.0499,1.6698" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M296.26971,275.65985l-4.6427,-1.6698" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M246.62551,282.82745l4.1947,-1.6697" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M236.11841,272.72755v-3.3802" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M260.10561,258.02575l-3.7874,0.4073" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M320.25691,275.65985v4.6426" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M295.86241,267.67765h-3.7874" fill="none" stroke="#6148a4" stroke-width="1.62504"/><path d="M291.21981,258.02575h2.5249z" fill="none" stroke="#6148a4" stroke-width="1.62504"/></g><path d="M246.18141,265.27605c-0.0629,-11.4935 -0.1388,-22.3653 -0.2328,-31.3316c0.6029,-1.0369 1.3709,-1.172 2.0094,-1.1448c0.4073,0.0194 0.8299,0.5607 1.2436,0.9584c0.1138,9.9815 0.2055,20.4259 0.2805,31.1761c-0.4379,-0.2321 -1.0705,-0.4908 -1.7308,-0.4893c-0.5852,0.0013 -1.1483,0.4147 -1.5699,0.8312z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M245.64381,247.25215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M245.84381,237.65215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M245.49381,257.65215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M250.43241,233.26675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM245.97611,233.49715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M246.99081,219.86475c0.0164,-0.2608 -0.2484,-0.7032 0.1172,0c1.4822,2.8301 3.1719,5.762 4.101,8.779c0.2484,0.7979 -0.1746,1.7236 -0.703,2.5207c-0.5261,0.6928 -1.1694,1.761 -2.3435,1.7819c-1.2326,0.0209 -2.1806,-1.0439 -2.6364,-1.8688c-0.744,-1.03 -0.9983,-2.2704 -0.7616,-3.3899c0.307,-1.4542 1.7143,-2.8128 2.1091,-4.1288c0.3633,-1.2056 0.0598,-2.6589 0.1172,-3.6941z" fill="#ff9400" fill-rule="nonzero" stroke="#ff9400" stroke-width="2.06324" stroke-linecap="round" stroke-linejoin="miter"/><path d="M247.62511,229.00475c0.1197,-0.1329 0.1295,-0.2048 0.2036,-0.1209c0.3193,0.6067 0.6549,1.2278 0.7331,1.7674c0.0521,0.3734 -0.1906,0.7365 -0.2867,1.0996c-0.1092,0.4375 0.0684,1.4471 -0.2427,1.4834c-0.3487,-0.0363 -0.8765,-1.0151 -1.1387,-1.4834c-0.1931,-0.3419 -0.3682,-0.728 -0.2867,-1.0996c0.1254,-0.5348 0.5921,-1.1438 1.0181,-1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/><path d="M262.67581,263.57605c-0.4216,-0.4165 -0.9847,-0.8299 -1.5699,-0.8312c-0.6603,-0.0015 -1.2929,0.2572 -1.7308,0.4893c0.075,-10.7502 0.1667,-21.1946 0.2805,-31.1761c0.4137,-0.3977 0.8363,-0.939 1.2436,-0.9584c0.6385,-0.0272 1.4065,0.1079 2.0094,1.1448c-0.094,8.9663 -0.1699,19.8381 -0.2328,31.3316z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M263.26341,245.50215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M263.01341,236.05215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M263.26341,255.90215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M264.18241,231.61675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM259.72611,231.84715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M262.13411,221.81405c0.4058,1.3523 1.8518,2.7484 2.1673,4.2427c0.2432,1.1504 -0.0181,2.425 -0.7826,3.4834c-0.4684,0.8476 -1.4425,1.9418 -2.7092,1.9203c-1.2064,-0.0214 -1.8674,-1.1191 -2.4081,-1.831c-0.543,-0.819 -0.9777,-1.7703 -0.7224,-2.5902c0.9548,-3.1003 2.6911,-6.113 4.2142,-9.0212c0.3757,-0.7226 0.1035,-0.268 0.1204,0c0.059,1.0638 -0.2529,2.5572 0.1204,3.796z" fill="#ff9400" fill-rule="nonzero" stroke="none" stroke-width="1.06008" stroke-linecap="round" stroke-linejoin="miter"/><path d="M262.30021,229.00125c0.0815,0.3716 -0.0936,0.7577 -0.2867,1.0996c-0.2622,0.4683 -0.79,1.4471 -1.1387,1.4834c-0.3111,-0.0363 -0.1335,-1.0459 -0.2427,-1.4834c-0.0961,-0.3631 -0.3388,-0.7262 -0.2867,-1.0996c0.0782,-0.5396 0.4138,-1.1607 0.7331,-1.7674c0.0741,-0.0839 0.0839,-0.012 0.2036,0.1209c0.426,0.5027 0.8927,1.1117 1.0181,1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/><path d="M274.43141,262.92605c-0.0629,-11.4935 -0.1388,-22.3653 -0.2328,-31.3316c0.6029,-1.0369 1.3709,-1.172 2.0094,-1.1448c0.4073,0.0194 0.8299,0.5607 1.2436,0.9584c0.1138,9.9815 0.2055,20.4259 0.2805,31.1761c-0.4379,-0.2321 -1.0705,-0.4908 -1.7308,-0.4893c-0.5852,0.0013 -1.1483,0.4147 -1.5699,0.8312z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M273.89381,244.90215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M274.14381,235.30215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M273.84381,255.30215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M278.78241,230.91675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM274.32611,231.14715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M275.19051,217.34025c0.0173,-0.2753 -0.2623,-0.7424 0.1237,0c1.5649,2.9879 3.3487,6.0832 4.3296,9.2684c0.2623,0.8424 -0.1843,1.8197 -0.7422,2.6612c-0.5554,0.7314 -1.2345,1.8592 -2.4741,1.8812c-1.3013,0.022 -2.3021,-1.1021 -2.7833,-1.973c-0.7855,-1.0874 -1.054,-2.3969 -0.8041,-3.5788c0.3241,-1.5353 1.8098,-2.9696 2.2267,-4.3589c0.3835,-1.2728 0.0631,-2.8071 0.1237,-3.9001z" fill="#ff9400" fill-rule="nonzero" stroke="none" stroke-width="1.08912" stroke-linecap="round" stroke-linejoin="miter"/><path d="M275.82511,226.75475c0.1197,-0.1329 0.1295,-0.2048 0.2036,-0.1209c0.3193,0.6067 0.6549,1.2278 0.7331,1.7674c0.0521,0.3734 -0.1906,0.7365 -0.2867,1.0996c-0.1092,0.4375 0.0684,1.4471 -0.2427,1.4834c-0.3487,-0.0363 -0.8765,-1.0151 -1.1387,-1.4834c-0.1931,-0.3419 -0.3682,-0.728 -0.2867,-1.0996c0.1254,-0.5348 0.5921,-1.1438 1.0181,-1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/><path d="M289.38141,263.97605c-0.0629,-11.4935 -0.1388,-22.3653 -0.2328,-31.3316c0.6029,-1.0369 1.3709,-1.172 2.0094,-1.1448c0.4073,0.0194 0.8299,0.5607 1.2436,0.9584c0.1138,9.9815 0.2055,20.4259 0.2805,31.1761c-0.4379,-0.2321 -1.0705,-0.4908 -1.7308,-0.4893c-0.5852,0.0013 -1.1483,0.4147 -1.5699,0.8312z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M288.74381,245.90215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M288.99381,236.40215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M288.74381,256.30215c0.5251,-0.0134 1.2255,-0.0272 1.9514,-0.0288c0.819,-0.0018 1.6024,0.0041 2.1444,0.0098c0.2095,1.675 -0.2049,3.607 -0.1858,5.1696c-0.678,0.0238 -1.3446,0.0403 -2.1497,0.0438c-0.588,0.0026 -1.1711,-0.004 -1.735,-0.018c-0.0272,-0.0007 -0.0496,-0.0018 -0.0756,-0.0028c-0.1695,-1.0646 0.0765,-2.1555 0.0674,-3.2231c-0.004,-0.5267 0.0262,-1.2752 -0.0171,-1.9505z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M293.68241,232.01675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM289.22611,232.24715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M289.90151,219.16985c0.0163,-0.2602 -0.2478,-0.7015 0.1169,0c1.4786,2.8233 3.1641,5.748 4.0911,8.7577c0.2478,0.796 -0.1742,1.7195 -0.7014,2.5146c-0.5248,0.6911 -1.1665,1.7567 -2.3377,1.7775c-1.2297,0.0209 -2.1753,-1.0413 -2.63,-1.8642c-0.7423,-1.0275 -0.9959,-2.2649 -0.7598,-3.3817c0.3062,-1.4507 1.7101,-2.806 2.104,-4.1187c0.3623,-1.2027 0.0596,-2.6525 0.1169,-3.6852z" fill="#ff9400" fill-rule="nonzero" stroke="none" stroke-width="1.02912" stroke-linecap="round" stroke-linejoin="miter"/><path d="M290.67511,227.75475c0.1197,-0.1329 0.1295,-0.2048 0.2036,-0.1209c0.3193,0.6067 0.6549,1.2278 0.7331,1.7674c0.0521,0.3734 -0.1906,0.7365 -0.2867,1.0996c-0.1092,0.4375 0.0684,1.4471 -0.2427,1.4834c-0.3487,-0.0363 -0.8765,-1.0151 -1.1387,-1.4834c-0.1931,-0.3419 -0.3682,-0.728 -0.2867,-1.0996c0.1254,-0.5348 0.5921,-1.1438 1.0181,-1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/><path d="M305.92581,265.07605c-0.4216,-0.4165 -0.9847,-0.8299 -1.5699,-0.8312c-0.6603,-0.0015 -1.2929,0.2572 -1.7308,0.4893c0.075,-10.7502 0.1667,-21.1946 0.2805,-31.1761c0.4137,-0.3977 0.8363,-0.939 1.2436,-0.9584c0.6385,-0.0272 1.4065,0.1079 2.0094,1.1448c-0.094,8.9663 -0.1699,19.8381 -0.2328,31.3316z" fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1.24326" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M306.46341,247.05215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M306.21341,237.50215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M306.61341,257.40215c-0.0433,0.6753 -0.0131,1.4238 -0.0171,1.9505c-0.0091,1.0676 0.2369,2.1585 0.0674,3.2231c-0.026,0.001 -0.0484,0.0021 -0.0756,0.0028c-0.5639,0.014 -1.147,0.0206 -1.735,0.018c-0.8051,-0.0035 -1.4717,-0.02 -2.1497,-0.0438c0.0191,-1.5626 -0.3953,-3.4946 -0.1858,-5.1696c0.542,-0.0057 1.3254,-0.0116 2.1444,-0.0098c0.7259,0.0016 1.4263,0.0154 1.9514,0.0288z" fill="#42b5e8" fill-rule="nonzero" stroke="none" stroke-width="0.4292" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M307.43241,233.11675c0.1816,0.0857 0.208,0.1883 0.1452,0.277c-0.5113,9.5265 -0.2178,21.6482 -0.6168,31.1303c-0.0005,0.0106 -0.0069,0.0182 -0.0104,0.0276c0,0.0059 0.001,0.0142 0.001,0.0173c-0.0927,0.4843 -1.7504,0.5009 -2.359,0.5044c-0.8028,0.0043 -2.3772,-0.0706 -2.6905,-0.6018c-0.003,-0.0048 -0.0015,-0.0129 -0.0019,-0.0195c-0.0136,-0.0158 -0.0301,-0.0313 -0.0315,-0.0465c-0.2111,-5.5305 -0.435,-11.027 -0.4102,-16.5336c0.0193,-4.022 -0.0169,-10.59 0.1716,-14.6103c0.0112,-0.2236 0.2853,-0.3459 0.5843,-0.3703c0.5295,-0.2077 1.5368,-0.2555 2.0025,-0.2674c1.1023,-0.0277 2.379,0.0972 3.2157,0.4928zM302.97611,233.34715c-0.0793,1.4997 -0.1349,3.069 -0.1727,4.6844c-0.198,8.5022 0.102,18.3034 0.06,26.2343c0.5462,0.1144 1.0833,0.1915 1.7324,0.2019c0.4745,0.0074 0.9448,-0.0314 1.3991,-0.1078c0.022,-0.0043 0.04,-0.0101 0.061,-0.0154c0.1551,-5.4045 -0.0242,-10.9385 0.0017,-16.3565c0.0119,-2.6731 0.0005,-6.4715 0.0476,-9.8991c0.0231,-1.7273 0.0615,-3.3607 0.125,-4.7081c-0.6065,-0.1567 -1.375,-0.1785 -2.0134,-0.1759c-0.4077,0.0027 -0.8284,0.0832 -1.2407,0.1422z" fill="#231f20" fill-rule="nonzero" stroke="none" stroke-width="0.38875" stroke-linecap="butt" stroke-linejoin="miter"/><path d="M303.98501,220.34415c0.0163,-0.2601 -0.2478,-0.7014 0.1168,0c1.4784,2.8227 3.1635,5.7468 4.0903,8.7558c0.2477,0.7959 -0.1741,1.7191 -0.7012,2.5141c-0.5247,0.6909 -1.1663,1.7564 -2.3373,1.7772c-1.2294,0.0208 -2.1748,-1.0412 -2.6294,-1.8639c-0.7421,-1.0273 -0.9957,-2.2644 -0.7596,-3.381c0.3061,-1.4503 1.7097,-2.8053 2.1035,-4.1178c0.3623,-1.2024 0.0596,-2.6519 0.1169,-3.6844z" fill="#ff9400" fill-rule="nonzero" stroke="none" stroke-width="1.0289" stroke-linecap="round" stroke-linejoin="miter"/><path d="M304.67511,228.75475c0.1197,-0.1329 0.1295,-0.2048 0.2036,-0.1209c0.3193,0.6067 0.6549,1.2278 0.7331,1.7674c0.0521,0.3734 -0.1906,0.7365 -0.2867,1.0996c-0.1092,0.4375 0.0684,1.4471 -0.2427,1.4834c-0.3487,-0.0363 -0.8765,-1.0151 -1.1387,-1.4834c-0.1931,-0.3419 -0.3682,-0.728 -0.2867,-1.0996c0.1254,-0.5348 0.5921,-1.1438 1.0181,-1.6465z" fill="#ffff99" fill-rule="nonzero" stroke="none" stroke-width="0.71711" stroke-linecap="round" stroke-linejoin="miter"/></g></g></svg>
It worked.
Nice!
Why does “fill” not work?
The project doesn't read fill, that's why I called it “SVG path data to Scratch Pen”, and not “SVG to Scratch Pen”.
kriblo
Scratcher
100+ posts

Using vector graphics to draw with the pen

-Aerova- wrote:

Nice! So that means you can make pen projects in higher quality?
I don't know about higher quality… I made these projects to make it easier to draw complex things with the Pen. Using the vector editor to draw whatever you want to draw with the Pen, and then converting that to Scratch lists of coordinates, can eliminate a lot of calculations in your Scratch code.

Powered by DjangoBB