getting started on mobile app, mobile icons, improvements for mobile on web app

This commit is contained in:
lone-cloud 2016-10-18 12:00:39 -07:00
parent f1e18cbd98
commit bced8079d6
67 changed files with 728 additions and 353 deletions

View file

@ -9,38 +9,14 @@
<meta name="author" content="Egor Philippov">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Huegasm",
"url": "http://www.huegasm.com/"
}
</script>
<!--Open graph meta tags -->
<meta property="og:title" content="Huegasm" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Huegasm" />
<meta property="og:url" content="http://www.huegasm.com/" />
<meta property="og:image" content="/mstile-144x144.png" />
<link type="text/plain" rel="author" href="http://www.huegasm.com/humans.txt" />
{{content-for 'head'}}
<link href='//fonts.googleapis.com/css?family=Slabo+27px|Open+Sans' rel='stylesheet' type='text/css'>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" integrity="" href="{{rootURL}}assets/vendor.css">
<link rel="stylesheet" integrity="" href="{{rootURL}}assets/huegasm.css">
<link rel="stylesheet" integrity="" href="{{rootURL}}assets/huegasm_mobile.css">
{{content-for 'head-footer'}}
@ -60,7 +36,7 @@
{{content-for 'body'}}
<script src="{{rootURL}}assets/vendor.js"></script>
<script src="{{rootURL}}assets/huegasm.js"></script>
<script src="{{rootURL}}assets/huegasm_mobile.js"></script>
{{content-for 'body-footer'}}
</body>

View file

@ -1,11 +1,10 @@
import Ember from 'ember';
import ENV from 'huegasm/config/environment';
import ENV from 'huegasm_mobile/config/environment';
const {
A,
Component,
computed,
isEmpty,
isNone,
run,
$
@ -51,23 +50,6 @@ export default Component.extend({
return tabData;
}),
didInsertElement(){
// here's a weird way to automatically initialize bootstrap tooltips
let observer = new MutationObserver(function(mutations) {
let haveTooltip = !mutations.every(function(mutation) {
return isEmpty(mutation.addedNodes) || isNone(mutation.addedNodes[0].classList) || mutation.addedNodes[0].classList.contains('tooltip');
});
if(haveTooltip) {
run.scheduleOnce('afterRender', function(){
$('.bootstrap-tooltip').tooltip();
});
}
});
observer.observe($('#hue-controls')[0], {childList: true, subtree: true});
},
init() {
this._super(...arguments);
@ -188,7 +170,7 @@ export default Component.extend({
// it's VERY ugly but it works... the jQuery massacre :'(
intro.onchange((element) => {
if(element.id === 'music-tab' || element.id === 'playlist' || element.id === 'player-area' || element.id === 'beat-option-row' || element.id === 'beat-option-button-group' || element.id === 'beat-container' || element.id === 'using-mic-audio-tooltip'){
if(element.id === 'music-tab' || element.id === 'playlist' || element.id === 'player-area' || element.id === 'beat-option-row' || element.id === 'beat-option-button-group' || element.id === 'beat-container'){
$('#music-tab').removeClass('hidden');
$('#lights-tab').addClass('hidden');
$('.navigation-item').eq(0).removeClass('active');

View file

@ -1,5 +1,5 @@
{{#each lightsList as |light|}}
<div class="{{light.activeClass}} bootstrap-tooltip light{{light.id}}" data-toggle="tooltip" data-placement="top auto" data-title={{light.name}} {{action "clickLight" light.id}} {{action "lightStartHover" light.id on="mouseEnter"}} {{action "lightStopHover" light.id on="mouseLeave"}}>
<div class="{{light.activeClass}} light{{light.id}}" data-toggle="tooltip" data-placement="top auto" {{action "clickLight" light.id}} {{action "lightStartHover" light.id on="mouseEnter"}} {{action "lightStopHover" light.id on="mouseLeave"}}>
<img class="hueLight" width="40" src="assets/images/lights/{{light.type}}.svg">
</div>
{{/each}}

View file

@ -1,19 +1,19 @@
{{#paper-list}}
{{#paper-item}}
{{paper-icon "power-settings-new" class=dimmerOnClass}}
<p data-toggle="tooltip" data-placement="bottom auto" class="bootstrap-tooltip lights-control-tooltip" data-title="Turn the selected lights on/off">Power</p>
<p>Power</p>
{{paper-switch value=lightsOn onChange=(action (mut lightsOn)) disabled=trial skipProxy=trial label=lightsOnTxt}}
{{/paper-item}}
{{#paper-item}}
{{paper-icon "brightness-4" class=dimmerOnClass}}
<p data-toggle="tooltip" data-placement="bottom auto" class="bootstrap-tooltip lights-control-tooltip" data-title="The brightness level of the selected lights">Brightness</p>
<p>Brightness</p>
{{paper-slider flex=true min='1' max='254' value=lightsBrightness disabled=brightnessControlDisabled}}
{{/paper-item}}
{{#paper-item elementId="color-row"}}
{{paper-icon "color-lens" class=dimmerOnClass}}
<p data-toggle="tooltip" data-placement="bottom auto" class="bootstrap-tooltip lights-control-tooltip" data-title="The color of the selected lights">Color</p>
<p>Color</p>
{{/paper-item}}
<div class="relative">
@ -26,13 +26,13 @@
{{#paper-item}}
{{paper-icon "flare" class=dimmerOnClass}}
<p data-toggle="tooltip" data-placement="bottom auto" class="bootstrap-tooltip lights-control-tooltip" data-title="Selected lights will flash in sequential order">Strobe</p>
<p>Strobe</p>
{{paper-switch value=strobeOn onChange=(action (mut strobeOn)) disabled=trial skipProxy=trial label=strobeOnTxt}}
{{/paper-item}}
{{#paper-item}}
{{paper-icon "color-lens" class=dimmerOnClass}} {{paper-icon "loop" id="loop-addition" class=dimmerOnClass}}
<p data-toggle="tooltip" data-placement="bottom auto" class="bootstrap-tooltip lights-control-tooltip" data-title="Selected lights will slowly cycle through all the colors">Colorloop</p>
<p>Colorloop</p>
{{paper-switch value=colorLoopOn onChange=(action (mut colorLoopOn)) disabled=trial skipProxy=trial label=colorloopOnTxt}}
{{/paper-item}}
{{/paper-list}}

View file

@ -391,21 +391,6 @@ export default Component.extend(helperMixin, visualizerMixin, {
this.send('dropFiles', event.dataTransfer.files);
});
// control the volume by scrolling up/down
$('#player-area').on('mousewheel', (event)=>{
if(this.get('playQueueNotEmpty') && !this.get('usingMicAudio')) {
let scrollSize = 5;
if(event.deltaY < 0) {
scrollSize *= -1;
}
let newVolume = this.get('volume') + scrollSize;
this.send('volumeChanged', newVolume < 0 ? 0 : newVolume);
event.preventDefault();
}
});
// demo tracks
if(this.get('firstVisit')){
this.send('handleNewSoundCloudURL', 'https://soundcloud.com/mrsuicidesheep/candyland-speechless-feat-rkcb');
@ -435,9 +420,6 @@ export default Component.extend(helperMixin, visualizerMixin, {
setVisName(name){
this.set('currentVisName', name);
},
hideTooltip(){
$('.bootstrap-tooltip').tooltip('hide');
},
gotoSCURL(URL){
// need to pause the music since soundcloud is going to start playing this song anyways
if(this.get('playing')){
@ -447,7 +429,6 @@ export default Component.extend(helperMixin, visualizerMixin, {
this.send('gotoURL', URL);
},
gotoURL(URL){
$('.tooltip').remove();
window.open(URL, '_blank');
},
handleNewSoundCloudURL(URL){
@ -627,9 +608,6 @@ export default Component.extend(helperMixin, visualizerMixin, {
removeAudio(index){
this.get('playQueue').removeAt(index);
// need to manually remove the tooltip
$('body .tooltip').remove();
if(index === this.get('playQueuePointer')) {
this.send('goToSong', index, true, true);
}

View file

@ -5,7 +5,6 @@ const {
observer,
computed,
isNone,
$,
inject,
on,
A
@ -327,46 +326,12 @@ export default Mixin.create({
this.get('storage').set('huegasm.' + option, this.get(option));
}),
onRepeatChange: on('init', observer('repeat', function () {
let tooltipTxt = 'Repeat all', type = 'repeat';
if (this.get(type) === 1) {
tooltipTxt = 'Repeat one';
} else if (this.get(type) === 2) {
tooltipTxt = 'Repeat off';
}
this.changeTooltipText(type, tooltipTxt);
})),
onUsingMicAudioChange: on('init', observer('usingMicAudio', function(){
let tooltipTxt = 'Listen to audio through mic', type = 'usingMicAudio';
if (this.get(type)) {
tooltipTxt = 'Listen to audio files';
}
this.changeTooltipText(type, tooltipTxt);
})),
onShuffleChange: on('init', observer('shuffle', function () {
let tooltipTxt = 'Shuffle', type = 'shuffle';
if (this.get(type)) {
this.get('shufflePlayed').clear();
tooltipTxt = 'Unshuffle';
}
this.changeTooltipText(type, tooltipTxt);
})),
onVolumeMutedChange: on('init', observer('volumeMuted', function() {
let tooltipTxt = 'Mute', type = 'volumeMuted',
volumeMuted = this.get(type), dancer = this.get('dancer'),
let volumeMuted = this.get('volumeMuted'),
dancer = this.get('dancer'),
volume=0;
if (volumeMuted) {
tooltipTxt = 'Unmute';
volume = 0;
} else {
volume = this.get('volume')/100;
@ -375,45 +340,8 @@ export default Mixin.create({
if(this.get('playing')){
dancer.setVolume(volume);
}
this.changeTooltipText(type, tooltipTxt);
})),
onPrevChange: on('init', observer('timeElapsed', 'playQueueNotEmpty', 'playQueue.[]', function() {
if(this.get('playQueueNotEmpty')){
let tooltipTxt = 'Previous', type = 'prev';
if(this.get('timeElapsed') > 5 || this.get('playQueue').length === 1) {
tooltipTxt = 'Replay';
}
this.changeTooltipText(type, tooltipTxt);
}
})),
onPlayingChange: on('init', observer('playing', function () {
let tooltipTxt = 'Play', type = 'playing';
if (this.get(type)) {
tooltipTxt = 'Pause';
} else if(this.get('timeElapsed') === this.get('timeTotal') && this.get('timeTotal') !== 0){
tooltipTxt = 'Replay';
}
this.changeTooltipText(type, tooltipTxt);
})),
changeTooltipText(type, text) {
// change the tooltip text if it's already visible
$('#' + type + 'Tooltip + .tooltip .tooltip-inner').html(text);
//change the tooltip text for hover
$('#' + type + 'Tooltip').attr('data-original-title', text);
if(isNone(this.get(type + 'TooltipTxt'))) {
this.set(type + 'TooltipTxt', text);
}
},
formatTime(time){
return this.pad(Math.floor(time/60), 2) + ':' + this.pad(time%60, 2);
},

View file

@ -9,17 +9,13 @@
{{range-slider start=seekPosition min=0 max=100 connect=filledConnect id="seek-slider" on-slide="seekChanged"}}
{{#if playQueueNotEmpty}}
<span data-toggle="tooltip" data-placement="top" class="bootstrap-tooltip" id="prevTooltip"
data-title={{prevTooltipTxt}} {{action "previous"}}>{{paper-icon "skip-previous" class="player-control-icon"}}</span><!--
<span {{action "previous"}}>{{paper-icon "skip-previous" class="player-control-icon"}}</span><!--
-->{{/if}}<!--
--><span data-toggle="tooltip" data-placement="top" id="playingTooltip" class="bootstrap-tooltip"
data-title={{playingTooltipTxt}} {{action "play"}}>{{paper-icon playingIcon class="player-control-icon"}}</span><!--
--><span {{action "play"}}>{{paper-icon playingIcon class="player-control-icon"}}</span><!--
-->{{#if playQueueMultiple}}<!--
--><span data-toggle="tooltip" data-placement="top" class="bootstrap-tooltip"
data-title="Next" {{action "next" true}}>{{paper-icon "skip-next" action="" class="player-control-icon"}}</span><!--
--><span {{action "next" true}}>{{paper-icon "skip-next" action="" class="player-control-icon"}}</span><!--
-->{{/if}}<!--
--><span data-toggle="tooltip" data-placement="top" class="bootstrap-tooltip" id="volumeMutedTooltip"
data-title={{volumeMutedTooltipTxt}} {{action "volumeMutedChanged"}}>{{paper-icon icon=volumeIcon class=volumeMutedClass}}</span><!--
--><span {{action "volumeMutedChanged"}}>{{paper-icon icon=volumeIcon class=volumeMutedClass}}</span><!--
-->{{range-slider start=volume min=0 max=100 connect=filledConnect on-slide="volumeChanged" id="volume-bar" class="hidden-xs"}}
<div id="player-time-controls">{{timeElapsedTxt}} / {{timeTotalTxt}}</div>
@ -27,14 +23,14 @@
<span class="pull-right">
{{#if scUrl}}
<a href="#" data-toggle="tooltip" data-placement="top" class="sound-cloud-link bootstrap-tooltip" data-title="Listen on SoundCloud" {{action "gotoSCURL" scUrl}}>
<a href="#" class="sound-cloud-link"{{action "gotoSCURL" scUrl}}>
<img src="assets/images/sc-white.png" class="hidden-xs" />
<img src="assets/images/sc-white-sm.png" class="visible-xs-inline" />
</a>
{{/if}}
<span class="dropup">
<span class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<span data-toggle="tooltip" data-placement="top" class="bootstrap-tooltip" data-title="Visualizations" {{action "hideTooltip"}}>
<span>
{{paper-icon "remove-red-eye" class="player-control-icon"}}
</span>
</span>
@ -72,13 +68,13 @@
{{/if}}
{{#if usingMicSupported}}
<span data-toggle="tooltip" data-placement="bottom auto" class="bootstrap-tooltip" id="using-mic-audio-tooltip" data-title={{usingMicAudioTooltipTxt}} {{action "useMicAudio"}}>{{paper-icon icon=micIcon class=usingMicAudioClass}}</span>
<span {{action "useMicAudio"}}>{{paper-icon icon=micIcon class=usingMicAudioClass}}</span>
{{/if}}
{{#if usingLocalAudio}}
<span data-toggle="tooltip" data-placement="bottom auto" class="bootstrap-tooltip" id="shuffleTooltip" data-title={{shuffleTooltipTxt}} {{action "shuffleChanged"}}>{{paper-icon "shuffle" class=shuffleClass}}</span>
<span data-toggle="tooltip" data-placement="bottom auto" class="bootstrap-tooltip" id="repeatTooltip" data-title={{repeatTooltipTxt}} {{action "repeatChanged"}}>{{paper-icon repeatIcon class=repeatClass}}</span>
<span data-toggle="tooltip" data-placement="bottom auto" class="bootstrap-tooltip" data-title="Clear playlist" {{action "clearPlaylist"}}>{{paper-icon "clear-all" class="player-control-icon"}}</span>
<span {{action "shuffleChanged"}}>{{paper-icon "shuffle" class=shuffleClass}}</span>
<span {{action "repeatChanged"}}>{{paper-icon repeatIcon class=repeatClass}}</span>
<span {{action "clearPlaylist"}}>{{paper-icon "clear-all" class="player-control-icon"}}</span>
{{/if}}
</div>
@ -123,7 +119,7 @@
{{/if}}
</div>
<span data-toggle="tooltip" data-placement="bottom auto" data-title="Remove" data-container="body" class="audio-remove-button pointer bootstrap-tooltip" {{action "removeAudio" index bubbles=false}}>{{paper-icon "close" classNames="close"}}</span>
<span class="audio-remove-button pointer" {{action "removeAudio" index bubbles=false}}>{{paper-icon "close" classNames="close"}}</span>
</div>
{{/each}}
</div>
@ -141,14 +137,14 @@
<div id="player-bottom" class="row {{if dimmerOn "dimmerOn"}}">
<div id="beat-area" class="col-sm-7 col-xs-12">
{{#if usingBeatPreferences}}
<span data-toggle="tooltip" data-placement="bottom" data-title="Using the saved sensitivity preference from the last time you listened to this song" class="bootstrap-tooltip" id="save-beat-preferences-star">
<span id="save-beat-preferences-star">
{{paper-icon "star" class=dimmerOnClass}}
</span>
{{/if}}
<div class="row" id="beat-option-row">
<div class="beat-option col-xs-4">
<span data-toggle="tooltip" data-placement="bottom" data-title="The sensitivity of the beat detector ( more sensitivity results in more registered beats )" class="option-description bootstrap-tooltip">
<span class="option-description">
Sensitivity
</span>
@ -156,7 +152,7 @@
</div>
<div class="beat-option col-xs-4">
<span data-toggle="tooltip" data-placement="bottom" data-title="The range of hues ( colors ) that the lights may change to on beat." class="option-description bootstrap-tooltip">
<span class="option-description">
Hue Range
</span>
@ -165,7 +161,7 @@
{{#if usingMicAudio}}
<div class="beat-option col-xs-4">
<span data-toggle="tooltip" data-placement="bottom" data-title="The coefficient to boost the microphone signal by" class="option-description bootstrap-tooltip">
<span class="option-description">
Mic Boost
</span>
@ -174,17 +170,13 @@
{{/if}}
<div id="light-option" class="beat-option col-xs-4">
<span data-toggle="tooltip" data-placement="bottom auto" data-title="Quickly flash the lights on beat" class="bootstrap-tooltip" {{action "hideTooltip" on="mouseLeave"}}>
<span>
{{paper-checkbox value=flashingTransitions onChange=(action (mut flashingTransitions)) label="Flashing Transitions"}}
</span>
<span data-toggle="tooltip" data-placement="bottom auto" data-title="Slowly cycle the lights through all the colors" class="bootstrap-tooltip" {{action "hideTooltip" on="mouseLeave"}}>
<span>
{{paper-checkbox value=colorloopMode onChange=(action (mut colorloopMode)) label="Colorloop"}}
</span>
{{!--<span data-toggle="tooltip" data-placement="bottom auto" data-title="Periodically turn the lights on and off to create a cool looking ambience" class="bootstrap-tooltip" {{action "hideTooltip" on="mouseLeave"}}>
{{#paper-checkbox checked=ambienceMode}}Ambience{{/paper-checkbox}}
</span>--}}
</div>
</div>
</div>

View file

@ -47,7 +47,7 @@
// Components w/ JavaScript
//@import "bower_components/bootstrap-sass/assets/stylesheets/bootstrap/modals";
@import "bower_components/bootstrap-sass/assets/stylesheets/bootstrap/tooltip";
//@import "bower_components/bootstrap-sass/assets/stylesheets/bootstrap/tooltip";
@import "bower_components/bootstrap-sass/assets/stylesheets/bootstrap/popovers";
//@import "bower_components/bootstrap-sass/assets/stylesheets/bootstrap/carousel";

View file

@ -81,6 +81,6 @@ body.dimmerOn {
cursor: pointer;
width: 40px;
height: 40px;
background: url(/favicon-96x96.png) center center no-repeat;
background: url(images/huegasm.png) center center no-repeat;
background-size: 40px 40px;
}

View file

@ -5,10 +5,6 @@
}
}
.lights-control-tooltip + .tooltip {
left: 0 !important;
}
#color-row {
cursor: pointer;
}
@ -21,7 +17,7 @@
// preload images
#hue-controls:after, md-progress-circular:after {
display: none;
content: url(images/colormap.png) url(images/missingArtwork.png) url(images/sc-white.png) url(/favicon-96x96.png) url(images/lights/a19.svg) url(images/lights/a19w.svg) url(images/lights/br30.svg) url(images/lights/br30w.svg) url(images/lights/gu10.svg) url(images/lights/gu10w.svg) url(images/lights/huego.svg) url(images/lights/huegow.svg) url(images/lights/lc_aura.svg) url(images/lights/lc_auraw.svg) url(images/lights/lc_bloom.svg) url(images/lights/lc_bloomw.svg) url(images/lights/lc_iris.svg) url(images/lights/lc_irisw.svg) url(images/lights/lightstrip.svg) url(images/lights/lightstripw.svg) url(images/lights/storylight.svg) url(images/lights/storylightw.svg);
content: url(images/colormap.png) url(images/missingArtwork.png) url(images/sc-white.png) url(images/huegasm.png) url(images/lights/a19.svg) url(images/lights/a19w.svg) url(images/lights/br30.svg) url(images/lights/br30w.svg) url(images/lights/gu10.svg) url(images/lights/gu10w.svg) url(images/lights/huego.svg) url(images/lights/huegow.svg) url(images/lights/lc_aura.svg) url(images/lights/lc_auraw.svg) url(images/lights/lc_bloom.svg) url(images/lights/lc_bloomw.svg) url(images/lights/lc_iris.svg) url(images/lights/lc_irisw.svg) url(images/lights/lightstrip.svg) url(images/lights/lightstripw.svg) url(images/lights/storylight.svg) url(images/lights/storylightw.svg);
}
#navigation {

View file

@ -1,10 +1,6 @@
.light-group {
margin: 0 auto;
text-align: center;
.tooltip.top {
margin-top: 4px;
margin-left: 0;
}
div {
display: inline-block;
}
@ -31,10 +27,6 @@
top: -9px;
left: 6px;
}
.tooltip.top {
margin-top: 1px;
margin-left: 2px;
}
}
.light-active {

View file

@ -11,9 +11,6 @@
top: 20%;
-webkit-transform: translateY(-20%);
transform: translateY(-20%);
.tooltip {
margin-top: 5px !important;
}
}
#music-tab {
@ -43,12 +40,6 @@
color: white !important;
z-index: 20;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
.tooltip.top {
margin-top: -17px;
}
.tooltip-arrow {
display: none;
}
.play-arrow, .pause, .replay {
font-size: 30px;
}
@ -228,8 +219,9 @@
}
.audio-remove-button {
position: absolute;
top: 20px;
right: 5px;
top: 10px;
right: 0;
padding: 10px;
}
}
@ -241,9 +233,6 @@
.playlist-item:hover {
background: darken(white, 10%);
.close {
display: block;
}
}
#beat-area {
@ -273,9 +262,6 @@
button {
margin-top: 0;
}
.tooltip {
margin: 0;
}
}
#player-bottom {
@ -344,7 +330,7 @@
}
.display-icon {
background: url(/favicon-96x96.png) center center no-repeat;
background: url(images/huegasm.png) center center no-repeat;
background-size: 80px 80px;
}
@ -372,12 +358,9 @@
.close {
font-size: 18px !important;
color: rgb(51, 51, 51);
display: none;
opacity: 1;
text-shadow: none;
&:hover {
color: darken(#333333, 5%) !important;
opacity: 1
}
}

View file

@ -10,7 +10,6 @@
"ember-qunit-notifications": "0.1.0",
"hammer.js": "^2.0.8",
"intro.js": "^2.1.0",
"jquery-mousewheel": "^3.1.13",
"locallyjs": "^0.3.2",
"matchMedia": "^0.3.0",
"nouislider": "^9.0.0",

View file

@ -2,8 +2,8 @@
module.exports = function(environment) {
var ENV = {
modulePrefix: 'huegasm',
podModulePrefix: 'huegasm/pods',
modulePrefix: 'huegasm_mobile',
podModulePrefix: 'huegasm_mobile/pods',
environment: environment,
rootURL: '/',
locationType: 'hash',

View file

@ -13,7 +13,6 @@ module.exports = function(defaults) {
app.import('bower_components/intro.js/intro.js');
app.import('bower_components/intro.js/introjs.css');
app.import('bower_components/JavaScript-ID3-Reader/dist/id3-minimized.js');
app.import('bower_components/jquery-mousewheel/jquery.mousewheel.js');
app.import('bower_components/locallyjs/dist/locally.min.js');
app.import('bower_components/velocity/velocity.js');

View file

@ -1,26 +1,71 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="huegasm_mobile" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>huegasm_mobile</name>
<description>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.nidratech.huegasm" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>huegasm_mobile</name>
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<author email="dev@cordova.apache.org" href="http://cordova.io">
<author email="dev@cordova.apache.org" href="http://cordova.io">
Apache Cordova Team
</author>
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<content src="index.html"/>
<plugin name="cordova-plugin-whitelist" spec="1"/>
<plugin name="cordova-plugin-crosswalk-webview" spec="~2.1.0">
<variable name="XWALK_VERSION" value="21+"/>
<variable name="XWALK_LITEVERSION" value="xwalk_core_library_canary:17+"/>
<variable name="XWALK_COMMANDLINE" value="--disable-pull-to-refresh-effect"/>
<variable name="XWALK_MODE" value="embedded"/>
<variable name="XWALK_MULTIPLEAPK" value="true"/>
</plugin>
<plugin name="cordova-plugin-splashscreen" spec="~4.0.0"/>
<access origin="*"/>
<allow-intent href="http://*/*"/>
<allow-intent href="https://*/*"/>
<allow-intent href="tel:*"/>
<allow-intent href="sms:*"/>
<allow-intent href="mailto:*"/>
<allow-intent href="geo:*"/>
<platform name="ios">
<allow-intent href="itms:*"/>
<allow-intent href="itms-apps:*"/>
<icon src="res/icon/ios/icon-40.png" height="40" width="40"/>
<icon src="res/icon/ios/icon.png" height="57" width="57"/>
<icon src="res/icon/ios/icon-40@2x.png" height="80" width="80"/>
<icon src="res/icon/ios/icon-40@3x.png" height="120" width="120"/>
<icon src="res/icon/ios/icon-60.png" height="60" width="60"/>
<icon src="res/icon/ios/icon-60@2x.png" height="120" width="120"/>
<icon src="res/icon/ios/icon-60@3x.png" height="180" width="180"/>
<icon src="res/icon/ios/icon@2x.png" height="114" width="114"/>
<icon src="res/icon/ios/icon-small.png" height="29" width="29"/>
<icon src="res/icon/ios/icon-small@2x.png" height="58" width="58"/>
<icon src="res/icon/ios/icon-small@3x.png" height="87" width="87"/>
<icon src="res/icon/ios/icon-76@2x.png" height="152" width="152"/>
<icon src="res/icon/ios/icon-76.png" height="76" width="76"/>
<icon src="res/icon/ios/icon-72.png" height="72" width="72"/>
<icon src="res/icon/ios/icon-72@2x.png" height="144" width="144"/>
<icon src="res/icon/ios/icon-50.png" height="50" width="50"/>
<icon src="res/icon/ios/icon-50@2x.png" height="100" width="100"/>
</platform>
<platform name="android">
<allow-intent href="market:*"/>
<icon src="res/icon/android/ldpi.png" density="ldpi"/>
<icon src="res/icon/android/mdpi.png" density="mdpi"/>
<icon src="res/icon/android/hdpi.png" density="hdpi"/>
<icon src="res/icon/android/xhdpi.png" density="xhdpi"/>
<icon src="res/icon/android/xxhdpi.png" density="xxhdpi"/>
<icon src="res/icon/android/xxxhdpi.png" density="xxxhdpi"/>
</platform>
<platform name="windows">
<icon src="res/icon/windows/StoreLogo.png" target="StoreLogo"/>
<icon src="res/icon/windows/smalllogo.png" target="Square30x30Logo"/>
<icon src="res/icon/windows/Square44x44Logo.png" target="Square44x44Logo"/>
<icon src="res/icon/windows/Square70x70Logo.png" target="Square70x70Logo"/>
<icon src="res/icon/windows/Square71x71Logo.png" target="Square71x71Logo"/>
<icon src="res/icon/windows/Square150x150Logo.png" target="Square150x150Logo"/>
<icon src="res/icon/windows/Square310x310Logo.png" target="Square310x310Logo"/>
</platform>
<platform name="blackberry">
<icon src="res/icon/blackberry/icon-86.png"/>
<icon src="res/icon/blackberry/icon-150.png"/>
</platform>
<engine name="android" spec="~5.2.2"/>
</widget>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1,599 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 612 759.0723267" enable-background="new 0 0 612 759.0723267" xml:space="preserve">
<g>
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="4.9999762" y1="376.5135803" x2="607.9945679" y2="376.5135803">
<stop offset="0" style="stop-color:#EB2227"/>
<stop offset="0.5" style="stop-color:#FCEE21"/>
<stop offset="1" style="stop-color:#29ABE2"/>
</linearGradient>
<path fill="url(#SVGID_1_)" d="M581.9107056,97.315155c-8.1942749-16.6652756-19.1679688-31.0324631-34.4998779-41.7709007
c-6.6992798-4.692318-13.7386475-8.8071861-21.5976562-11.3221931c-0.203064-0.103054-0.4064941-0.2064056-0.6095581-0.3097572
c-0.9022217-0.3022461-1.8048096-0.6044922-2.7073364-0.9067383c-0.3199463-0.124382-0.6398926-0.2484665-0.9602051-0.3728485
c-2.7091064-0.8133011-5.4181519-1.6263008-8.1281738-2.4398994c-3.1871033-0.812397-6.3742065-1.6244965-9.5613098-2.4365921
c-0.2472534-0.1018524-0.4945068-0.203701-0.7417908-0.3055496c-0.4071045-0.0411606-0.8139038-0.082325-1.2210083-0.1234856
c-0.1523132-0.0823212-0.3043213-0.164341-0.456665-0.2466621c-0.4509583-0.0414619-0.9016113-0.0832214-1.3522949-0.1246834
c-0.2247314-0.0931358-0.4494629-0.1865768-0.6744995-0.280014c-0.4365234-0.0504723-0.8733826-0.1012497-1.3102112-0.1520233
c-0.0955505-0.0441666-0.1914062-0.0883293-0.2869263-0.1324959c-0.5627441-0.0730057-1.1257629-0.1463165-1.6885071-0.2193222
c-0.2845154-0.0832253-0.5687256-0.1664467-0.8529358-0.2496681c-0.4005127-0.0336494-0.8009949-0.0670013-1.2011719-0.1006508
c-0.2295532-0.1291885-0.4458618-0.3349915-0.6904297-0.3767548c-4.5177612-0.7697334-9.0316162-1.5680122-13.5617065-2.2599335
c-3.8597717-0.5894661-7.7391052-1.0518494-11.6094055-1.5704136c-3.6969604-0.5386944-7.3939209-1.0773888-11.0908508-1.6163845
c-3.2835388-0.4055977-6.5671082-0.8117962-9.850647-1.2173958c-0.2000732-0.0486717-0.400177-0.0973434-0.6002808-0.1460152
c-0.1982727-0.0691013-0.3965759-0.1388035-0.5951843-0.2079067c-1.8179626-0.1790638-3.6359558-0.3578262-5.4539185-0.5365906
c-0.3647461-0.0895329-0.7294922-0.1790638-1.0942383-0.2685966c-0.7408752-0.0444641-1.4820862-0.0883293-2.2229614-0.1327953
c-0.3503113-0.0841236-0.7009277-0.1682472-1.051239-0.2523727c-0.7171631-0.0267391-1.4346313-0.0537777-2.1517944-0.0805187
c-0.3755493-0.0943394-0.7510986-0.1883774-1.1269531-0.2824154c-1.0166931-0.0688019-2.0331116-0.1376038-3.0498047-0.2064056
c-0.188385-0.0360527-0.3767395-0.071806-0.5648193-0.1078587c-0.593689-0.0219326-1.1870728-0.0435638-1.780426-0.0654964
c-3.0179443-0.2538738-6.0359192-0.5077477-9.0538635-0.7616234c-0.6862183-0.0760117-1.3721313-0.1523247-2.0580444-0.2286358
c-0.4031677-0.044466-0.8060608-0.088932-1.209259-0.1333981c-1.3742371-0.0865269-2.7481689-0.1727543-4.1221008-0.2589817
c-0.5462036-0.0498734-1.0924072-0.1000481-1.6386108-0.1502209c-2.8674316-0.1243839-5.7345581-0.2487679-8.6016846-0.3731499
c-2.2671509-0.1568317-4.5342712-0.3139629-6.8014221-0.471096c-0.8811951-0.1108627-1.762085-0.2217255-2.6430054-0.3325901
c-3.2829285-0.1333961-6.5655823-0.2664928-9.8482056-0.399889c-2.4612427-0.1559296-4.9221802-0.3115597-7.3830872-0.4674892
c-1.088501-0.114769-2.1767273-0.2295399-3.2652283-0.3440075c-6.036499-0.2929325-12.072998-0.585865-18.1083069-0.8784962
c-1.1966553-0.1126652-2.3936157-0.2250309-3.5903015-0.3373966c-3.1609497-0.1898804-6.3215942-0.3797607-9.4825745-0.5693398
c-0.389679-0.0949402-0.7793579-0.2725029-1.1690063-0.2725029c-7.2818604,0.0012016-14.563385,0.023735-21.8452148,0.0414619
c-11.3543396,0.0006008-22.7089844,0.0012016-34.0633545,0.001503
c-10.8078308,0.2721996-21.6159668,0.5441017-32.4241028,0.8163033c-4.9260559,0.1345978-9.8524323,0.2691975-14.7784882,0.4040947
c-0.6787109-0.0291424-1.3598022-0.1108627-2.0358124-0.0790157c-8.8979187,0.4188175-17.7949371,0.8532581-26.6922607,1.2840939
c-4.1043549,0.2655907-8.2089996,0.5308819-12.3133545,0.7961731c-0.138504,0.0012016-0.2770081,0.0024052-0.4155121,0.0033054
c-1.2291107,0.1367016-2.4582214,0.2731037-3.6876373,0.4098053c-1.5058136,0.1315937-3.0116425,0.2634869-4.5174561,0.3950825
c-0.1358032,0.005106-0.2716064,0.0102139-0.4076996,0.0153217c-4.1247864,0.3662395-8.2498779,0.732481-12.3749542,1.0987206
c-3.2625122,0.2908287-6.5250244,0.5816574-9.7872314,0.8721867c-0.2637939,0.0411606-0.5272827,0.0826206-0.7910614,0.1237812
c-0.8361359,0.0594883-1.6725769,0.1189766-2.5090027,0.1787643c-0.2634888,0.063694-0.5269775,0.127388-0.7907715,0.191082
c-0.5528107,0.0582848-1.1056366,0.116272-1.6584473,0.1745567c-3.7077637,0.4119072-7.423645,0.7616234-11.1203003,1.2555523
c-2.8743286,0.3836651-5.7249451,0.9469967-8.5863647,1.4304085c-0.5576172,0.0321484-1.1149445,0.0645962-1.6725616,0.0967426
c-0.2682953,0.0892315-0.5368958,0.1787643-0.805481,0.2679958c-0.537796,0.0402584-1.075592,0.0805187-1.6133881,0.1210785
c-0.2944336,0.1030521-0.588562,0.2064037-0.8829956,0.3097572c-4.359726,0.8319263-8.7197571,1.6638527-13.0794907,2.4957809
c-0.2718964,0.0102158-0.5435028,0.0204277-0.8151016,0.0306435c-0.2827148,0.1117668-0.5654297,0.2238312-0.847847,0.3358955
c-4.642746,1.067173-9.2854919,2.134346-13.9279404,3.2018204c-8.4133072,2.202549-16.4817047,5.3085289-24.2295303,9.2536469
c-0.2535782,0.0850258-0.5224686,0.1397057-0.758316,0.2598839c-8.7960739,4.478405-16.9825478,9.8827744-24.3566208,16.4459534
c-2.7280235,2.4278755-5.1474915,5.2027702-7.7078667,7.8196297c-1.3369713,1.4445267-2.7577667,2.8205566-3.9976959,4.3441086
c-12.6138,15.4974518-19.3488312,33.4774628-21.2887917,53.1420593c-0.9187546,9.31073-0.3160667,18.7428436,1.6548405,28.0415497
c2.3479614,11.0773468,5.59515,21.8235931,10.6140499,31.9737549c4.0136185,8.1170654,8.2838173,16.1070557,12.4404449,24.1535187
c1.0602646,2.2115631,2.0538292,4.4582672,3.1919098,6.6292725c6.1044006,11.6451721,12.2027931,23.2942505,18.3886185,34.8964691
c3.6533813,6.8530884,7.4648056,13.6217957,11.2053223,20.4283142c0.8382339,1.623291,1.6683578,3.2514038,2.5168076,4.8695984
c5.1129456,9.7499695,10.0552292,19.5293884,13.115242,30.2209473c2.0979919,7.3299255,5.1850433,14.3771057,7.8301468,21.5504761
c0.0679016,0.2686157,0.1358032,0.5372009,0.2040024,0.8060913c0.1123657,0.3572388,0.225029,0.714447,0.3373947,1.0716858
c0.1634445,0.519165,0.3367996,1.035614,0.4885254,1.5581055c3.6305542,12.5281677,7.3166885,25.0404053,10.8586121,37.5938416
c1.3348694,4.7322693,2.3347397,9.5594788,3.4875412,14.3434448c0.1054535,0.4437561,0.210907,0.8875122,0.3163681,1.3315735
c0.0360489,0.377655,0.0721054,0.7553101,0.1081543,1.1332703c0.1087646,0.2854004,0.2172241,0.5705261,0.3259811,0.855957
c-0.0318451,0.1324768-0.011116,0.2559814,0.0621948,0.3710327c0.113266,0.4813232,0.2262344,0.9632263,0.3395004,1.4448242
c0.0249329,0.2025146,0.0501709,0.4049988,0.0754089,0.6075134c0.1072617,0.4533691,0.2142181,0.9070435,0.3214798,1.3606873
c-0.059494,0.1063843-0.0414658,0.197113,0.0540771,0.272522c0.0378571,0.468689,0.0333481,0.9451904,0.1195755,1.4045715
c0.846344,4.5153503,1.7780228,9.015686,2.5501633,13.5436707c1.4460297,8.4836121,2.8779373,16.9711304,4.1689453,25.4790649
c0.8448486,5.5681152,1.458046,11.1722717,2.1253281,16.7662354c0.4909363,4.114563,0.9334869,8.2354431,1.3387756,12.359314
c0.3857727,3.9237976,0.7354889,7.8520813,1.0284271,11.7839661c0.4392395,5.8937988,0.7841492,11.7947998,1.2263947,17.6882935
c0.4539795,6.0500183,0.9818573,12.094635,1.4676666,18.1422729c0.5185699,6.4595032,1.8702698,12.7186584,4.4522705,18.6857605
c0.1234894,0.2827148,0.2466583,0.5654297,0.3701477,0.8481445l-0.0057068,0.0065918
c1.8008575,5.1646118,4.4062958,9.9353638,7.9431152,14.0562134c2.9809875,3.4725342,6.4619293,6.5157471,9.7211304,9.7487793
c0.5017395,0.4485474,0.962616,0.9562988,1.5115356,1.3360596c3.3012543,2.2839966,6.4721375,4.6863403,8.5028381,9.3185425
c-0.2024994,1.5545044-0.2301483,4.0331421-0.8806,6.3363647c-2.0805664,7.3647461-2.6856689,14.800415-1.7813263,22.3851318
c0.261673,2.192627,0.8397369,4.4606323,0.5314789,6.5866089c-0.993866,6.8494873-1.4003601,13.6611328-0.1333923,20.5021973
c0.5275726,2.8482056,1.3703156,5.6615601,1.6298981,8.5305176c0.3668365,4.052063,0.0444641,8.1747437,0.5245667,12.206665
c0.7159576,6.0161133,2.474762,11.7797852,5.6062775,17.0462646c0.3557281,0.7303467,0.6621704,1.489563,1.0743866,2.1863403
c5.5302429,9.3449707,14.1322327,15.9039307,21.4528351,23.6256104
c4.6682739,5.4893799,10.0714417,10.1264648,16.1776581,13.9480591c0.4122009,0.2511597,0.8244019,0.5026855,1.236618,0.7538452
l0.0405579,0.0459595c0.5332794,0.2958984,1.0662689,0.5915527,1.5995636,0.8875122
c1.5839386,0.8944092,3.1816864,1.765686,4.7466888,2.6925659c0.9037323,0.5350952,1.9324493,1.0055542,2.5955353,1.7728882
c2.0685425,2.3927612,3.9898834,4.913147,5.9682922,7.3840332c-0.0077972,0.1625366,0.0682068,0.2496338,0.2286377,0.2616577
l0.1135712,0.1334229c0.103653,0.1084595,0.2076111,0.2172241,0.311264,0.3256836l0.0940399,0.1135254
c0.0973358,0.1063843,0.1949921,0.2127075,0.2926331,0.3187866l0.0787048,0.0925293
c0.1099701,0.1132812,0.219635,0.2262573,0.3292999,0.3392334l0.0699921,0.0705566
c0.1135712,0.116272,0.2268372,0.2322388,0.3404083,0.3485107l0.0558777,0.0621948
c0.1174774,0.1190186,0.2349548,0.2379761,0.3527222,0.3569336l0.0573883,0.0543823
c0.1174622,0.1159668,0.2349396,0.2319336,0.352417,0.3479004l0.0636902,0.0631104
c0.1153717,0.1123657,0.2307434,0.2247314,0.3464203,0.3370972l0.0838165,0.0718384
c0.1090546,0.0988159,0.2184296,0.1976929,0.3274841,0.296814l0.1315918,0.1075439
c0.0952454,0.0907593,0.1904755,0.1814575,0.2854156,0.2722168c0.0162354,0.0823364,0.0661011,0.1240845,0.1499329,0.1253052
c0.0952301,0.0775146,0.1904755,0.1552734,0.2857208,0.2327881c6.710083,6.1113281,14.3761902,10.3809204,23.3546295,12.1213989
c0.2160187,0.026123,0.4317474,0.0523071,0.6474609,0.0784302c0.3289795,0.1246948,0.6576691,0.2493286,0.9863586,0.3740234
c5.8850861,0.940979,11.7701569,1.882019,17.6549225,2.8233032c1.2050781,0.1472168,2.4077454,0.3950806,3.6158447,0.4266357
c10.1558838,0.2661743,20.3129578,0.4926758,30.4691162,0.7306519c8.3409119-0.1339722,16.6815186-0.2683105,25.0223999-0.4025879
c3.4494019-0.2667847,6.8987732-0.5335693,10.348175-0.800415c0.519165-0.1087036,1.0383301-0.2177734,1.5574951-0.3265381
c4.1037598-0.8145142,8.207489-1.6287231,12.311554-2.4429321c3.5590515-1.1635742,7.1184082-2.3272095,10.6777344-3.4905396
c0.1427307-0.0829468,0.2854309-0.1652222,0.4278259-0.2478638l-0.0135193,0.0098877
c3.4124451-1.9230957,6.824585-3.8462524,10.2369995-5.7693481c3.1059875-2.7073364,6.2122803-5.414917,9.3185425-8.1221924
c2.3876343-2.8647461,4.775238-5.7297363,7.2791443-8.7338867c2.3903198-1.3042603,5.0038757-2.7304077,7.6174316-4.1566162
c3.5599365-2.7058105,7.1202087-5.4116211,10.6801453-8.1176758c0.7895813-0.7457275,1.6181946-1.4547729,2.3623962-2.2437134
c2.8569031-3.0287476,5.6266785-6.1422729,8.5412903-9.1142578c4.0178223-4.0974121,7.8031006-8.3565063,10.5046997-13.4715576
c0.1303711-0.2127075,0.2607727-0.4257202,0.3911743-0.6387329c0.1895752-0.3845825,0.3791504-0.769165,0.5684204-1.1536865
c0.4702148-0.8205566,1.0203247-1.6062012,1.3979797-2.4672852c4.2059021-9.5823364,6.7232971-19.5810547,7.3329163-30.043396
c0.0057068-0.1264648,0.0114136-0.2526855,0.0171204-0.3791504c0.0062866-0.2839355,0.0122986-0.5678101,0.0186157-0.8517456
c-0.0003052-0.3989868-0.0003052-0.7979736-0.0006104-1.1969604c-0.0072021-0.4224243-0.0144043-0.845459-0.0216064-1.2681885
c0.8571472-1.7050171,1.7557678-3.3905029,2.5639648-5.1186523c3.7720642-8.0680542,5.5245361-16.5198364,4.8605652-25.4475098
c-0.3331909-4.4802246-0.5383911-8.8925171,0.1499329-13.4529419c0.6885986-4.56073,0.4221191-9.3924561-0.2148132-13.9961548
c-0.9292908-6.71521-1.230011-6.6734009,2.7199097-10.8757324c10.1315308-6.4009399,17.4836731-15.2432861,22.7573547-25.9108276
c0.1676331-0.2938232,0.3512268-0.579834,0.5005188-0.8826904c5.257782-10.6516113,6.0596619-22.2258606,7.0436096-33.7736816
c0.3268738-3.8354492,0.5462036-7.7346191,1.4364014-11.4559021c1.7371826-7.2637939,3.9126892-14.42276,5.9064331-21.6252747
c0.4999084-1.6088867,1.0377197-3.2069397,1.4925842-4.8284302c1.4208069-5.0645752,2.8103333-10.1375427,4.2122192-15.2072144
c0.0991516-0.1601562,0.197998-0.3199768,0.2968445-0.4798279c0.0312195-0.2713013,0.0621948-0.5426025,0.0931396-0.8135986
c0.0937195-0.2601624,0.1880493-0.5203552,0.2817993-0.7802429c0.0510864-0.2592773,0.1021423-0.51828,0.1532288-0.7772522
c0.0856323-0.1604309,0.1715393-0.3205566,0.2574768-0.4807129c0.0441589-0.2760925,0.0883179-0.5522156,0.1325073-0.8280029
c0.0603943-0.1255798,0.1210632-0.2511902,0.1817627-0.3764648c1.8161621-6.3681946,3.6470642-12.7324829,5.4455261-19.1054688
c3.1871033-11.2939453,6.3546753-22.5933228,9.5303345-33.8905945
c10.9544678-29.8664246,21.9086304-59.7331848,32.9472046-89.8297424
c-3.8946533-0.1751709-7.5531616-0.3761597-11.2143555-0.4972534c-7.6369629-0.2523499-15.2753906-0.462677-22.913269-0.690094
c-7.2490845-0.0015259-14.4984741-0.0027161-21.7475586-0.0039062c-4.9293823,0.0005798-9.8590393,0.0014954-14.7887268,0.0020752
c-7.7949829-0.0026855-15.5899963-0.0050964-23.3852844-0.0078125c-3.2844238,0.0003052-6.5694885,0.0009155-9.8539124,0.0012207
c-3.0113525,0.0006104-6.0227051,0.0011902-9.0340271,0.0014954c-6.428894-0.0003052-12.8577576-0.0006104-19.2866516-0.0011902
c-4.6514587,0.0003052-9.3026123,0.0003052-13.954071,0.0005798c-4.1046448,0-8.2093201,0-12.3139648,0
c-3.4202271,0-6.8404846,0-10.2610168,0c-3.4199524,0-6.8399048,0-10.2598572,0
c-6.2918701-0.0005798-12.5837402-0.0014954-18.8759155-0.0021057c-5.0627747,0.0003052-10.125824,0.0009155-15.1889038,0.0015259
c-5.343689-0.0054016-10.6876526-0.0102234-16.0316467-0.015625c-10.5575562,0-21.1148376,0-31.7529297,0
c0.125885,0.8965149,0.1932068,1.575531,0.3190918,2.2437134c4.5910645,24.3653259,9.1779175,48.731842,13.7909241,73.0929871
c1.1801453,6.2314758,2.4461975,12.4467468,3.6729126,18.6695251c0.7808533,0.1060486,1.5617065,0.3043518,2.342865,0.304657
c36.8460388,0.0147095,73.6923523,0.0122986,110.5383911,0.0116882c0.7859802,0,1.5722351,0,2.5765991,0
c-1.2125854,3.1763-2.3368225,6.0803833-3.4307556,8.9958801c-1.3787231,3.6738281-2.7325134,7.3569641-4.0971375,11.0355835
c-0.2616882,1.1122437-0.5233765,2.2241821-0.7850647,3.3361206c-0.0925293,0.1508179-0.1850586,0.3016357-0.2778931,0.4524536
c-0.0444641,0.3971863-0.088623,0.7943726-0.1331177,1.1915588c-0.0898132,0.1493225-0.1793518,0.298645-0.2694702,0.4482727
c-0.0273438,0.3247681-0.0546875,0.6495361-0.0823364,0.9743347c-0.1111755,0.2208252-0.2223206,0.4419556-0.3338013,0.6630554
c-0.0339355,0.3019714-0.0681763,0.6039124-0.1024475,0.9061584c-0.0733032,0.1033325-0.1466064,0.2070007-0.2199097,0.3106384
c-0.0570984,0.3223877-0.1144714,0.6447754-0.1718445,0.9674377c-0.0958557,0.2259216-0.1919861,0.4518738-0.288147,0.6781006
c-0.0600891,0.2785034-0.1204834,0.5570068-0.1805725,0.8355408c-0.0651855,0.1276855-0.1303711,0.2556763-0.1955872,0.3833618
c-0.0654907,0.298645-0.1309814,0.59729-0.1964722,0.8959045c-0.0540771,0.015625-0.1469116,0.0204468-0.1547241,0.0489807
c-0.0246582,0.088623-0.0171204,0.1859741-0.0222473,0.280304c-0.0775146,0.3016663-0.1556396,0.6029968-0.2331543,0.9046326
c-0.0510559,0.0159302-0.1420898,0.025238-0.1459961,0.0489807c-0.0138245,0.0844421,0.0018005,0.1736755,0.006012,0.2613831
c-0.0907288,0.3064575-0.1817627,0.612915-0.2727966,0.9196777c-0.150238,0.3953552-0.3004456,0.7910461-0.4506836,1.1864319
c-1.1969604,3.4283447-2.3936157,6.85672-3.5903015,10.2853699c-0.0769043,0.1255798-0.0823059,0.2544861-0.0162048,0.3860779
c-0.9394836,5.6089783-1.8789673,11.2182312-2.8184509,16.8275146c-0.0381775,1.0906067-0.0766296,2.1815186-0.1150818,3.2721252
c-0.0943298,0.6849976-0.18927,1.3700256-0.2836304,2.0550232c-0.0483704,1.2267151-0.0967407,2.4537048-0.1448059,3.6804199
c-0.0835266,0.5510254-0.1673279,1.1023254-0.2511597,1.6533508c-0.0513916,1.066864-0.1030579,2.133728-0.1544189,3.2006226
c-0.0790405,0.4359436-0.1580505,0.871582-0.2370605,1.3072205c-0.0592041,1.0921021-0.1183777,2.1842346-0.1778564,3.2763367
c-0.0724182,0.4143066-0.1445312,0.8286133-0.2172241,1.2429199c-0.0625,1.2077942-0.1252747,2.415863-0.1877747,3.6236572
c-0.0628052,0.2902222-0.1253052,0.5801392-0.1877747,0.8703613c-0.0667114,1.3754578-0.1333923,2.7511597-0.2001038,4.1268921
c-0.0657959,0.405304-0.1312866,0.8106079-0.1970825,1.2159119c-0.0595093,0.8129883-0.1186829,1.6257019-0.1856689,2.5450439
c-4.6496582,3.4454651-9.2356262,7.0640259-12.6000061,11.9558411l-0.1039429,0.1276855
c-0.1400146,0.1982727-0.2797241,0.3962708-0.4194031,0.594574c-0.1760864,0.1982727-0.3521423,0.3965759-0.5281982,0.5948792
c-0.3406982,0.3479004-0.6813965,0.6958313-1.0220947,1.0437317c-2.2067566,2.1947327-4.4135132,4.3894653-6.6202698,6.5845032
c-4.915863,5.2860107-8.0840149,11.5105896-9.9113159,18.4552917c-0.414917,1.7870483-0.829834,3.5737915-1.2447205,5.3605347
c-0.1195984,0.394165-0.2391663,0.7886353-0.3587341,1.1828613c-0.0231323,0.4277954-0.04599,0.855957-0.0691223,1.2840576
c-0.1138611,0.5167847-0.2280273,1.0338135-0.3421936,1.5509033c-0.1565247,2.3804321-0.4608765,4.6911011-1.7302551,6.826355
c-0.8235168,1.3856812-1.3718262,2.9455566-1.959198,4.460083c-3.4355469,8.8582764-4.5694275,17.9664917-3.0687256,27.3947144
c0.3151855,1.9813843,0.2980652,4.0301514,0.2806396,6.0466919c-0.0414734,4.8095093-0.194397,9.6177979-0.2619934,14.4273071
c-0.0327454,2.3419189,0.2848206,4.7193604-0.0186462,7.0198364c-0.4659729,3.5344238-1.3147278,7.0192261-2.032196,10.519104
c-0.3998718,1.951355-0.8622742,3.8901367-1.2963867,5.8345947c-4.5114746,1.9228516-9.2608643,3.4389038-13.4625549,5.892334
c-3.6071167,2.1063843-6.5887146,5.2841797-9.8470459,7.9881592c-1.8948669,2.4473877-3.7897644,4.8945312-5.8066406,7.4990234
c-3.9460144,0-8.1005554-0.0420532-12.2535706,0.0168457c-2.2262878,0.03125-4.4501648,0.236145-6.6752625,0.3623657
c-0.7399902-0.0577393-1.4793701-0.1481323-2.2205505-0.1682739c-6.5373535-0.1760864-13.0749817-0.3394775-18.6539307-0.4822388
c-4.1680298-4.2947998-7.744812-7.9806519-11.3212891-11.6665039c-4.1427917-3.8345337-9.0174866-6.3912964-14.3206177-8.199646
c-0.1658325-0.0931396-0.3313904-0.1865845-0.4972229-0.2800293c-0.2409668-0.0438843-0.4819031-0.0883179-0.7228699-0.1322021
c-0.1676636-0.0934448-0.3352966-0.1865845-0.502655-0.2800293c-0.2592773-0.0348511-0.5185547-0.0697021-0.777832-0.1045532
c-0.1550293-0.0991211-0.3103638-0.1982422-0.4656982-0.2971191c-0.0865173-0.0778198-0.1874695-0.1246948-0.3022461-0.1412354
c-0.1427002-0.4434204-0.2851257-0.8865967-0.4275208-1.3300171c-0.0219421-0.4990234-0.0438538-0.9981079-0.0657959-1.4971313
c-0.1243896-0.4293213-0.2487793-0.8586426-0.3731384-1.2879639c-0.0063171-0.2653198-0.0126343-0.5305786-0.0186462-0.7962036
c-0.1264954-0.4260254-0.2529602-0.8517456-0.3797607-1.2774658c0.0123291-0.1018677,0.0129395-0.2037354,0.0018005-0.3058472
c0.1168823-0.3100586,0.2337646-0.6204224,0.3506165-0.930481c0.0165405-0.3788452,0.0333557-0.7574463,0.0501709-1.1362915
c0.1225891-0.4335327,0.2451782-0.8670654,0.3674622-1.3005981c0.0183105-0.5092773,0.0369568-1.0184937,0.0549622-1.527771
c0.1201782-0.7081299,0.2400513-1.4162598,0.3599548-2.1244507c-0.0012207-3.2838135-0.0027161-6.5682373-0.0042114-9.8521118
c-0.125-0.6951904-0.2499695-1.3901367-0.3749695-2.085083c0.1370239-0.9343872,0.2740173-1.8690186,0.4107056-2.8037109
c0.1126709-0.3070679,0.225647-0.6138306,0.3385925-0.9208374c0.0246582-0.3734741,0.0492859-0.7466431,0.0739136-1.119812
c0.1180725-0.4307861,0.236145-0.8613281,0.3545227-1.2918701c0.015625-0.3959961,0.03125-0.7919922,0.0471802-1.1879272
c0.1204834-0.5591431,0.2412415-1.1182861,0.36203-1.6776733c0.0237427-0.7433472,0.0474854-1.4863281,0.0711975-2.2293091
c0.0057068-2.4161987,0.0114136-4.8323364,0.0171509-7.2484741c-0.0318604-0.8007202-0.0637207-1.6016846-0.0958557-2.4026489
c-0.1108704-0.454895-0.2220154-0.9100342-0.3328857-1.3649292c-0.0291443-0.4933472-0.0579834-0.9863281-0.0871277-1.4793701
c-0.1117859-0.3112793-0.2238464-0.6225586-0.3356018-0.9337769c-0.5684509-2.1655884-1.1371765-4.3311768-1.7059174-6.4967651
c-0.5501099-1.5220947-0.9767456-3.1035767-1.6788788-4.552063c-1.0695648-2.2076416-1.3576965-4.4197998-1.2372131-6.8897095
c0.5296783-10.8493042-0.9767456-21.3155518-5.9626007-31.1737061c-4.6172028-9.1286621-12.082016-15.8354492-18.929718-23.0881348
c-2.9431305-2.7060852-5.8862762-5.4124756-9.0577545-8.3285828c-0.6618805-8.6022949-1.3507843-17.5521851-2.0393982-26.5020752
c-0.1297913-0.8749084-0.2598877-1.7500916-0.3899841-2.6249695c-0.0150146-0.2235413-0.0297394-0.4467773-0.0447693-0.6702881
c0.0129242-0.1688538,0.0258484-0.3377075,0.0387573-0.5065613c0.0063171-0.3764648,0.012619-0.7528992,0.0192413-1.1290588
c-0.1309967-0.8995361-0.2613983-1.7987671-0.3920898-2.6982727c-0.0216217-0.1893005-0.0432587-0.3788757-0.0648956-0.5681458
c0.1099701-0.1171875,0.11026-0.2346497,0.0009003-0.3521118c0.0201416-0.56604,0.0402679-1.1320801,0.0603943-1.6981201
c-0.1345978-0.7658081-0.2691956-1.5313416-0.4040985-2.296875c-0.0162201-0.1826782-0.0324402-0.3650513-0.0486755-0.547699
c0.0324554-0.0414734,0.0943451-0.0844421,0.0919495-0.1238098c-0.006012-0.0985413-0.040863-0.1955872-0.0643005-0.2932129
c0.0117188-0.4167175,0.0234375-0.8331299,0.0351562-1.2498474c-0.0946503-0.5209656-0.1889801-1.0422363-0.2836304-1.5635071
c-0.0273285-0.7102356-0.0543671-1.4208069-0.0817108-2.1313477c-0.0766144-0.4326477-0.1529236-0.8652649-0.2298431-1.2979126
c-0.0751038-0.2796936-0.1502228-0.5591125-0.2253265-0.8385315c0.1051483-0.109375,0.1138611-0.2259216,0.0258331-0.3497314
c0.0183258-0.280304,0.0366516-0.5603027,0.0546875-0.8406372c-0.0964508-0.4125061-0.1928864-0.824707-0.2896271-1.236908
c-0.0483856-0.6648865-0.0964508-1.3297729-0.1448212-1.9943542c-0.0874329-0.2920227-0.1751556-0.5840454-0.2625885-0.8760681
c-0.0270386-0.5444031-0.053772-1.0891113-0.0805206-1.6338196c-0.0847168-0.2662048-0.1694489-0.532074-0.2541656-0.7982788
c-0.0402679-0.5537109-0.0805206-1.1071472-0.1204834-1.6608582c-0.1051483-0.3863525-0.2106171-0.7727356-0.3157654-1.1590881
c-0.034256-0.5699463-0.0688019-1.1395874-0.1030579-1.7095337c-0.0910339-0.2779236-0.1817627-0.5561218-0.2731018-0.8340454
c-0.0405579-0.558197-0.0814209-1.1161194-0.1222687-1.6743469c-0.0676117-0.1796875-0.1355133-0.3590393-0.2033997-0.5386963
c-0.0637054-0.6372375-0.1270905-1.2747803-0.1904907-1.9120178c0.0177307-0.0615845,0.0697021-0.1445312,0.046875-0.1811829
c-0.0585938-0.0940247-0.1502228-0.1679382-0.2283325-0.2499695l-0.0147247-0.069397
c-0.9953766-6.4243774-1.8314972-12.8778992-3.0179596-19.2668152
c-2.7643738-14.8848572-5.5653992-29.7654724-8.6170044-44.5932617c-1.5650024-7.602417-3.7002563-15.0876465-5.5777283-22.6257629
c-0.0144196-0.1931763,0.0090179-0.3986816-0.0492706-0.5774536c-5.6573334-17.3184204-11.3209839-34.6347656-16.9843445-51.951416
c-0.2166138-0.4963074-0.4329376-0.9923401-0.6495514-1.488678c-0.0201263-0.182373-0.0399628-0.3644409-0.0600891-0.5471191
c-0.1144714-0.2199097-0.229248-0.4398499-0.3437042-0.6597595c-0.0219421-0.1889954-0.0441742-0.377655-0.0664062-0.5666504
c0.0294495-0.054657,0.097641-0.1339722,0.0811157-0.1604309c-0.0612793-0.0991516-0.1505127-0.1808472-0.2292328-0.2691956
c-0.088623-0.3100586-0.1769562-0.6204224-0.2652893-0.9307556l0.0727081-0.0817261l-0.1243896-0.0348511
c-0.0624847-0.1929016-0.1249847-0.3857727-0.1874695-0.5786743c-0.0625-0.1598206-0.1249847-0.3196716-0.1874847-0.4794922
c-0.0901337-0.2932434-0.1805573-0.5864563-0.2706909-0.8796997l0.0429535-0.15802l-0.1688385-0.0778198
c-0.1997986-0.5846558-0.3998871-1.169342-0.5999908-1.7539978c-0.0700073-0.12677-0.1403046-0.2535706-0.2103119-0.3803711
c-0.1829681-0.4085999-0.3659363-0.8171997-0.5489044-1.2254944c-0.6585693-1.4003601-1.2967072-2.8106384-1.9793243-4.1990051
c-4.0866241-8.3114319-8.1834564-16.6180878-12.2767029-24.9259491c-1.1098328-2.2845612-2.2196655-4.5691376-3.3292084-6.8536987
c-0.1108551-0.22052-0.2217255-0.4410553-0.3325806-0.6615753l0.050766-0.1024475l-0.1180725-0.0603943l-0.0399628-0.1249847
c-0.1237793-0.242157-0.2472534-0.4846191-0.371048-0.7267761c-3.3505402-6.9958038-6.6752319-14.003952-10.0618286-20.9820404
c-1.9000092-3.9144745-3.9018555-7.7793732-5.8577423-11.6665039c0.0432587-0.1297913,0.0066071-0.2304382-0.1093597-0.302536
c-0.104248-0.1874847-0.2082062-0.3749542-0.3121643-0.5627289c-2.0586395-4.1193848-4.0677032-8.2648926-6.1867218-12.3530273
c-4.0247345-7.7655487-8.1128616-15.4983521-12.1748505-23.2443695l-0.0360565-0.0024109
c-0.1475143-0.2827148-0.2950363-0.5654297-0.4425507-0.8478394l0.0276413,0.0312347
c-0.1463165-0.2836151-0.2926331-0.5678253-0.4389496-0.8517456l0.0258408,0.0387573
c-0.157135-0.3295898-0.3145676-0.6588745-0.4720001-0.9881592l0.035759-0.1204834l-0.1000519-0.0763092
c-0.1195755-0.210907-0.239151-0.4221191-0.3590317-0.6333313c-2.2154617-4.4231262-4.5496063-8.7918701-6.6097412-13.2861938
c-1.7125244-3.7357178-9.724144-19.2325592-9.724144-19.2325592l57.8896713-7.838562
c4.6048889-0.540802,9.2097778-1.0815964,13.8146667-1.6223907c1.3492889-0.1294937,2.698288-0.2589874,4.0472717-0.388176
c0.4326324-0.0657959,0.864975-0.1315918,1.2973175-0.1973877c0.8075867-0.0543823,1.6151733-0.1087646,2.42276-0.163147
c0.4287415-0.0702972,0.8574677-0.1403046,1.2859039-0.2106094c0.9542084-0.0465698,1.9081116-0.0934372,2.8620148-0.1403046
c0.4239349-0.0748138,0.8478546-0.1496201,1.2714844-0.2241287c1.0785828-0.0525818,2.1571808-0.1048584,3.2357635-0.157135
c0.5612335-0.0841217,1.122757-0.1679459,1.6842804-0.2520676c0.3956909-0.0703049,0.7916718-0.1406097,1.1873627-0.2109146
c0.6826019,0.0270386,1.3652039,0.0540771,2.047821,0.0814209c0.833725-0.0964432,1.66745-0.1925812,2.5014801-0.2887268
c1.217392-0.0357513,2.4347992-0.0715027,3.6524811-0.1069565c1.106842-0.1207809,2.2136688-0.2415543,3.3205109-0.3623352
c1.0830841-0.0087128,2.1658936-0.0174255,3.2489777-0.0258408c1.1149445-0.0997467,2.2301941-0.1991882,3.3454437-0.2986374
c1.481781-0.0324478,2.963562-0.0651932,4.4453583-0.097641c1.113739-0.1054611,2.227478-0.2106171,3.341217-0.3157654
c1.3535004-0.0249405,2.7066956-0.0498734,4.0601959-0.0748138c1.3787231-0.111763,2.7577667-0.223526,4.136795-0.3352966
c1.3576965-0.0207291,2.7154083-0.0414581,4.07341-0.0621872c1.506424-0.1087646,3.0131378-0.2175217,4.5198669-0.3262863
l0.0222321-0.0282364c1.4977112-0.0234375,2.9954071-0.0465698,4.4934235-0.0697021
c1.2831879-0.0958405,2.5663757-0.1913834,3.8498688-0.2872238c1.9979553-0.0381622,3.9956055-0.0763168,5.9935455-0.114769
c0.4113007-0.0003052,0.8229065-0.0009079,1.2342224-0.0012054c2.1003876-0.097641,4.2007904-0.1949844,6.3008881-0.2926331
c7.8803101-0.0384521,15.7606506-0.0772095,23.6409607-0.1159668c19.5137634,0.1201782,39.0278625,0.2403488,58.5458374,0.360527
c2.7436523,0.0829239,5.4873047,0.1658478,8.2309265,0.2487717c4.1578369,0.2259293,8.315979,0.451561,12.4735107,0.6772003
c0.8099976,0.1078568,1.6193848,0.2157135,2.4293823,0.3235703c1.2218933,0.0345535,2.4437866,0.0688019,3.6665955,0.1033554
c0.8322449,0.0994492,1.6644592,0.1991959,2.4969788,0.2986374c1.0906067,0.0315475,2.1815186,0.0627975,3.2721252,0.0943451
c0.8184204,0.1000443,1.6365356,0.2003937,2.4546204,0.3007431c1.119751,0.0327454,2.239502,0.0654907,3.3589478,0.0982437
c0.7946777,0.099144,1.5893555,0.1985931,2.3840332,0.2977371c1.1095276,0.0258408,2.2187805,0.0516739,3.3283081,0.0775146
c0.8039856,0.1033554,1.6079712,0.2067032,2.4119568,0.3103561c1.2399292,0.0375595,2.4801636,0.0748138,3.7203674,0.1123657
c0.6700134,0.0871277,1.3399963,0.1739578,2.0099792,0.2610855c1.3910522,0.0390625,2.7821045,0.0781174,4.1728516,0.1168747
c0.9503174,0.096138,1.9002991,0.1925812,2.8503113,0.2887268c1.2378235,0.0456619,2.475647,0.0910339,3.7134705,0.1366959
c0.5056458,0.0591888,1.0115967,0.1186752,1.5172424,0.1778641c1.4111633,0.0706024,2.8223572,0.1412125,4.2332458,0.2118149
c0.3683472,0.0480728,0.736969,0.096138,1.1053162,0.1442108c1.2693787,0.0967407,2.5384521,0.1940842,3.8075256,0.2908325
c0.3085632,0.0378571,0.6170959,0.0757065,0.925354,0.1135635c0.7240601,0.0093155,1.4484253,0.018631,2.1725159,0.0279465
c3.3418274,0.3854675,6.6836548,0.7709351,10.0254822,1.1564026c2.407135,0.2914276,4.8143005,0.5834579,7.2214355,0.8751907
c0.3226929,0.1000443,0.6453552,0.2003937,0.9680481,0.3007431c3.6984253,0.4116058,7.3974915,0.8232117,11.0959473,1.2348175
c3.2700195,0.4762039,6.5400391,0.9524078,9.8103638,1.4286118c3.8465881,0.5924683,7.6931458,1.1849442,11.5397339,1.7777176
c8.2120056,1.6749649,16.4240112,3.3499374,24.6360168,5.02491c0.5708313,0.2193298,1.1281738,0.4852142,1.714325,0.6504669
c5.6146851,1.5833282,8.6497498,5.4277954,10.5783081,10.8348694c2.0895691,5.8583374,4.9320679,11.4480896,7.4461975,17.1549988
c0.0814209,0.1865692,0.1628418,0.3731537,0.2445679,0.559433l-0.024353,0.1790619l0.1685181,0.0943298
c0.0718384,0.1730652,0.1436157,0.3461151,0.2151489,0.5188751c0.0630493,0.1078491,0.1261597,0.2157135,0.1889648,0.3235779
l0.0285645,0.0492706c0.298645,0.0150146,0.5975342,0.0300446,0.8961792,0.0450592
c2.8202515-0.975235,5.6402588-1.9501801,8.4605103-2.925415c0.2033691-0.1018524,0.4071045-0.2036896,0.6104736-0.305542
l0.1270752,0.0492706l0.1141968-0.0736084c1.0377197-0.4071045,2.0754395-0.8139038,3.112915-1.2207031
c0.1790161-0.0210266,0.3583984-0.0420685,0.5374756-0.0630951c0.8361206-0.2899323,1.671936-0.5798492,2.5081177-0.8697815
c0.2962036-0.0958405,0.5927734-0.1919861,0.8892822-0.2878265l0.1370239,0.0429688l0.0669556-0.1424103
c0.1835938-0.0396576,0.3668823-0.0796204,0.5507202-0.119278c0.1989136-0.107254,0.3980713-0.2145233,0.59729-0.3217773
c0.2061157-0.0330505,0.4122314-0.0661011,0.6182861-0.0991364c0.1349487-0.087738,0.2698364-0.1751709,0.4050293-0.2625885
c5.8967896-2.0547333,11.7990112-4.0944366,17.6897583-6.1672058c11.1503906-3.9234772,22.2955933-7.8616943,33.4399414-11.8029022
c2.40802-0.8517456,4.8025513-1.7413635,7.2199707-2.6195526c-0.578064-3.6488953-1.2297363-7.0484009-1.6377563-10.4770584
C589.0128784,114.8970795,586.1394653,105.9159393,581.9107056,97.315155z"/>
<path fill="#020202" d="M585.5040283,70.8890839c-5.5371704-7.9040565-11.895752-15.1249046-19.2791748-21.4059677
c-7.6116943-6.4751472-15.7001953-12.2400475-24.7017822-16.6259155
c-13.9264526-6.7852058-28.9044189-10.135746-43.9707642-13.0593586
c-9.8352966-1.9087143-19.7433167-3.459301-29.6459045-4.9951658c-6.4411926-0.9992733-12.9292603-1.7002068-19.3999023-2.5041924
c-5.8691711-0.729476-11.7368164-1.4805832-17.6174011-2.105505c-5.2141724-0.5540171-10.440094-1.0224075-15.6708069-1.3934546
c-6.5289307-0.4632835-13.0698547-0.7580185-19.6020813-1.1807418c-7.4738464-0.4834127-14.9425354-1.0407343-22.4154663-1.540071
c-4.2783203-0.2854209-8.5587158-0.5513129-12.8409424-0.7697349c-8.5016479-0.4335394-17.0014648-1.0347261-25.5088196-1.1876516
c-11.4198303-0.2049019-22.8465881-0.1024508-34.2697144-0.0372548
c-12.9815674,0.0742097-25.9631042,0.2301393-38.9443359,0.3950825c-6.1410675,0.0778151-12.2812195,0.256278-18.4216766,0.3941813
c-6.0040436,0.1351995-12.0084076,0.2770085-18.0127563,0.4161139c-0.1367035,0.003305-0.2737122,0.0021033-0.4101105,0.0105157
c-8.2204132,0.5206676-16.4402466,1.0494475-24.6612701,1.5608015c-4.5565186,0.2833176-9.1256561,0.4155126-13.6698456,0.8307252
c-8.6140137,0.7874613-17.2229004,1.648531-25.8167725,2.6303787c-8.6410522,0.9869556-17.3037262,1.9021044-25.8789673,3.3204966
c-8.6653748,1.4334135-17.2460327,3.3962088-25.8450089,5.2147894
c-15.1444321,3.2033234-29.7796173,7.988781-43.1421204,15.8694038
c-12.8024788,7.5501328-24.5630226,16.5075417-34.0792542,28.1539154
C21.9263363,74.84021,14.0877771,87.8409805,10.2847691,102.9160156
c-2.0454159,8.1083527-4.1569295,16.328476-4.8539577,24.6149979c-0.7967749,9.4660568-0.5690389,19.0600967,1.3667154,28.5321732
c2.9864039,14.6135559,6.9856009,28.8776855,13.730547,42.2341766
c6.5610752,12.9929657,13.2837887,25.9054108,20.0143147,38.8118439c4.7800484,9.1668091,9.6724625,18.27565,14.550457,27.3913727
c3.3712692,6.2997131,6.8936653,12.5197754,10.1850166,18.860321c3.7576447,7.2391663,8.0272369,14.3152161,10.8456955,21.9179382
c6.0809708,16.4020691,11.446579,33.0724487,16.9744339,49.6764526
c6.2687454,18.8299561,9.9254303,38.2896423,13.4910889,57.7538452c1.4811859,8.0855408,2.5597763,16.2473755,3.7233963,24.3884888
c0.9911575,6.9327087,1.988327,13.8699341,2.7136002,20.8330078c0.7057419,6.7774048,1.0353241,13.5926514,1.5920486,20.386261
c0.7339783,8.9571228,1.753685,17.8973999,2.2229767,26.8674316c0.3506165,6.7058716,1.4349136,13.2351074,2.8584137,19.7679443
c3.4725189,15.9351807,11.4072189,29.1847534,23.611824,39.9225464c1.831192,1.6110229,3.7819672,3.0858765,5.6417084,4.5947266
c-0.0546722,0.376709-0.0697021,0.652832-0.1363983,0.9157104c-2.0261841,7.9945068-2.7310181,16.0626221-1.6193848,24.2803345
c0.3049469,2.2559814,0.408905,4.6051636,0.1484222,6.8587646c-0.7469025,6.4568481-0.9364777,12.8911133,0.0859222,19.321228
c0.427536,2.6880493,1.5818329,5.3704224,1.4667664,8.0142822c-0.3247833,7.4515991,0.8352356,14.6565552,2.4522095,21.8665771
c2.2737579,10.1387329,6.6734467,19.3400879,13.5181427,26.9954224
c7.7261963,8.6416016,16.0124054,16.828125,24.5269623,24.7020874c4.9134521,4.5439453,10.7474518,8.0960693,16.1941833,12.0576782
c1.3637085,0.9917603,3.0509949,1.6230469,4.2107086,2.7947388c3.7816772,3.8201294,7.1559601,8.0668945,11.1115875,11.6848145
c7.4509888,6.8143921,16.0791168,11.6178589,25.963089,14.1226807c12.3836517,3.1381226,24.899826,5.6582031,37.674942,5.8252563
c17.4302063,0.2280273,34.8685303-0.1646118,52.302948-0.3286743c1.6938782-0.0162354,3.409729-0.164978,5.0744629-0.4741211
c6.1572876-1.1434937,12.3259888-2.2503052,18.4382019-3.605896c18.2074585-4.0391846,33.2076721-13.1669312,44.3754272-28.2915039
c0.4185181-0.5669556,1.0924072-1.001709,1.7305603-1.3417969c7.155365-3.8150024,13.7059021-8.4815063,19.4350586-14.2109375
c4.0487671-4.0484619,7.7646484-8.4280396,11.7851868-12.5059814c5.659729-5.7405396,10.3075867-12.2358398,13.8314819-19.40979
c4.817627-9.8076782,6.5671082-20.5740356,8.7185669-31.1781616c0.4996338-2.4633789,0.1802673-5.2280273,1.177124-7.428772
c2.381012-5.2568359,3.846283-10.7357178,5.1381836-16.3011475c1.3901672-5.989624,2.4425964-11.9924927,1.6257019-18.1975098
c-0.3343811-2.541748-0.697937-5.1922607-0.3382874-7.69104c0.9259644-6.4334106,1.5469666-12.8340454,0.5843506-18.6100464
c4.6130066-4.7674561,9.0892944-8.9832764,13.0758972-13.6196899c4.7626038-5.5386963,8.816803-11.6547852,11.6349487-18.4279785
c5.1958618-12.4870605,7.1838989-25.6620483,7.995697-39.0783386c0.2088013-3.4476013,0.6324158-6.9333191,1.4478149-10.282074
c1.4830017-6.0905762,3.3199158-12.0958252,5.0324402-18.1299438
c5.3406372-18.8167419,10.6765137-37.6343689,16.0454712-56.4427185c2.4329834-8.5235596,4.65625-17.1213379,7.484314-25.5136108
c3.3430176-9.9197388,7.2623291-19.6441956,10.8868408-29.4698792
c6.3805542-17.2965088,12.7628174-34.5927124,19.0652466-51.9177551c1.7597046-4.8380432,2.87854-9.750885,0.894104-14.907074
c-1.8248901-4.7409973-4.8647461-8.1351013-9.7824097-9.5892334c-8.2129517-2.4284973-16.7674561-2.3437805-25.1416626-2.3702087
c-79.6192322-0.2508545-159.2393494-0.2349548-238.8594666-0.2088013
c-4.5024414,0.0014954-8.9390869,0.9145508-12.5972595,4.0046082c-4.249176,3.589386-6.0731812,8.5163574-5.5494995,13.6340942
c0.8220215,8.0380554,2.6616211,15.9745483,4.1286926,23.943512c2.2710571,12.3364868,4.5132446,24.6792908,6.9119873,36.9911499
c2.4621277,12.6369324,4.9561157,25.2720642,7.781189,37.8299866c0.5398865,2.3990479,2.3695984,4.7457886,4.1587219,6.5742798
c3.3908081,3.466217,8.0401611,4.2981567,12.6393433,4.3128662c29.2766724,0.0949402,58.5536499,0.0483704,87.8306274,0.0483704
c0.777832,0,1.5559692,0,2.6796265,0c-1.3432617,4.287323-2.3374329,8.3378906-3.8657837,12.1757507
c-4.9416809,12.4110107-7.3413391,25.3321533-8.2510681,38.5892029c-0.3956909,5.7691345-0.8045959,11.537323-1.2357178,17.3040161
c-0.1138916,1.5229492-0.6279297,2.8473206-1.9303589,3.8378601c-1.1356812,0.8638-2.2121582,1.8300171-3.1954956,2.8644409
c-2.9969177,3.1537476-5.9208374,6.3771973-8.9066467,9.5417786c-1.0773926,1.1419678-2.3545837,2.1063843-3.3610535,3.3030701
c-7.1742859,8.528656-12.5717468,17.9631958-14.7145081,29.055542c-0.7096252,3.6741333-1.3850403,7.3734741-2.4185486,10.9628906
c-1.5406799,5.3511353-3.5834045,10.5608521-5.0489502,15.9297485c-1.8077698,6.6217651-2.5519714,13.3814697-1.6665649,20.2799072
c0.3779602,2.9440308,0.4194336,5.9458008,0.4164124,8.9210815c-0.0042114,4.569397-0.6528625,9.1932373-0.1361084,13.6914673
c0.4428711,3.8562012,0.135498,7.4350586-0.8833008,11.0668335c-9.0015564,4.3044434-17.1279602,9.7905273-23.4135132,17.4536133
c-8.058197,0-15.9147644,0-23.826355,0c-5.5061951-6.8654175-12.5635986-11.8140259-20.0578613-16.138855
c0-4.381958-0.0162354-8.6621094,0.0111084-12.9415894c0.0069275-1.0809937,0.0345459-2.1851196,0.25177-3.2376099
c1.1654358-5.6420288,2.0874939-11.4264526,1.182251-17.0612183c-1.1825562-7.3599854-3.3451233-14.5628052-5.0846863-21.8334961
c-0.125-0.5228271-0.3599548-1.0548706-0.3352966-1.5731201c0.3482056-7.3428345-0.682312-14.5129395-2.1607971-21.7001343
c-2.1833191-10.6155396-6.1260376-20.3841553-13.252243-28.5826416
c-5.8643494-6.7470398-12.1850739-13.0971985-18.2738495-19.6507874c-0.4605713-0.4957275-0.9226532-1.1903381-0.9806366-1.8291016
c-0.6630859-7.322998-1.2216034-14.6556091-1.8612518-21.9807129c-0.6165161-7.0582886-1.0076904-14.1520691-2.0102692-21.1568909
c-1.7530823-12.2481689-3.8835144-24.4428406-5.8829651-36.6552429
c-3.7942963-23.1767883-8.3508148-46.2087402-14.7505646-68.808075
c-4.0397491-14.2653198-8.8032684-28.3317871-13.4775696-42.4096375
c-2.6799469-8.0704956-5.561203-16.0974426-8.8498535-23.9350891c-2.8902588-6.8891602-6.4745483-13.4868927-9.7508698-20.2141113
c-8.0179291-16.4639893-15.9364014-32.9772339-24.0871277-49.375412
c-5.4485321-10.9610596-11.2362671-21.7532806-16.8533478-32.6311188
c-2.7102966-5.2481384-5.3767242-10.5191193-8.2522736-16.1509247c3.7411194-0.7814484,7.2220459-1.7041016,10.7624817-2.2136536
c13.4042664-1.9294586,26.8073273-3.8964539,40.2512512-5.510437c9.0487366-1.0863953,18.1593781-1.6947937,27.2543945-2.3461609
c7.5372009-0.5398865,15.0909424-0.858963,22.6398773-1.2212982c6.4682465-0.3106537,12.9379883-0.62883,19.4107208-0.7907562
c8.7383881-0.2184296,17.4803925-0.3749542,26.2214813-0.4077148c16.6217041-0.0621796,33.2443237-0.0399475,49.866333,0
c3.473114,0.0084229,6.9456482,0.2373505,10.4178467,0.3797607c9.7355652,0.399292,19.4720154,0.7760468,29.2051697,1.2237091
c4.3504333,0.1997986,8.6954346,0.5305786,13.040741,0.8316345c7.1959229,0.4990234,14.3897095,1.0323181,21.5859375,1.5316467
c4.41922,0.3064575,8.8582458,0.4206238,13.2588501,0.8956299c9.4089661,1.0151978,18.8113403,2.114212,28.1932678,3.3544464
c10.5089111,1.3892517,21.0111694,2.8527069,31.4789124,4.5183563c5.643219,0.8977203,11.2083435,2.2857666,15.9496155,3.2733307
c3.5656738,7.8568878,6.5863342,14.8196564,9.8809814,21.6502228c1.7843323,3.6993561,4.6409607,6.6394958,8.4715881,8.2700043
c4.8627014,2.0697479,9.8277893,1.7092133,14.7460632-0.0411682c8.8522339-3.1507416,17.7177124-6.2654419,26.5699463-9.4167786
c14.8839722-5.2992249,29.7664185-10.6035461,44.6392212-15.9340057c3.0570068-1.0957184,6.1452637-2.0409088,8.7711792-4.1887817
c4.5276489-3.7038574,6.1193848-8.7777405,6.100769-14.136734c-0.0167847-4.778244-1.1837158-9.5637054-1.9655151-14.3260345
C603.1114502,101.4510498,595.7578125,85.5260696,585.5040283,70.8890839z M584.5657349,137.5315552
c-11.1443481,3.9412079-22.2895508,7.879425-33.4399414,11.8029022
c-5.8907471,2.0727692-11.7929688,4.1124725-17.6897583,6.1672058c-0.1351929,0.0874176-0.2700806,0.1748505-0.4050293,0.2625885
c-0.2060547,0.0330353-0.4121704,0.0660858-0.6182861,0.0991364c-0.1992188,0.107254-0.3983765,0.2145233-0.59729,0.3217773
c-0.1838379,0.0396576-0.3671265,0.0796204-0.5507202,0.119278l-0.0669556,0.1424103l-0.1370239-0.0429688
c-0.2965088,0.0958405-0.5930786,0.1919861-0.8892822,0.2878265c-0.8361816,0.2899323-1.6719971,0.5798492-2.5081177,0.8697815
c-0.1790771,0.0210266-0.3584595,0.0420685-0.5374756,0.0630951c-1.0374756,0.4067993-2.0751953,0.8135986-3.112915,1.2207031
l-0.1141968,0.0736084l-0.1270752-0.0492706c-0.2033691,0.1018524-0.4071045,0.2036896-0.6104736,0.305542
c-2.8202515,0.975235-5.6402588,1.9501801-8.4605103,2.925415c-0.298645-0.0150146-0.5975342-0.0300446-0.8961792-0.0450592
l-0.0285645-0.0492706c-0.0628052-0.1078644-0.1259155-0.2157288-0.1889648-0.3235779
c-0.0715332-0.17276-0.1433105-0.3458099-0.2151489-0.5188751l-0.1685181-0.0943298l0.024353-0.1790619
c-0.0817261-0.1862793-0.163147-0.3728638-0.2445679-0.559433c-2.5141296-5.7069092-5.3566284-11.2966614-7.4461975-17.1549988
c-1.9285583-5.407074-4.963623-9.2515411-10.5783081-10.8348694c-0.5861511-0.1652527-1.1434937-0.4311371-1.714325-0.6504669
c-8.2120056-1.6749725-16.4240112-3.3499451-24.6360168-5.02491c-3.8465881-0.5927734-7.6931458-1.1852493-11.5397339-1.7777176
c-3.2703247-0.4762039-6.5403442-0.9524078-9.8103638-1.4286118c-3.6984558-0.4116058-7.397522-0.8232117-11.0959473-1.2348175
c-0.3226929-0.1003494-0.6453552-0.2006989-0.9680481-0.3007431c-2.407135-0.2917328-4.8143005-0.5837631-7.2214355-0.8751907
c-3.3418274-0.3854675-6.6836548-0.7709351-10.0254822-1.1564026c-0.7240906-0.0093155-1.4484558-0.018631-2.1725159-0.0279465
c-0.3082581-0.0378571-0.6167908-0.0757065-0.925354-0.1135635c-1.2690735-0.0967484-2.538147-0.1940918-3.8075256-0.2908325
c-0.3683472-0.0480728-0.736969-0.096138-1.1053162-0.1442108c-1.4108887-0.0706024-2.8220825-0.1412125-4.2332458-0.2118149
c-0.5056458-0.0591888-1.0115967-0.1186752-1.5172424-0.1778641c-1.2378235-0.0456619-2.475647-0.0910339-3.7134705-0.1366959
c-0.9500122-0.0961456-1.8999939-0.1925888-2.8503113-0.2887268c-1.3907471-0.0387573-2.7817993-0.0778122-4.1728516-0.1168747
c-0.6699829-0.0871277-1.3399658-0.1739578-2.0099792-0.2610855c-1.2402039-0.0375519-2.4804382-0.0748062-3.7203674-0.1123657
c-0.8039856-0.103653-1.6079712-0.2070007-2.4119568-0.3103561c-1.1095276-0.0258408-2.2187805-0.0516739-3.3283081-0.0775146
c-0.7946777-0.099144-1.5893555-0.1985931-2.3840332-0.2977371c-1.1194458-0.032753-2.2391968-0.0654984-3.3589478-0.0982437
c-0.8180847-0.1003494-1.6362-0.2006989-2.4546204-0.3007431c-1.0906067-0.0315475-2.1815186-0.0627975-3.2721252-0.0943451
c-0.8325195-0.0994415-1.6647339-0.1991882-2.4969788-0.2986374c-1.2228088-0.0345535-2.4447021-0.0688019-3.6665955-0.1033554
c-0.8099976-0.1078568-1.6193848-0.2157135-2.4293823-0.3235703c-4.1575317-0.2256393-8.3156738-0.4512711-12.4735107-0.6772003
c-2.7436218-0.0829239-5.4872742-0.1658478-8.2309265-0.2487717c-19.5179749-0.1201782-39.032074-0.2403488-58.5458374-0.360527
c-7.8803101,0.0387573-15.7606506,0.0775146-23.6409607,0.1159668c-2.1000977,0.0976486-4.2005005,0.1949921-6.3008881,0.2926331
c-0.4113159,0.0002975-0.8229218,0.0009003-1.2342224,0.0012054c-1.9979401,0.0384521-3.9955902,0.0766068-5.9935455,0.114769
c-1.283493,0.0958405-2.5666809,0.1913834-3.8498688,0.2872238c-1.4980164,0.0231323-2.9957123,0.0462646-4.4934235,0.0697021
l-0.0222321,0.0282364c-1.5067291,0.1087646-3.013443,0.2175217-4.5198669,0.3262863
c-1.3580017,0.0207291-2.7157135,0.0414581-4.07341,0.0621872c-1.3790283,0.1117706-2.7580719,0.2235336-4.136795,0.3352966
c-1.3535004,0.0249405-2.7066956,0.0498734-4.0601959,0.0748138c-1.113739,0.1051483-2.227478,0.2103043-3.341217,0.3157654
c-1.4817963,0.0324478-2.9635773,0.0651932-4.4453583,0.097641c-1.1152496,0.0994492-2.2304993,0.1988907-3.3454437,0.2986374
c-1.0830841,0.0084152-2.1658936,0.017128-3.2489777,0.0258408c-1.106842,0.1207809-2.2136688,0.2415543-3.3205109,0.3623352
c-1.2176819,0.0354538-2.4350891,0.0712051-3.6524811,0.1069565c-0.8340302,0.0961456-1.6677551,0.1922836-2.5014801,0.2887268
c-0.6826172-0.0273438-1.3652191-0.0543823-2.047821-0.0814209c-0.3956909,0.0703049-0.7916718,0.1406097-1.1873627,0.2109146
c-0.5615234,0.0841217-1.1230469,0.1679459-1.6842804,0.2520676c-1.0785828,0.0522766-2.1571808,0.1045532-3.2357635,0.157135
c-0.4236298,0.0745087-0.8475494,0.1493149-1.2714844,0.2241287c-0.9539032,0.0468674-1.9078064,0.0937347-2.8620148,0.1403046
c-0.4284363,0.0703049-0.8571625,0.1403122-1.2859039,0.2106094c-0.8075867,0.0543823-1.6151733,0.1087646-2.42276,0.163147
c-0.4323425,0.0657959-0.8646851,0.1315918-1.2973175,0.1973877c-1.3489838,0.1291885-2.6979828,0.2586823-4.0472717,0.388176
c-4.6048889,0.5407944-9.2097778,1.0815887-13.8146667,1.6223907l-57.8896713,7.838562
c0,0,8.0116196,15.4968414,9.724144,19.2325592c2.0601349,4.4943237,4.3942795,8.8630676,6.6097412,13.2861938
c0.1198807,0.2112122,0.2394562,0.4224243,0.3590317,0.6333313l0.1000519,0.0763092l-0.035759,0.1204834
c0.1574326,0.3292847,0.3148651,0.6585693,0.4720001,0.9881592l-0.0258408-0.0387573
c0.1463165,0.2839203,0.2926331,0.5681305,0.4389496,0.8517456l-0.0276413-0.0312347
c0.1475143,0.2824097,0.2950363,0.5651245,0.4425507,0.8478394l0.0360565,0.0024109
c4.0619888,7.7460175,8.150116,15.4788208,12.1748505,23.2443695c2.1190186,4.0881348,4.1280823,8.2336426,6.1867218,12.3530273
c0.1039581,0.1877747,0.2079163,0.3752441,0.3121643,0.5627289c0.1159668,0.0720978,0.1526184,0.1727448,0.1093597,0.302536
c1.9558868,3.8871307,3.9577332,7.7520294,5.8577423,11.6665039c3.3865967,6.9780884,6.7112885,13.9862366,10.0618286,20.9820404
c0.1237946,0.242157,0.2472687,0.4846191,0.371048,0.7267761l0.0399628,0.1249847l0.1180725,0.0603943l-0.050766,0.1024475
c0.1108551,0.22052,0.2217255,0.4410553,0.3325806,0.6615753c1.1095428,2.2845612,2.2193756,4.5691376,3.3292084,6.8536987
c4.0932465,8.3078613,8.1900787,16.6145172,12.2767029,24.9259491c0.6826172,1.3883667,1.320755,2.798645,1.9793243,4.1990051
c0.1829681,0.4082947,0.3659363,0.8168945,0.5489044,1.2254944c0.0700073,0.1268005,0.1403046,0.2536011,0.2103119,0.3803711
c0.2001038,0.5846558,0.4001923,1.169342,0.5999908,1.7539978l0.1688385,0.0778198l-0.0429535,0.15802
c0.0901337,0.2932434,0.1805573,0.5864563,0.2706909,0.8796997c0.0625,0.1598206,0.1249847,0.3196716,0.1874847,0.4794922
c0.0624847,0.1929016,0.1249847,0.3857727,0.1874695,0.5786743l0.1243896,0.0348511l-0.0727081,0.0817261
c0.0883331,0.3103333,0.1766663,0.620697,0.2652893,0.9307556c0.0787201,0.0883484,0.1679535,0.1700439,0.2292328,0.2691956
c0.0165253,0.0264587-0.0516663,0.1057739-0.0811157,0.1604309c0.0222321,0.1889954,0.0444641,0.377655,0.0664062,0.5666504
c0.1144562,0.2199097,0.2292328,0.4398499,0.3437042,0.6597595c0.0201263,0.1826782,0.0399628,0.3647461,0.0600891,0.5471191
c0.2166138,0.4963379,0.4329376,0.9923706,0.6495514,1.488678c5.6633606,17.3166504,11.3270111,34.6329956,16.9843445,51.951416
c0.0582886,0.178772,0.0348511,0.3842773,0.0492706,0.5774536c1.8774719,7.5381165,4.0127258,15.0233459,5.5777283,22.6257629
c3.0516052,14.8277893,5.8526306,29.7084045,8.6170044,44.5932617c1.1864624,6.388916,2.022583,12.8424377,3.0179596,19.2668152
l0.0147247,0.069397c0.0781097,0.0820312,0.1697388,0.1559448,0.2283325,0.2499695
c0.0228271,0.0366516-0.0291443,0.1195984-0.046875,0.1811829c0.0634003,0.6372375,0.1267853,1.2747803,0.1904907,1.9120178
c0.0678864,0.179657,0.135788,0.3590088,0.2033997,0.5386963c0.0408478,0.5582275,0.0817108,1.1161499,0.1222687,1.6743469
c0.0913391,0.2779236,0.1820679,0.5561218,0.2731018,0.8340454c0.034256,0.5699463,0.0688019,1.1395874,0.1030579,1.7095337
c0.1051483,0.3863525,0.2106171,0.7727356,0.3157654,1.1590881c0.0399628,0.5537109,0.0802155,1.1071472,0.1204834,1.6608582
c0.0847168,0.2662048,0.1694489,0.532074,0.2541656,0.7982788c0.0267487,0.5447083,0.0534821,1.0894165,0.0805206,1.6338196
c0.0874329,0.2920227,0.1751556,0.5840454,0.2625885,0.8760681c0.0483704,0.6645813,0.0964355,1.3294678,0.1448212,1.9943542
c0.0967407,0.4122009,0.1931763,0.8244019,0.2896271,1.236908c-0.0180359,0.2803345-0.0363617,0.5603333-0.0546875,0.8406372
c0.088028,0.1238098,0.0793152,0.2403564-0.0258331,0.3497314c0.0751038,0.2794189,0.1502228,0.5588379,0.2253265,0.8385315
c0.0769196,0.4326477,0.1532288,0.8652649,0.2298431,1.2979126c0.0273438,0.7105408,0.0543823,1.4211121,0.0817108,2.1313477
c0.0946503,0.5212708,0.1889801,1.0425415,0.2836304,1.5635071c-0.0117188,0.4167175-0.0234375,0.8331299-0.0351562,1.2498474
c0.0234375,0.0976257,0.0582886,0.1946716,0.0643005,0.2932129c0.0023956,0.0393677-0.059494,0.0823364-0.0919495,0.1238098
c0.0162354,0.1826477,0.0324554,0.3650208,0.0486755,0.547699c0.134903,0.7655334,0.2695007,1.5310669,0.4040985,2.296875
c-0.0201263,0.56604-0.0402527,1.1320801-0.0603943,1.6981201c0.1093597,0.1174622,0.1090698,0.2349243-0.0009003,0.3521118
c0.021637,0.18927,0.0432739,0.3788452,0.0648956,0.5681458c0.1306915,0.8995056,0.2610931,1.7987366,0.3920898,2.6982727
c-0.0066223,0.3761597-0.0129242,0.752594-0.0192413,1.1290588c-0.0129089,0.1688538-0.0258331,0.3377075-0.0387573,0.5065613
c0.0150299,0.2235107,0.0297546,0.4467468,0.0447693,0.6702881c0.1300964,0.8748779,0.2601929,1.750061,0.3899841,2.6249695
c0.6886139,8.9498901,1.3775177,17.8997803,2.0393982,26.5020752c3.1714783,2.9161072,6.114624,5.6224976,9.0577545,8.3285828
c6.847702,7.2526855,14.3125153,13.9594727,18.929718,23.0881348c4.9858551,9.8581543,6.4922791,20.3244019,5.9626007,31.1737061
c-0.1204834,2.4699097,0.1676483,4.6820679,1.2372131,6.8897095c0.7021332,1.4484863,1.1287689,3.0299683,1.6788788,4.552063
c0.5687408,2.1655884,1.1374664,4.3311768,1.7059174,6.4967651c0.1117554,0.3112183,0.2238159,0.6224976,0.3356018,0.9337769
c0.0291443,0.493042,0.0579834,0.9860229,0.0871277,1.4793701c0.1108704,0.454895,0.2220154,0.9100342,0.3328857,1.3649292
c0.032135,0.8009644,0.0639954,1.6019287,0.0958557,2.4026489c-0.0057373,2.4161377-0.0114441,4.8322754-0.0171509,7.2484741
c-0.0237122,0.742981-0.0474548,1.4859619-0.0711975,2.2293091c-0.1207886,0.5593872-0.2415466,1.1185303-0.36203,1.6776733
c-0.0159302,0.3959351-0.0315552,0.7919312-0.0471802,1.1879272c-0.1183777,0.430542-0.2364502,0.861084-0.3545227,1.2918701
c-0.0246277,0.3731689-0.0492554,0.7463379-0.0739136,1.119812c-0.1129456,0.3070068-0.2259216,0.6137695-0.3385925,0.9208374
c-0.1366882,0.9346924-0.2736816,1.8693237-0.4107056,2.8037109c0.125,0.6949463,0.2499695,1.3898926,0.3749695,2.085083
c0.0014954,3.2838745,0.0029907,6.5682983,0.0042114,9.8521118c-0.1199036,0.7081909-0.2397766,1.4163208-0.3599548,2.1244507
c-0.0180054,0.5092773-0.0366516,1.0184937-0.0549622,1.527771c-0.1222839,0.4335327-0.244873,0.8670654-0.3674622,1.3005981
c-0.0168152,0.3788452-0.0336304,0.7574463-0.0501709,1.1362915c-0.1168518,0.3100586-0.2337341,0.6204224-0.3506165,0.930481
c0.0111389,0.1021118,0.0105286,0.2039795-0.0018005,0.3058472c0.1268005,0.4257202,0.2532654,0.8514404,0.3797607,1.2774658
c0.006012,0.265625,0.0123291,0.5308838,0.0186462,0.7962036c0.1243591,0.4293213,0.2487488,0.8586426,0.3731384,1.2879639
c0.0219421,0.4990234,0.0438538,0.9981079,0.0657959,1.4971313c0.142395,0.4434204,0.2848206,0.8865967,0.4275208,1.3300171
c0.1147766,0.0165405,0.2157288,0.0634155,0.3022461,0.1412354c0.1553345,0.098877,0.3106689,0.197998,0.4656982,0.2971191
c0.2592773,0.0348511,0.5185547,0.0697021,0.777832,0.1045532c0.1673584,0.0934448,0.3349915,0.1865845,0.502655,0.2800293
c0.2409668,0.0438843,0.4819031,0.0883179,0.7228699,0.1322021c0.1658325,0.0934448,0.3313904,0.1868896,0.4972229,0.2800293
c5.3031311,1.8083496,10.1778259,4.3651123,14.3206177,8.199646c3.5764771,3.6858521,7.1532593,7.3717041,11.3212891,11.6665039
c5.578949,0.1427612,12.1165771,0.3061523,18.6539307,0.4822388c0.7411804,0.0201416,1.4805603,0.1105347,2.2205505,0.1682739
c2.2250977-0.1262207,4.4489746-0.3311157,6.6752625-0.3623657c4.1530151-0.0588989,8.3075562-0.0168457,12.2535706-0.0168457
c2.0168762-2.6044922,3.9117737-5.0516357,5.8066406-7.4990234c3.2583313-2.7039795,6.2399292-5.8817749,9.8470459-7.9881592
c4.2016907-2.4534302,8.9510803-3.9694824,13.4625549-5.892334c0.4341125-1.944458,0.8965149-3.8832397,1.2963867-5.8345947
c0.7174683-3.4998779,1.5662231-6.9846802,2.032196-10.519104c0.3034668-2.3004761-0.0140991-4.6779175,0.0186462-7.0198364
c0.0675964-4.8095093,0.22052-9.6177979,0.2619934-14.4273071c0.0174255-2.0165405,0.0345459-4.0653076-0.2806396-6.0466919
c-1.5007019-9.4282227-0.3668213-18.536438,3.0687256-27.3947144c0.5873718-1.5145264,1.1356812-3.0744019,1.959198-4.460083
c1.2693787-2.1352539,1.5737305-4.4459229,1.7302551-6.826355c0.1141663-0.5170898,0.2283325-1.0341187,0.3421936-1.5509033
c0.0231323-0.4281006,0.04599-0.8562622,0.0691223-1.2840576c0.1195679-0.3942261,0.2391357-0.7886963,0.3587341-1.1828613
c0.4148865-1.7867432,0.8298035-3.5734863,1.2447205-5.3605347c1.827301-6.9447021,4.9954529-13.169281,9.9113159-18.4552917
c2.2067566-2.1950378,4.4135132-4.3897705,6.6202698-6.5845032c0.3406982-0.3479004,0.6813965-0.6958313,1.0220947-1.0437317
c0.1760559-0.1983032,0.3521118-0.3966064,0.5281982-0.5948792c0.139679-0.1983032,0.2793884-0.3963013,0.4194031-0.594574
l0.1039429-0.1276855c3.3643799-4.8918152,7.9503479-8.510376,12.6000061-11.9558411
c0.0669861-0.919342,0.1261597-1.7320557,0.1856689-2.5450439c0.0657959-0.405304,0.1312866-0.8106079,0.1970825-1.2159119
c0.0667114-1.3757324,0.1333923-2.7514343,0.2001038-4.1268921c0.0624695-0.2902222,0.1249695-0.5801392,0.1877747-0.8703613
c0.0625-1.2077942,0.1252747-2.415863,0.1877747-3.6236572c0.0726929-0.4143066,0.1448059-0.8286133,0.2172241-1.2429199
c0.0594788-1.0921021,0.1186523-2.1842346,0.1778564-3.2763367c0.07901-0.4356384,0.15802-0.8712769,0.2370605-1.3072205
c0.0513611-1.0668945,0.1030273-2.1337585,0.1544189-3.2006226c0.0838318-0.5510254,0.1676331-1.1023254,0.2511597-1.6533508
c0.0480652-1.2267151,0.0964355-2.4537048,0.1448059-3.6804199c0.0943604-0.6849976,0.1893005-1.3700256,0.2836304-2.0550232
c0.0384521-1.0906067,0.0769043-2.1815186,0.1150818-3.2721252c0.9394836-5.6092834,1.8789673-11.2185364,2.8184509-16.8275146
c-0.0661011-0.1315918-0.0606995-0.260498,0.0162048-0.3860779c1.1966858-3.4286499,2.3933411-6.8570251,3.5903015-10.2853699
c0.150238-0.3953857,0.3004456-0.7910767,0.4506836-1.1864319c0.0910339-0.3067627,0.1820679-0.6132202,0.2727966-0.9196777
c-0.0042114-0.0877075-0.0198364-0.1769409-0.006012-0.2613831c0.0039062-0.0237427,0.0949402-0.0330505,0.1459961-0.0489807
c0.0775146-0.3016357,0.1556396-0.6029663,0.2331543-0.9046326c0.005127-0.0943298-0.0024109-0.1916809,0.0222473-0.280304
c0.0078125-0.0285339,0.100647-0.0333557,0.1547241-0.0489807c0.0654907-0.2986145,0.1309814-0.5972595,0.1964722-0.8959045
c0.0652161-0.1276855,0.1304016-0.2556763,0.1955872-0.3833618c0.0600891-0.2785339,0.1204834-0.5570374,0.1805725-0.8355408
c0.0961609-0.2262268,0.1922913-0.452179,0.288147-0.6781006c0.057373-0.3226624,0.1147461-0.64505,0.1718445-0.9674377
c0.0733032-0.1036377,0.1466064-0.2073059,0.2199097-0.3106384c0.0342712-0.3022461,0.068512-0.604187,0.1024475-0.9061584
c0.1114807-0.2210999,0.2226257-0.4422302,0.3338013-0.6630554c0.0276489-0.3247986,0.0549927-0.6495667,0.0823364-0.9743347
c0.0901184-0.1496277,0.179657-0.2989502,0.2694702-0.4482727c0.0444946-0.3971863,0.0886536-0.7943726,0.1331177-1.1915588
c0.0928345-0.1508179,0.1853638-0.3016357,0.2778931-0.4524536c0.2616882-1.1119385,0.5233765-2.223877,0.7850647-3.3361206
c1.364624-3.6786194,2.7184143-7.3617554,4.0971375-11.0355835c1.0939331-2.9154968,2.2181702-5.8195801,3.4307556-8.9958801
c-1.004364,0-1.7906189,0-2.5765991,0c-36.8460388,0.0006104-73.6923523,0.0030212-110.5383911-0.0116882
c-0.7811584-0.0003052-1.5620117-0.1986084-2.342865-0.304657c-1.2267151-6.2227783-2.4927673-12.4380493-3.6729126-18.6695251
c-4.6130066-24.361145-9.1998596-48.7276611-13.7909241-73.0929871c-0.125885-0.6681824-0.1932068-1.3471985-0.3190918-2.2437134
c10.638092,0,21.1953735,0,31.7529297,0c5.3439941,0.0054016,10.6879578,0.0102234,16.0316467,0.015625
c5.0630798-0.0006104,10.1261292-0.0012207,15.1889038-0.0015259c6.2921753,0.0006104,12.5840454,0.0015259,18.8759155,0.0021057
c3.4199524,0,6.8399048,0,10.2598572,0c3.4205322,0,6.8407898,0,10.2610168,0c4.1046448,0,8.2093201,0,12.3139648,0
c4.6514587-0.0002747,9.3026123-0.0002747,13.954071-0.0005798c6.428894,0.0005798,12.8577576,0.000885,19.2866516,0.0011902
c3.011322-0.0003052,6.0226746-0.000885,9.0340271-0.0014954c3.2844238-0.0003052,6.5694885-0.0009155,9.8539124-0.0012207
c7.7952881,0.0027161,15.5903015,0.005127,23.3852844,0.0078125c4.9296875-0.0005798,9.8593445-0.0014954,14.7887268-0.0020752
c7.2490845,0.0011902,14.4984741,0.0023804,21.7475586,0.0039062c7.6378784,0.227417,15.2763062,0.4377441,22.913269,0.690094
c3.6611938,0.1210938,7.3197021,0.3220825,11.2143555,0.4972534
c-11.0385742,30.0965576-21.9927368,59.9633179-32.9472046,89.8297424
c-3.1756592,11.2972717-6.3432312,22.5966492-9.5303345,33.8905945c-1.7984619,6.3729858-3.629364,12.7372742-5.4455261,19.1054688
c-0.0606995,0.1252747-0.1213684,0.250885-0.1817627,0.3764648c-0.0441895,0.2757874-0.0883484,0.5519104-0.1325073,0.8280029
c-0.0859375,0.1601562-0.1718445,0.320282-0.2574768,0.4807129c-0.0510864,0.2589722-0.1021423,0.5179749-0.1532288,0.7772522
c-0.09375,0.2598877-0.1880798,0.5200806-0.2817993,0.7802429c-0.0309448,0.2709961-0.0619202,0.5422974-0.0931396,0.8135986
c-0.0988464,0.1598511-0.1976929,0.3196716-0.2968445,0.4798279c-1.401886,5.0696716-2.7914124,10.1426392-4.2122192,15.2072144
c-0.4548645,1.6214905-0.9926758,3.2195435-1.4925842,4.8284302c-1.9937439,7.2025146-4.1692505,14.3614807-5.9064331,21.6252747
c-0.8901978,3.721283-1.1095276,7.6204529-1.4364014,11.4559021c-0.9839478,11.547821-1.7858276,23.1220703-7.0436096,33.7736816
c-0.149292,0.3028564-0.3328857,0.5888672-0.5005188,0.8826904c-5.2736816,10.6675415-12.625824,19.5098877-22.7573547,25.9108276
c-3.9499207,4.2023315-3.6492004,4.1605225-2.7199097,10.8757324c0.6369324,4.6036987,0.9034119,9.4354248,0.2148132,13.9961548
c-0.688324,4.5604248-0.4831238,8.9727173-0.1499329,13.4529419c0.6639709,8.9276733-1.088501,17.3794556-4.8605652,25.4475098
c-0.808197,1.7281494-1.7068176,3.4136353-2.5639648,5.1186523c0.0072021,0.4227295,0.0144043,0.8457642,0.0216064,1.2681885
c0.0003052,0.3989868,0.0003052,0.7979736,0.0006104,1.1969604c-0.0063171,0.2839355-0.0123291,0.5678101-0.0186157,0.8517456
c-0.0057068,0.1264648-0.0114136,0.2526855-0.0171204,0.3791504c-0.6096191,10.4623413-3.1270142,20.4610596-7.3329163,30.043396
c-0.377655,0.861084-0.9277649,1.6467285-1.3979797,2.4672852c-0.18927,0.3845215-0.3788452,0.769104-0.5684204,1.1536865
c-0.1304016,0.2130127-0.2608032,0.4260254-0.3911743,0.6387329c-2.7015991,5.1150513-6.4868774,9.3741455-10.5046997,13.4715576
c-2.9146118,2.9719849-5.6843872,6.0855103-8.5412903,9.1142578c-0.7442017,0.7889404-1.5728149,1.4979858-2.3623962,2.2437134
c-3.5599365,2.7060547-7.1202087,5.4118652-10.6801453,8.1176758c-2.6135559,1.4262085-5.2271118,2.852356-7.6174316,4.1566162
c-2.5039062,3.0041504-4.89151,5.8691406-7.2791443,8.7338867c-3.1062622,2.7072754-6.2125549,5.414856-9.3185425,8.1221924
c-3.4124146,1.9230957-6.8245544,3.8462524-10.2369995,5.7693481l0.0135193-0.0098877
c-0.142395,0.0826416-0.2850952,0.164917-0.4278259,0.2478638c-3.5593262,1.1633301-7.1186829,2.3269653-10.6777344,3.4905396
c-4.1040649,0.814209-8.2077942,1.628418-12.311554,2.4429321c-0.519165,0.1087646-1.0383301,0.2178345-1.5574951,0.3265381
c-3.4494019,0.2668457-6.8987732,0.5336304-10.348175,0.800415c-8.3408813,0.1342773-16.681488,0.2686157-25.0223999,0.4025879
c-10.1561584-0.2379761-20.3132324-0.4644775-30.4691162-0.7306519c-1.2080994-0.0315552-2.4107666-0.2794189-3.6158447-0.4266357
c-5.8847656-0.9412842-11.7698364-1.8823242-17.6549225-2.8233032c-0.3286896-0.1246948-0.6573792-0.2493286-0.9863586-0.3740234
c-0.2157135-0.026123-0.4314423-0.0523071-0.6474609-0.0784302c-8.9784393-1.7404785-16.6445465-6.0100708-23.3546295-12.1213989
c-0.0952454-0.0775146-0.1904907-0.1552734-0.2857208-0.2327881c-0.0838318-0.0012207-0.1336975-0.0429688-0.1499329-0.1253052
c-0.0949402-0.0907593-0.1901703-0.1814575-0.2854156-0.2722168l-0.1315918-0.1075439
c-0.1090546-0.0991211-0.2184296-0.197998-0.3274841-0.296814l-0.0838165-0.0718384
c-0.1156769-0.1123657-0.2310486-0.2247314-0.3464203-0.3370972l-0.0636902-0.0631104
c-0.1174774-0.1159668-0.2349548-0.2319336-0.352417-0.3479004l-0.0573883-0.0543823
c-0.1177673-0.1189575-0.2352448-0.237915-0.3527222-0.3569336l-0.0558777-0.0621948
c-0.1135712-0.116272-0.2268372-0.2322388-0.3404083-0.3485107l-0.0699921-0.0705566
c-0.1096649-0.1129761-0.2193298-0.2259521-0.3292999-0.3392334l-0.0787048-0.0925293
c-0.097641-0.1060791-0.1952972-0.2124023-0.2926331-0.3187866l-0.0940399-0.1135254
c-0.103653-0.1084595-0.2076111-0.2172241-0.311264-0.3256836l-0.1135712-0.1334229
c-0.1604309-0.0120239-0.2364349-0.0991211-0.2286377-0.2616577c-1.9784088-2.4708862-3.8997498-4.991272-5.9682922-7.3840332
c-0.6630859-0.767334-1.691803-1.237793-2.5955353-1.7728882c-1.5650024-0.9268799-3.1627502-1.7981567-4.7466888-2.6925659
c-0.5332947-0.2959595-1.0662842-0.5916138-1.5995636-0.8875122l-0.0405579-0.0459595
c-0.4122162-0.2511597-0.8244171-0.5026855-1.236618-0.7538452c-6.1062164-3.8215942-11.5093842-8.4586792-16.1776581-13.9480591
c-7.3206024-7.7216797-15.9225922-14.2806396-21.4528351-23.6256104c-0.4122162-0.6967773-0.7186584-1.4559937-1.0743866-2.1863403
c-3.1315155-5.2664795-4.8903198-11.0301514-5.6062775-17.0462646c-0.4801025-4.0319214-0.1577301-8.1546021-0.5245667-12.206665
c-0.2595825-2.8689575-1.1023254-5.682312-1.6298981-8.5305176c-1.2669678-6.8410645-0.8604736-13.65271,0.1333923-20.5021973
c0.3082581-2.1259766-0.2698059-4.3939819-0.5314789-6.5866089c-0.9043427-7.5847168-0.2992401-15.0203857,1.7813263-22.3851318
c0.6504517-2.3032227,0.6781006-4.7818604,0.8806-6.3363647c-2.0307007-4.6322021-5.2015839-7.0345459-8.5028381-9.3185425
c-0.5489197-0.3797607-1.0097961-0.8875122-1.5115356-1.3360596c-3.259201-3.2330322-6.7401428-6.2762451-9.7211304-9.7487793
c-3.5368195-4.1208496-6.1422577-8.8916016-7.9431152-14.0562134l0.0057068-0.0065918
c-0.1234894-0.2827148-0.2466583-0.5654297-0.3701477-0.8481445c-2.5820007-5.9671021-3.9337006-12.2262573-4.4522705-18.6857605
c-0.4858093-6.0476379-1.0136871-12.0922546-1.4676666-18.1422729c-0.4422455-5.8934937-0.7871552-11.7944946-1.2263947-17.6882935
c-0.2929382-3.9318848-0.6426544-7.8601685-1.0284271-11.7839661c-0.4052887-4.1238708-0.8478394-8.244751-1.3387756-12.359314
c-0.6672821-5.5939636-1.2804794-11.1981201-2.1253281-16.7662354c-1.291008-8.5079346-2.7229156-16.9954529-4.1689453-25.4790649
c-0.7721405-4.5279846-1.7038193-9.0283203-2.5501633-13.5436707c-0.0862274-0.4593811-0.0817184-0.9358826-0.1195755-1.4045715
c-0.0955429-0.0754089-0.1135712-0.1661377-0.0540771-0.272522c-0.1072617-0.4536438-0.2142181-0.9073181-0.3214798-1.3606873
c-0.025238-0.2025146-0.0504761-0.4049988-0.0754089-0.6075134c-0.113266-0.4815979-0.2262344-0.963501-0.3395004-1.4448242
c-0.0733109-0.1150513-0.0940399-0.2385559-0.0621948-0.3710327c-0.108757-0.2854309-0.2172165-0.5705566-0.3259811-0.855957
c-0.0360489-0.3779602-0.0721054-0.7556152-0.1081543-1.1332703c-0.1054611-0.4440613-0.2109146-0.8878174-0.3163681-1.3315735
c-1.1528015-4.7839661-2.1526718-9.6111755-3.4875412-14.3434448
c-3.5419235-12.5534363-7.2280579-25.0656738-10.8586121-37.5938416c-0.1517258-0.5224915-0.3250809-1.0389404-0.4885254-1.5581055
c-0.1123657-0.3572388-0.225029-0.714447-0.3373947-1.0716858c-0.0681992-0.2688904-0.1361008-0.5374756-0.2040024-0.8060913
c-2.6451035-7.1733704-5.7321548-14.2205505-7.8301468-21.5504761
c-3.0600128-10.6915588-8.0022964-20.4709778-13.115242-30.2209473c-0.8484497-1.6181946-1.6785736-3.2463074-2.5168076-4.8695984
c-3.7405167-6.8065186-7.5519409-13.5752258-11.2053223-20.4283142
c-6.1858253-11.6022186-12.2842178-23.251297-18.3886185-34.8964691c-1.1380806-2.1710052-2.1316452-4.4177094-3.1919098-6.6292725
c-4.1566277-8.046463-8.4268265-16.0364532-12.4404449-24.1535187
c-5.0188999-10.1501617-8.2660885-20.8964081-10.6140499-31.9737549
c-1.9709072-9.2987061-2.573595-18.7308197-1.6548405-28.0415497c1.9399605-19.6645966,8.6749916-37.6446075,21.2887917-53.1420593
c1.2399292-1.5235519,2.6607246-2.8995819,3.9976959-4.3441086c2.5603752-2.6168594,4.9798431-5.3917542,7.7078667-7.8196297
c7.374073-6.563179,15.5605469-11.9675484,24.3566208-16.4459534c0.2358475-0.1201782,0.5047379-0.1748581,0.758316-0.2598839
c7.7478256-3.945118,15.8162231-7.0510979,24.2295303-9.2536469c4.6424484-1.0674744,9.2851944-2.1346474,13.9279404-3.2018204
c0.2824173-0.1120644,0.5651321-0.2241287,0.847847-0.3358955c0.2715988-0.0102158,0.5432053-0.0204277,0.8151016-0.0306435
c4.3597336-0.8319283,8.7197647-1.6638546,13.0794907-2.4957809c0.2944336-0.1033535,0.588562-0.2067051,0.8829956-0.3097572
c0.537796-0.0405598,1.075592-0.0808201,1.6133881-0.1210785c0.2685852-0.0892315,0.5371857-0.1787643,0.805481-0.2679958
c0.5576172-0.0321465,1.1149445-0.0645943,1.6725616-0.0967426c2.8614197-0.4834118,5.7120361-1.0467434,8.5863647-1.4304085
c3.6966553-0.4939289,7.4125366-0.8436451,11.1203003-1.2555523c0.5528107-0.0582848,1.1056366-0.116272,1.6584473-0.1745567
c0.2637939-0.063694,0.5272827-0.127388,0.7907715-0.191082c0.8364258-0.0597878,1.6728668-0.119276,2.5090027-0.1787643
c0.2637787-0.0411606,0.5272675-0.0826206,0.7910614-0.1237812c3.262207-0.2905293,6.5247192-0.581358,9.7872314-0.8721867
c4.1250763-0.3662395,8.2501678-0.732481,12.3749542-1.0987206c0.1360931-0.0051079,0.2718964-0.0102158,0.4076996-0.0153217
c1.5058136-0.1315956,3.0116425-0.2634888,4.5174561-0.3950825c1.2294159-0.1367016,2.4585266-0.2731037,3.6876373-0.4098053
c0.138504-0.0009003,0.2770081-0.0021038,0.4155121-0.0033054c4.1043549-0.2652912,8.2089996-0.5305824,12.3133545-0.7961731
c8.8973236-0.4308357,17.794342-0.8652763,26.6922607-1.2840939c0.6760101-0.031847,1.3571014,0.0498734,2.0358124,0.0790157
c4.9260559-0.1348972,9.8524323-0.2694969,14.7784882-0.4040947c10.808136-0.2722015,21.616272-0.5441036,32.4241028-0.8163033
c11.3543701-0.0003014,22.7090149-0.0009022,34.0633545-0.001503c7.2818298-0.0177269,14.5633545-0.0402603,21.8452148-0.0414619
c0.3896484,0,0.7793274,0.1775627,1.1690063,0.2725029c3.1609802,0.189579,6.3216248,0.3794594,9.4825745,0.5693398
c1.1966858,0.1123657,2.3936462,0.2247314,3.5903015,0.3373966c6.0353088,0.2926311,12.0718079,0.5855637,18.1083069,0.8784962
c1.088501,0.1144676,2.1767273,0.2292385,3.2652283,0.3440075c2.460907,0.1559296,4.9218445,0.3115597,7.3830872,0.4674892
c3.2826233,0.1333961,6.5652771,0.2664928,9.8482056,0.399889c0.8809204,0.1108646,1.7618103,0.2217274,2.6430054,0.3325901
c2.2671509,0.1571331,4.5342712,0.3142643,6.8014221,0.471096c2.8671265,0.124382,5.7342529,0.2487659,8.6016846,0.3731499
c0.5462036,0.0501728,1.0924072,0.1003475,1.6386108,0.1502209c1.3739319,0.0862274,2.7478638,0.1724548,4.1221008,0.2589817
c0.4031982,0.044466,0.8060913,0.088932,1.209259,0.1333981c0.6859131,0.0763111,1.3718262,0.1526241,2.0580444,0.2286358
c3.0179443,0.2538757,6.0359192,0.5077496,9.0538635,0.7616234c0.5933533,0.0219326,1.1867371,0.0435638,1.780426,0.0654964
c0.1880798,0.0360527,0.3764343,0.071806,0.5648193,0.1078587c1.0166931,0.0688019,2.0331116,0.1376038,3.0498047,0.2064056
c0.3758545,0.094038,0.7514038,0.188076,1.1269531,0.2824154c0.7171631,0.026741,1.4346313,0.0537796,2.1517944,0.0805187
c0.3503113,0.0841255,0.7009277,0.1682491,1.051239,0.2523727c0.7408752,0.044466,1.4820862,0.0883312,2.2229614,0.1327953
c0.3647461,0.0895329,0.7294922,0.1790638,1.0942383,0.2685966c1.8179626,0.1787643,3.6359558,0.3575268,5.4539185,0.5365906
c0.1986084,0.0691032,0.3969116,0.1388054,0.5951843,0.2079067c0.2001038,0.0486717,0.4002075,0.0973434,0.6002808,0.1460152
c3.2835388,0.4055996,6.5671082,0.8117981,9.850647,1.2173958c3.6969299,0.5389957,7.3938904,1.0776901,11.0908508,1.6163845
c3.8703003,0.5185642,7.7496338,0.9809475,11.6094055,1.5704136c4.5300903,0.6919212,9.0439453,1.4902,13.5617065,2.2599335
c0.2445679,0.0417633,0.4608765,0.2475662,0.6904297,0.3767548c0.400177,0.0336494,0.8006592,0.0670013,1.2011719,0.1006508
c0.2842102,0.0832214,0.5684204,0.1664429,0.8529358,0.2496681c0.5627441,0.0730057,1.1257629,0.1463165,1.6885071,0.2193222
c0.09552,0.0441666,0.1913757,0.0883293,0.2869263,0.1324959c0.4368286,0.0507736,0.8736877,0.1015511,1.3102112,0.1520233
c0.2250366,0.0934372,0.4497681,0.1868782,0.6744995,0.280014c0.4506836,0.0414619,0.9013367,0.0832214,1.3522949,0.1246834
c0.1523438,0.0823212,0.3043518,0.164341,0.456665,0.2466621c0.4071045,0.0411606,0.8139038,0.082325,1.2210083,0.1234856
c0.2472839,0.1018486,0.4945374,0.2036972,0.7417908,0.3055496c3.1871033,0.8120956,6.3742065,1.6241951,9.5613098,2.4365921
c2.710022,0.8135986,5.4190674,1.6265984,8.1281738,2.4398994c0.3203125,0.124382,0.6402588,0.2484665,0.9602051,0.3728485
c0.9025269,0.3022461,1.8051147,0.6044922,2.7073364,0.9067383c0.203064,0.1033516,0.4064941,0.2067032,0.6095581,0.3097572
c7.8590088,2.515007,14.8983765,6.6298752,21.5976562,11.3221931
c15.3319092,10.7384377,26.305603,25.1056252,34.4998779,41.7709007
c4.2287598,8.6007843,7.1021729,17.5819244,8.2372437,27.1197891c0.40802,3.4286575,1.0596924,6.8281631,1.6377563,10.4770584
C589.3682861,135.7901917,586.9737549,136.6798096,584.5657349,137.5315552z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

View file

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View file

@ -11,4 +11,4 @@ Olamide Omorodion - business consultation
/* SITE */
Last update: 2015
Standards: HTML5, CSS3
Components: ember, jQuery, bootstrap, font-awesome, intro.js, locallyjs, nouislider, dancer.js, jquery-mousewheel, ember paper, ember notify, JavaScript-ID3-Reader
Components: ember, jQuery, bootstrap, font-awesome, intro.js, locallyjs, nouislider, dancer.js, ember paper, ember notify, JavaScript-ID3-Reader

View file

@ -1,17 +0,0 @@
{
"name": "Huegasm",
"icons": [
{
"src": "\/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image\/png"
},
{
"src": "\/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image\/png"
}
],
"theme_color": "#ffffff",
"display": "standalone"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -1,69 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="759.000000pt" height="759.000000pt" viewBox="0 0 759.000000 759.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata>
<g transform="translate(0.000000,759.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M3187 7544 c-1 -1 -78 -4 -172 -8 -93 -3 -197 -8 -230 -11 -33 -2
-98 -7 -145 -10 -47 -3 -98 -7 -115 -9 -16 -2 -64 -7 -105 -11 -41 -4 -88 -9
-105 -11 -16 -2 -52 -6 -80 -9 -78 -10 -175 -24 -210 -32 -11 -2 -29 -6 -40
-7 -88 -15 -304 -65 -320 -74 -5 -4 -17 -7 -25 -9 -27 -4 -164 -63 -230 -100
-157 -86 -331 -234 -401 -343 -18 -27 -35 -50 -38 -50 -3 0 -15 -18 -25 -40
-11 -22 -23 -40 -28 -40 -5 0 -7 -4 -3 -9 3 -5 1 -12 -4 -15 -17 -11 -71 -162
-98 -274 -20 -87 -26 -134 -27 -247 0 -77 2 -156 6 -175 8 -36 24 -110 32
-145 18 -76 62 -200 97 -273 70 -147 79 -164 123 -247 23 -44 62 -118 86 -165
24 -47 57 -106 72 -132 15 -27 25 -48 22 -48 -4 0 -1 -6 5 -13 6 -8 25 -40 42
-73 17 -32 45 -84 61 -114 63 -115 168 -320 164 -320 -2 0 5 -24 15 -52 36
-97 70 -193 74 -208 2 -8 15 -49 30 -90 65 -188 150 -504 139 -522 -3 -4 -1
-8 3 -8 5 0 9 -8 9 -17 1 -19 6 -53 24 -143 6 -30 13 -71 16 -90 2 -19 6 -44
9 -55 4 -20 12 -81 20 -145 2 -19 6 -46 9 -60 8 -45 21 -176 40 -425 2 -27 7
-86 10 -130 25 -312 91 -475 254 -626 l70 -65 -9 -54 c-6 -30 -9 -84 -9 -120
2 -134 2 -167 1 -235 0 -38 1 -79 3 -90 9 -59 16 -118 21 -186 3 -41 14 -108
25 -148 39 -138 82 -204 240 -362 126 -126 193 -184 285 -246 33 -22 83 -65
110 -95 28 -30 73 -72 100 -93 53 -40 162 -94 205 -101 14 -3 36 -9 50 -14 14
-4 43 -12 65 -16 22 -4 47 -9 55 -10 65 -14 125 -17 424 -19 252 -1 355 1 403
11 35 8 76 16 91 19 25 4 48 9 90 19 144 34 328 155 397 260 9 13 31 31 50 40
61 29 149 103 248 209 101 107 126 139 169 217 30 54 66 156 74 208 3 20 9 53
14 72 5 19 12 55 15 79 4 24 13 60 20 80 44 112 55 186 59 385 l4 196 75 79
c41 43 83 92 93 107 10 16 21 31 24 34 3 3 18 30 32 60 49 102 82 228 93 360
6 67 15 147 21 169 3 14 19 74 28 106 1 6 10 37 20 70 9 33 23 83 31 110 8 28
24 82 35 120 12 39 23 78 25 89 26 123 169 573 266 833 196 528 198 534 194
592 -4 92 -65 142 -190 158 -57 7 -2564 10 -2610 3 -16 -3 -34 -8 -40 -13 -71
-54 -89 -91 -81 -166 6 -59 17 -128 36 -221 6 -30 13 -64 14 -75 2 -11 8 -45
14 -75 6 -30 13 -68 16 -85 2 -16 16 -88 30 -160 14 -71 27 -141 30 -155 2
-14 7 -32 10 -40 3 -8 8 -30 11 -47 3 -18 8 -48 11 -65 10 -59 44 -116 82
-140 l37 -23 480 -1 c467 -1 480 -1 477 -20 -3 -24 -2 -19 -40 -135 -17 -53
-33 -109 -36 -123 -3 -14 -8 -36 -11 -47 -4 -12 -8 -33 -10 -48 -1 -14 -6 -55
-10 -91 -7 -65 -12 -137 -14 -198 -1 -26 -14 -47 -66 -100 -112 -117 -137
-146 -170 -197 -38 -60 -83 -168 -90 -221 -4 -22 -13 -64 -22 -94 -8 -30 -15
-57 -15 -60 0 -3 -4 -13 -10 -23 -5 -10 -11 -26 -13 -35 -3 -9 -10 -37 -16
-62 -8 -29 -11 -128 -11 -277 1 -199 -1 -233 -14 -244 -21 -17 -55 -37 -76
-45 -10 -3 -18 -10 -18 -15 0 -5 -6 -9 -13 -9 -7 0 -38 -24 -68 -53 l-55 -52
-115 0 -115 0 -52 47 c-29 25 -76 62 -105 81 l-52 35 1 63 c1 35 5 89 9 119
11 80 12 120 2 165 -5 22 -10 49 -12 60 -2 11 -8 35 -13 53 -6 17 -9 32 -6 32
3 0 0 8 -5 18 -5 9 -12 56 -15 102 -15 241 -65 360 -222 530 -23 25 -60 65
-83 90 -22 24 -41 53 -42 65 0 11 -2 27 -3 35 -2 8 -6 60 -10 115 -11 152 -15
196 -21 240 -4 22 -8 54 -10 70 -2 17 -18 114 -35 215 -37 216 -40 235 -45
275 -2 17 -5 31 -6 33 -3 4 -20 89 -25 127 -1 11 -3 20 -4 20 -2 0 -4 12 -13
55 -3 14 -8 32 -11 40 -3 8 -8 32 -11 53 -3 21 -10 47 -15 58 -6 10 -8 19 -6
19 3 0 -1 18 -9 40 -8 22 -14 41 -13 43 3 6 -60 209 -129 417 -61 182 -170
446 -199 480 -7 8 -13 18 -13 22 -2 16 -66 143 -73 146 -4 2 -8 10 -8 18 0 11
-182 377 -364 730 -15 31 -24 59 -20 64 5 5 25 11 44 14 19 3 46 8 60 11 35 6
98 15 145 20 22 2 49 6 60 8 26 6 158 22 250 32 304 30 538 38 1085 38 473 0
581 -3 945 -29 50 -3 113 -7 140 -9 93 -6 176 -15 333 -35 151 -20 188 -25
242 -35 14 -2 45 -7 70 -10 25 -3 54 -7 65 -9 11 -2 48 -9 82 -16 l61 -12 48
-107 c56 -124 83 -165 126 -187 53 -27 105 -24 208 13 52 19 102 36 110 38 8
2 15 4 15 5 0 1 7 3 15 5 23 6 183 64 205 75 28 13 148 50 159 49 5 0 12 3 15
8 3 4 50 23 105 41 108 37 138 58 168 116 16 32 19 51 14 105 -15 169 -58 317
-135 461 -150 283 -407 500 -695 586 -103 31 -198 54 -295 70 -18 3 -43 8 -55
10 -11 2 -48 9 -81 14 -33 5 -69 11 -80 13 -11 3 -47 8 -80 11 -33 4 -67 9
-75 11 -8 2 -42 6 -75 10 -73 7 -141 15 -175 20 -14 2 -59 7 -100 10 -41 3
-97 8 -125 10 -27 3 -88 7 -135 9 -159 9 -295 18 -330 23 -32 5 -1178 12
-1183 7z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.5 KiB

View file

@ -52,20 +52,22 @@ export default Component.extend({
}),
didInsertElement(){
// here's a weird way to automatically initialize bootstrap tooltips
let observer = new MutationObserver(function(mutations) {
let haveTooltip = !mutations.every(function(mutation) {
return isEmpty(mutation.addedNodes) || isNone(mutation.addedNodes[0].classList) || mutation.addedNodes[0].classList.contains('tooltip');
if(!window.matchMedia || (window.matchMedia("(min-width: 768px)").matches)){
// here's a weird way to automatically initialize bootstrap tooltips
let observer = new MutationObserver(function(mutations) {
let haveTooltip = !mutations.every(function(mutation) {
return isEmpty(mutation.addedNodes) || isNone(mutation.addedNodes[0].classList) || mutation.addedNodes[0].classList.contains('tooltip');
});
if(haveTooltip) {
run.scheduleOnce('afterRender', function(){
$('.bootstrap-tooltip').tooltip();
});
}
});
if(haveTooltip) {
run.scheduleOnce('afterRender', function(){
$('.bootstrap-tooltip').tooltip();
});
}
});
observer.observe($('#hue-controls')[0], {childList: true, subtree: true});
observer.observe($('#hue-controls')[0], {childList: true, subtree: true});
}
},
init() {

View file

@ -27,10 +27,7 @@
<span class="pull-right">
{{#if scUrl}}
<a href="#" data-toggle="tooltip" data-placement="top" class="sound-cloud-link bootstrap-tooltip" data-title="Listen on SoundCloud" {{action "gotoSCURL" scUrl}}>
<img src="assets/images/sc-white.png" class="hidden-xs" />
<img src="assets/images/sc-white-sm.png" class="visible-xs-inline" />
</a>
<a href="#" data-toggle="tooltip" data-placement="top" class="sound-cloud-link bootstrap-tooltip" data-title="Listen on SoundCloud" {{action "gotoSCURL" scUrl}}><img src="assets/images/sc-white.png" class="hidden-xs" /><img src="assets/images/sc-white-sm.png" class="visible-xs-inline" /></a>
{{/if}}
<span class="dropup">
<span class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">

View file

@ -81,6 +81,6 @@ body.dimmerOn {
cursor: pointer;
width: 40px;
height: 40px;
background: url(/favicon-96x96.png) center center no-repeat;
background: url(images/huegasm.png) center center no-repeat;
background-size: 40px 40px;
}

View file

@ -21,7 +21,7 @@
// preload images
#hue-controls:after, md-progress-circular:after {
display: none;
content: url(images/colormap.png) url(images/missingArtwork.png) url(images/sc-white.png) url(/favicon-96x96.png) url(images/lights/a19.svg) url(images/lights/a19w.svg) url(images/lights/br30.svg) url(images/lights/br30w.svg) url(images/lights/gu10.svg) url(images/lights/gu10w.svg) url(images/lights/huego.svg) url(images/lights/huegow.svg) url(images/lights/lc_aura.svg) url(images/lights/lc_auraw.svg) url(images/lights/lc_bloom.svg) url(images/lights/lc_bloomw.svg) url(images/lights/lc_iris.svg) url(images/lights/lc_irisw.svg) url(images/lights/lightstrip.svg) url(images/lights/lightstripw.svg) url(images/lights/storylight.svg) url(images/lights/storylightw.svg);
content: url(images/colormap.png) url(images/missingArtwork.png) url(images/sc-white.png) url(images/huegasm.png) url(images/lights/a19.svg) url(images/lights/a19w.svg) url(images/lights/br30.svg) url(images/lights/br30w.svg) url(images/lights/gu10.svg) url(images/lights/gu10w.svg) url(images/lights/huego.svg) url(images/lights/huegow.svg) url(images/lights/lc_aura.svg) url(images/lights/lc_auraw.svg) url(images/lights/lc_bloom.svg) url(images/lights/lc_bloomw.svg) url(images/lights/lc_iris.svg) url(images/lights/lc_irisw.svg) url(images/lights/lightstrip.svg) url(images/lights/lightstripw.svg) url(images/lights/storylight.svg) url(images/lights/storylightw.svg);
}
#navigation {

View file

@ -228,8 +228,9 @@
}
.audio-remove-button {
position: absolute;
top: 20px;
right: 5px;
top: 10px;
right: 0;
padding: 10px;
}
}
@ -344,7 +345,7 @@
}
.display-icon {
background: url(/favicon-96x96.png) center center no-repeat;
background: url(images/huegasm.png) center center no-repeat;
background-size: 80px 80px;
}
@ -373,11 +374,9 @@
font-size: 18px !important;
color: rgb(51, 51, 51);
display: none;
opacity: 1;
text-shadow: none;
&:hover {
color: darken(#333333, 5%) !important;
opacity: 1
}
}
@ -400,4 +399,7 @@
.beat-option {
text-align: center !important;
}
.close {
display: block;
}
}

View file

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB