diff --git a/CHANGELOG.md b/CHANGELOG.md index f426f00..e074baa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ ------------------------------------------------------------------------------- +### 0.0.7.0 + +#### Added + +- + +#### Changed + +- Info dialog +- Fixed URL links +- Fixed scrollbar slider styling +- Fixed popover background +- Updated dependencies to handle the fixed GST GIR + +#### Removed + +- + +------------------------------------------------------------------------------- + ### 0.0.6.1 #### Added diff --git a/README.md b/README.md index 5e66fb3..416f9c0 100644 --- a/README.md +++ b/README.md @@ -2,46 +2,46 @@ ## Is Movie Monad the free video player I've been looking for? -Yes. +Yes. :heavy_check_mark: Movie Monad is a free and simple to use video player made with Haskell. Originally it was a proof of concept to add video playback to [Gifcurry](https://lettier.github.io/gifcurry/) (another great app—check it out). Nowadays it's a lightweight yet mighty media player used all over the [world](https://snapcraft.io/movie-monad#js-snap-map) -everyday. +:globe_with_meridians: everyday. Movie Monad is cross platform so you'll never have to watch without it. Stream videos from the web or play the files stored on your computer. Play, pause, seek, repeat, resize, expand, and turn it up—Movie Monad gets out of -the way so you can watch the videos you love. +the way so you can watch the videos you love. :heartbeat: -So put down your copy of mpv, VLC, or Elmedia and try out Movie Monad—it's FREE! +So try out Movie Monad—it'll make your life simpler. :sunglasses: -## What does Movie Monad look like? +## What does Movie Monad look like? :eyes: -![Movie Monad](https://i.imgur.com/1qEidnX.gif) +![Movie Monad](https://i.imgur.com/r1btBMF.gif) -## What can I do with Movie Monad? +## What can I do with Movie Monad? :thinking: -* You can play video files from your hard drive or stream videos from the web. +* You can play video files from your hard drive :computer: or stream videos from the web. :spider_web: * To play web videos, click the file open button, paste the URL into the text box, and click open. * Movie Monad can handle `file://`, `https://`, and `http://`. -* You can play and pause. -* You can seek/scrub through the video. -* You can put the video on repeat. -* You can slow down or speed up the video (great for lectures). +* You can play and pause. :play_or_pause_button: +* You can seek/scrub :rewind: :fast_forward: through the video. :vhs: +* You can put the video on repeat. :repeat: +* You can slow down :snail: or speed up :racehorse: the video (great for lectures). * You can turn subtitles off or on and pick your language. -* You can turn up, turn down, or mute the volume. +* You can turn up :arrow_up:, turn down :arrow_down:, or mute :mute: the volume. :sound: * You can expand the video to full screen. * You can quickly resize the video to standard sizes. * You can resize the video to a custom size by resizing the window. - * Movie Monad will responsively adjust the video size to fill the window. -* You can play videos from the command line. + * Movie Monad will responsively adjust the video size to fill the window. :boom: +* You can play videos from the command line. :cl: * `movie-monad ./path/to/video/file.webm` * `movie-monad http://www.domain.tld/path/to/video/file.webm` -## What are the keyboard controls? +## What are the keyboard controls? :keyboard: * Mute/Unmute * `m` @@ -66,34 +66,34 @@ So put down your copy of mpv, VLC, or Elmedia and try out Movie Monad—it's FRE * `Space` * `AudioPlay` -## How do I get a copy of Movie Monad? +## How do I get a copy of Movie Monad? :floppy_disk: Movie Monad works on Linux, Mac, and most likely Windows. Make sure you have GStreamer and GTK+ installed on your machine. To find the latest version of Movie Monad, head over to the [releases page](https://github.com/lettier/movie-monad/releases). -### I use Linux. +### I use Linux. :penguin: If you use Linux then the easiest way to grab a copy of Movie Monad is by downloading the -[AppImage](https://github.com/lettier/movie-monad/releases/download/0.0.6.1/movie-monad-0.0.6.1-x86_64.AppImage). +[AppImage](https://github.com/lettier/movie-monad/releases/download/0.0.7.0/movie-monad-0.0.7.0-x86_64.AppImage). After you download the -[AppImage](https://github.com/lettier/movie-monad/releases/download/0.0.6.1/movie-monad-0.0.6.1-x86_64.AppImage), +[AppImage](https://github.com/lettier/movie-monad/releases/download/0.0.7.0/movie-monad-0.0.7.0-x86_64.AppImage), right click on it, select permissions, and check the box near execute. With that out of the way—you're all set—just double click on the AppImage and Movie Monad will pop up. You can also download and install the -[AppImage](https://github.com/lettier/movie-monad/releases/download/0.0.6.1/movie-monad-0.0.6.1-x86_64.AppImage) +[AppImage](https://github.com/lettier/movie-monad/releases/download/0.0.7.0/movie-monad-0.0.7.0-x86_64.AppImage) using the handy [AppImage install script](https://raw.githubusercontent.com/lettier/movie-monad/master/packaging/linux/app-image/movie-monad-install-app-image-script.sh) (right click the link and select "Save link as..."). Download the script, right click on it, select permissions, check the box near execute, and double click on it. You should now see Movie Monad listed alongside your other installed programs. -#### I use Arch/Manjaro/Antergos/pacman. +#### I use Arch, Manjaro, Antergos, or pacman. :ghost: -If you'd rather install Movie Monad via `pacman` then copy the following into your terminal. +You can install Movie Monad via `pacman`. Copy the following into your terminal. ```bash cd "$HOME/Downloads" @@ -107,7 +107,18 @@ cd movie-monad ``` -#### I use Ubuntu/Mint/Debian/Deepin/snap. +#### I use Fedora, SUSE, CentOS, Red Hat, Flatpak, Flathub, or GNOME Software. :tophat: + +You can install Movie Monad as a Flatpak via [Flathub](https://flathub.org/apps/details/com.lettier.movie-monad). + +```bash +flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo +flatpak install flathub com.lettier.movie-monad +``` + +You can also find it in GNOME Software. Just search for Movie Monad. + +#### I use Ubuntu, Mint, Debian, Deepin, or Snap. :cyclone: Movie Monad is available as a snap from [Snapcraft](https://snapcraft.io/). If you don't already have `snap`, go ahead and install it using the command `sudo apt install snapd`. @@ -119,20 +130,28 @@ For the command line route, paste the following into your terminal. ```bash snap install movie-monad -sudo snap connect movie-monad:mount-observe sudo snap connect movie-monad:removable-media -sudo snap connect movie-monad:raw-usb movie-monad ``` -### I use Mac. +### I use Mac. :apple: -Mac users can download and run the +Mac users can download the [Mac install script](https://raw.githubusercontent.com/lettier/movie-monad/master/packaging/mac/movie-monad-mac-install-script.command) -(hold down control, click the link, and select "Save Link As..."). -After running the install script, a shortcut to Movie Monad will be on your desktop. +by holding down control, clicking the link, +selecting "Save Link As...", selecting where Downloads, and clicking save. +To run the script, hold down the command key and press the space bar. Now type `terminal` and hit enter. +After the terminal comes up, copy and paste the following. + +```bash +cd ~/Downloads +chmod +x movie-monad-mac-install-script.command +./movie-monad-mac-install-script.command +``` + +Once it's finished, a shortcut to Movie Monad will be on your desktop. -### I'm a Haskell developer. +### I'm a Haskell developer. :desktop_computer: If you develop Haskell programs then the easiest way to build Movie Monad is with [Haskell Stack](https://docs.haskellstack.org/en/stable/README/). diff --git a/docs/movie-monad-icon.svg b/docs/movie-monad-icon.svg index 33307fa..47c592d 100644 --- a/docs/movie-monad-icon.svg +++ b/docs/movie-monad-icon.svg @@ -1,6 +1,4 @@ - - + version="1.1" + viewBox="0 0 74.203209 33.48922" + height="33.48922mm" + width="74.203209mm"> + style="stop-color:#57ace3;stop-opacity:1;" /> + style="stop-color:#57ace3;stop-opacity:0;" /> - - - - - - - - + id="Arrow1Mend" + refX="0" + refY="0" + orient="auto"> + style="fill:#57ace3;fill-opacity:1;fill-rule:evenodd;stroke:#57ace3;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path10335" /> + id="marker10589" + refX="0" + refY="0" + orient="auto"> + style="fill:#57ace3;fill-opacity:1;fill-rule:evenodd;stroke:#57ace3;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path10326" /> - + id="linearGradient10200"> + id="stop10196" /> + id="stop10198" /> - - - - - - - - - - - - - - - - - - - - - - - - - + osb:paint="solid" + id="linearGradient8935"> + style="stop-color:#373737;stop-opacity:1;" /> + style="stop-color:#814dd2;stop-opacity:1;" /> + style="stop-color:#b46bd3;stop-opacity:0.89019608" /> + id="Arrow1Lend" + refX="0" + refY="0" + orient="auto"> + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path4997" /> + id="Arrow1Lstart" + refX="0" + refY="0" + orient="auto"> + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path4994" /> - - + id="linearGradient5284" + xlink:href="#linearGradient5282" /> + + + y1="53.642838" + x1="-119.13808" + gradientUnits="userSpaceOnUse" + id="linearGradient5354" + xlink:href="#linearGradient5282" /> + y2="250.69791" + x2="128.98438" + y1="250.69791" + x1="61.251041" + id="linearGradient5260" + xlink:href="#linearGradient10200" /> + x2="208.0477" + y1="171.69249" + x1="194.11444" + id="linearGradient5447" + xlink:href="#linearGradient5445" /> + id="clipPath5039" + clipPathUnits="userSpaceOnUse"> + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.46007127;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" + id="path5041" /> - - - - - - - - - - - - - - - - - - - - - @@ -744,110 +170,95 @@ + + + (C) 2018 David Lettier + + + id="layer1"> + d="m 62.177432,206.27705 h 73.018038 c 1.30673,0 2.35871,1.05199 2.35871,2.35871 v 73.01805 c 0,1.30673 -1.05198,2.35871 -2.35871,2.35871 H 62.177432 c -1.306726,0 -2.35871,-1.05198 -2.35871,-2.35871 v -73.01805 c 0,-1.30672 1.051984,-2.35871 2.35871,-2.35871 z" + clip-path="url(#clipPath5039)" + style="display:inline;opacity:1;fill:url(#linearGradient5260);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.31037128;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" /> + d="m 125.5315,209.19106 c -3.34965,-1.30393 -6.69931,-2.60787 -10.04896,-3.9118 5.21848,-2.15262 10.43696,-4.30525 15.65545,-6.45787 -0.92835,-2.01253 -1.85669,-4.02505 -2.78504,-6.03758 -6.83922,2.90641 -13.67843,5.81282 -20.51763,8.71921 0.0104,2.54721 0.0208,5.09442 0.0312,7.64163 6.86079,2.8724 13.7216,5.74479 20.58242,8.61717 0.90892,-2.11466 1.81783,-4.22931 2.72675,-6.34397 -1.76975,-0.68894 -3.53951,-1.37789 -5.30926,-2.06683 m -2.62477,-4.90221 c 3.04901,-1.25752 6.09801,-2.51505 9.14702,-3.77257 -0.92751,-2.01274 -1.85501,-4.02549 -2.78252,-6.03823 -2.59416,1.10259 -5.18831,2.20519 -7.78247,3.30778 m 5.56493,-1.53082 c -5.40972,2.29966 -10.81943,4.59932 -16.22916,6.89899 0.0117,2.54697 0.0234,5.09394 0.0352,7.64091 6.86463,2.8717 13.72924,5.74341 20.59384,8.61511 0.91009,-2.11486 1.82018,-4.22973 2.73027,-6.3446 -5.23684,-2.04024 -10.47368,-4.08049 -15.71053,-6.12073 0.75831,-0.31271 1.51662,-0.62542 2.27492,-0.93812 m -14.17992,-7.36348 c -0.76309,-1.65493 -1.52619,-3.30987 -2.28928,-4.9648 -6.839318,2.90343 -13.678633,5.80688 -20.517941,8.71032 0.01054,2.5462 0.02107,5.0924 0.03161,7.6386 6.860547,2.86946 13.721102,5.73892 20.581661,8.60838 0.90903,-2.11556 1.81807,-4.23112 2.72711,-6.34668 -5.23993,-2.04195 -10.47985,-4.08389 -15.719768,-6.12583 3.538493,-1.46115 7.076989,-2.9223 10.615478,-4.38345 m -9.578031,6.75815 c -0.379995,-0.14802 -0.759989,-0.29603 -1.139983,-0.44404 5.220982,-2.15291 10.441954,-4.30583 15.662924,-6.45875 -0.54602,-1.18498 -1.09203,-2.36995 -1.63805,-3.55493 m -30.759587,4.52156 c 2.327107,-4.2e-4 4.654213,-8.4e-4 6.981318,-0.001 4.72e-4,-2.42569 9.42e-4,-4.85139 0.0014,-7.27708 -5.608879,-0.001 -11.217765,-0.002 -16.826659,-0.003 4.62e-4,2.42483 9.24e-4,4.84967 0.0014,7.2745 5.611028,-9.8e-4 11.22205,-0.002 16.833063,-0.003 4.54e-4,-2.42568 9.07e-4,-4.85135 0.0014,-7.27703 -1.723988,-3e-4 -3.447976,-5.9e-4 -5.171966,-8.9e-4 m -2.024007,22.444 c 2.816132,-1e-5 5.632262,-2e-5 8.448391,-3e-5 4.56e-4,-2.64572 9.1e-4,-5.29144 0.0014,-7.93716 -5.637754,-2e-5 -11.275514,-5e-5 -16.913281,-7e-5 4.48e-4,2.6457 8.94e-4,5.29139 0.0013,7.93709 5.639668,-2e-5 11.279329,-5e-5 16.918984,-7e-5 4.39e-4,-2.64571 8.77e-4,-5.29143 0.0013,-7.93714 -0.03972,0 -0.07944,0 -0.119166,0 m 27.32549,-18.3087 -17.328906,7.36254 m 21.261656,1.45287 -0.93476,0.39715 m 0.92531,12.30443 14.19828,5.93971" + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#2a144d;stroke-width:0.23003563;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + d="m 115.22655,198.82177 c -2.33453,0.87014 -4.64195,1.77129 -6.92798,2.69686 1e-5,-0.001 -0.0471,7.64456 -0.0471,7.64318 2.40744,1.04231 4.78622,2.11139 7.12654,3.21253 m -3.89008,-11.93336 c -1.00663,0.39365 -2.00871,0.79253 -3.00671,1.19609 0,-9e-5 -0.0168,2.57292 -0.0168,2.57282 m 0.0857,-0.87568 c 10e-6,-4.6e-4 -0.0406,5.94694 -0.0406,5.94646 3.36011,1.45836 6.6636,2.96933 9.88376,4.5473 m -7.20478,-3.23662 c 5.79648,2.59181 11.3987,5.35494 16.66528,8.36545 0.32773,-0.6279 0.65819,-1.25494 0.99146,-1.88109 m -1.60443,1.53758 c 0.21377,0.12085 0.42701,0.24211 0.6397,0.36376 1.05492,-2.01971 2.13811,-4.03043 3.25201,-6.03131 -1.59952,-0.86761 -3.22505,-1.71188 -4.8732,-2.53483 m 0.29618,-0.0427 c -3.40715,-1.70793 -6.91152,-3.32401 -10.483,-4.86582 2.90365,-1.06488 5.84253,-2.0795 8.82804,-3.03035 m -4.30994,5.25285 c -1.44084,-0.66089 -2.89525,-1.30799 -4.36114,-1.9425 5.32305,-1.95032 10.76393,-3.73086 16.39321,-5.25805 -0.0526,-0.15243 -0.10543,-0.30483 -0.15839,-0.4572 m -16.346,5.71656 c -6e-5,-3e-5 -0.16464,-0.0711 -0.1647,-0.0711 5.32191,-1.95602 10.76115,-3.74365 16.38827,-5.27932 -0.64765,-1.86511 -1.31982,-3.72666 -2.01474,-5.58459 m -6.00177,7.65252 c 2.59724,-0.83545 5.22948,-1.62315 7.90424,-2.35414 -0.10412,-0.29859 -0.20887,-0.59709 -0.31423,-0.8955 m -0.14193,1.39572 c 0.18793,-0.052 0.37606,-0.10371 0.56441,-0.15515 -0.73132,-2.1078 -1.49395,-4.21107 -2.28537,-6.30972 -0.14277,0.0413 -0.28541,0.0828 -0.42792,0.12441 m 2.58573,5.86862 c -1e-5,0 0.0598,-0.0163 0.0598,-0.0163 -0.73446,-2.10743 -1.50012,-4.2103 -2.29447,-6.30856 -2.51058,0.72674 -4.98101,1.49943 -7.41727,2.31118 m 2.7274,-0.57192 c -5.49569,1.74707 -10.81091,3.70187 -16.01266,5.78726 m -0.10008,0.28407 c -0.1982,0.0796 -0.39625,0.15943 -0.59413,0.23942 0,-1.5e-4 -0.0188,2.695 -0.0188,2.69485 m -0.26343,-1.06335 c 0,-6.9e-4 -0.0362,5.97408 -0.0362,5.97348 4.5267,1.96098 8.95073,4.01666 13.20673,6.20223 m -1.19162,-0.94232 c 2.57116,1.29507 5.08466,2.63559 7.52645,4.02912 0.2451,-0.46951 0.49173,-0.93854 0.73992,-1.40707 m -3.71917,-0.16021 c 1.03465,0.56033 2.05792,1.12925 3.06882,1.7073 1.05517,-2.01991 2.13862,-4.0308 3.25279,-6.03186 -3.20163,-1.73679 -6.50739,-3.38013 -9.89002,-4.94595 m 0.73858,0.22701 c -2.02311,-0.94586 -4.0745,-1.86341 -6.14827,-2.75609 2.20426,-0.81044 4.42876,-1.59211 6.67851,-2.33909 m -1.44719,0.78416 c 3.68217,-1.25405 7.4293,-2.41757 11.26369,-3.46413 -0.62864,-1.81025 -1.28037,-3.61715 -1.95359,-5.42066 m 2.23455,5.42891 c 0,0 0.0174,-0.005 0.0174,-0.005 -0.72889,-2.1089 -1.48926,-4.21326 -2.27857,-6.31299 -3.40899,0.98048 -6.74388,2.04632 -10.0197,3.18021 m 11.03329,-0.34197 c -0.33808,-0.93185 -0.68206,-1.86279 -1.03172,-2.79283 -2.38449,0.68629 -4.73274,1.41434 -7.0499,2.17823 m 7.95135,0.32819 c -0.33935,-0.93163 -0.68458,-1.86236 -1.03546,-2.79218 -4.58328,1.32102 -9.03245,2.79572 -13.38399,4.38215 m 6.2801,-1.79408 c -1.65708,0.54838 -3.29832,1.11504 -4.92561,1.69781 m 3.20183,-1.43563 c -4.26843,1.45184 -8.43432,3.02127 -12.53045,4.67057 m -22.97746,-0.61053 c -0.854682,0.39452 -1.707863,0.7904 -2.559818,1.18742 -1.2e-5,-2.5e-4 0.117783,2.69178 0.117771,2.69152 m -0.268337,-2.29444 c -4e-6,0 -0.02307,0.0108 -0.02308,0.0108 -1.1e-4,-0.003 0.33467,7.63469 0.33456,7.63215 3.348442,1.24064 6.676356,2.49903 9.969061,3.78762 m -10.192384,-8.04094 c -2.8e-5,-6.9e-4 0.176276,4.01026 0.176248,4.00962 0.573877,0.21257 1.147161,0.42566 1.719779,0.63933 m -1.79414,-3.6187 c -1.4e-5,-2.3e-4 0.126798,2.89326 0.126782,2.89293 3.803508,1.40936 7.581027,2.84161 11.311057,4.315 m -11.501658,-5.89934 c -4e-6,-9e-5 0.06809,1.54588 0.06809,1.54578 4.990119,1.84741 9.935901,3.7339 14.788836,5.70061 m -12.821111,-5.12777 c 3.745274,1.39817 7.462077,2.82154 11.129754,4.28761 m -6.88663,-2.31774 c 3.011252,1.14993 5.998343,2.32071 8.950298,3.52165 1.133312,0.46173 2.261042,0.92737 3.382172,1.39749 m -9.790029,-4.2021 c 2.149828,0.83322 4.285773,1.67852 6.403797,2.53933 1.907982,0.77652 3.800322,1.5642 5.672182,2.36562 0.46253,-1.10901 0.92886,-2.21723 1.39934,-3.32452 m -6.232212,1.50664 c 1.556872,0.63838 3.102712,1.28447 4.634872,1.9397 0.88166,-2.11735 1.77703,-4.23184 2.68853,-6.34263 -0.61254,-0.24545 -1.2269,-0.48927 -1.84292,-0.73153 m -4.06553,5.7068 c -9e-5,-4e-5 0.16353,0.0679 0.16344,0.0679 m 0.0327,0.11268 c 1.03455,0.43018 2.06375,0.86401 3.08681,1.30192 m -2.3182,-0.91815 c 0.76015,0.31833 1.51729,0.63869 2.27109,0.96126 0.8812,-2.11731 1.7761,-4.23175 2.6871,-6.34251 -1.07693,-0.43177 -2.15952,-0.85847 -3.24694,-1.28059 m -0.79848,6.54886 c 0.57584,0.24283 1.14991,0.48687 1.72205,0.73222 0.88393,-2.11654 1.78182,-4.23012 2.69609,-6.3399 -2.85303,-1.14687 -5.74585,-2.25766 -8.6629,-3.34145 -0.878803,-0.32632 -1.759821,-0.65007 -2.642799,-0.97149 m 11.165339,4.97095 c -4e-5,9e-5 0.091,-0.21044 0.091,-0.21035 -2.83402,-1.13992 -5.7079,-2.24432 -8.60636,-3.32213 0,0 0,0 0,0 -4.6e-4,-1.5e-4 -0.366769,-0.1361 -0.367181,-0.13625 m 3.434061,1.21466 c -1.01916,-0.38852 -2.042074,-0.77332 -3.068051,-1.15478 -2.486904,-0.92406 -4.991852,-1.82752 -7.509019,-2.71568 0.829062,-0.36791 1.659434,-0.73416 2.49136,-1.09855 m 0.757017,2.04397 c -1.035358,-0.37277 -2.073205,-0.74255 -3.113132,-1.1097 2.413792,-1.07043 4.838848,-2.12667 7.281244,-3.164 1.533889,-0.65173 3.074841,-1.29637 4.624621,-1.93185 m -9.766347,6.08968 c -0.639713,-0.22895 -1.280335,-0.45681 -1.921771,-0.68365 0.812051,-0.35993 1.625365,-0.71824 2.440177,-1.07474 m -1.445123,0.25789 c 2.013297,-0.88721 4.035092,-1.76404 6.068896,-2.62776 1.427505,-0.60646 2.861118,-1.20679 4.302258,-1.7993 m -6.920229,3.15085 c 0.388763,-0.16799 0.777907,-0.33554 1.167461,-0.50263 m -0.853317,0.0623 c 0.765968,-0.33022 1.53347,-0.6587 2.302693,-0.98531 2.773222,-1.17798 5.569582,-2.33278 8.399432,-3.45216 -0.87864,-1.88537 -1.77123,-3.76736 -2.67569,-5.64593 m 1.76309,3.67895 c -0.61388,-1.30199 -1.23409,-2.60236 -1.85994,-3.90108 -1.41105,0.57981 -2.81257,1.16765 -4.205833,1.76203 m 5.026193,0.0549 c -0.27605,-0.57827 -0.55327,-1.15622 -0.83161,-1.73385 -1.25376,0.51547 -2.5,1.03727 -3.73965,1.56436 m 2.83755,-1.48965 c -1.54442,0.6398 -3.077627,1.28889 -4.601312,1.94531 m 1.201573,-0.32783 c -0.474262,0.2025 -0.94757,0.40576 -1.419976,0.60972 -4.914679,2.11735 -9.741183,4.30852 -14.528256,6.53678 m 16.826411,-7.45096 c -0.76819,0.32571 -1.533822,0.65348 -2.297101,0.98307 -3.24117,1.39662 -6.444057,2.82536 -9.622648,4.27567 m 7.852211,-3.474 c -3.117139,1.35987 -6.200983,2.7479 -9.264133,4.15461 m 9.009911,-4.25513 c -2.302633,1.00582 -4.587154,2.02686 -6.858643,3.05931 m 4.508413,-1.69638 c -3.57174,1.58495 -7.104087,3.20379 -10.616344,4.84198 -2.3e-5,-5.1e-4 0.161722,3.68636 0.161699,3.68584 m 0.201525,-4.18611 c -4.2e-5,2e-5 -0.08238,0.0384 -0.08242,0.0384 m 0.249474,0.18924 c -9.2e-4,4.4e-4 -0.389313,0.18139 -0.390267,0.18184 -3e-5,-6.7e-4 0.193575,4.4234 0.193547,4.42274 m 0.06248,-4.67199 c -1.7e-4,7e-5 -0.164222,0.0765 -0.164393,0.0766 -9.4e-5,-0.002 0.332519,7.63482 0.332427,7.63268 2.594887,0.96244 5.177421,1.93576 7.740766,2.92577 m -8.125629,-6.54994 c -2.5e-5,-4.6e-4 0.160641,3.66976 0.160618,3.6692 4.066678,1.50729 8.103281,3.04091 12.083516,4.62316 m -2.99684,-1.2604 c 1.529369,0.59494 3.051506,1.19616 4.564949,1.80488 m -3.344893,-1.26036 c 0.776458,0.30474 1.550935,0.61119 2.32324,0.91951 m -1.241217,-0.35875 c 1.195935,0.4731 2.386912,0.95046 3.572221,1.43269 1.840131,0.74969 3.665531,1.50974 5.471871,2.28248 0.822,-1.97423 1.6559,-3.94598 2.50368,-5.91456 m -11.121527,1.98454 c 1.05069,0.41661 2.097534,0.83657 3.140048,1.26028 1.965829,0.80009 3.915119,1.61201 5.842599,2.43862 0.44127,-1.057 0.88602,-2.11326 1.33455,-3.16868 m -9.552508,0.12237 c 0.79596,0.31766 1.589611,0.6373 2.38074,0.9591 1.914288,0.77978 3.812658,1.57076 5.690228,2.37559 0.88257,-2.11672 1.77896,-4.23052 2.69159,-6.34058 -1.36174,-0.54699 -2.73261,-1.08582 -4.1109,-1.61747 m 3.20992,1.00354 c -4.6e-4,-2.1e-4 -0.41393,-0.16425 -0.41444,-0.16445 m 0.0581,0.2923 c -2.38846,-0.94689 -4.80318,-1.86977 -7.235138,-2.77392 -2.430368,-0.903 -4.877973,-1.78633 -7.33738,-2.65492 -0.0031,0.001 0.836179,-0.36999 0.833122,-0.36863 m 11.056826,4.79542 c -1.08521,-0.41935 -2.17509,-0.83422 -3.268804,-1.2451 m 0.552314,-0.0558 c -0.611951,-0.23083 -1.225138,-0.46037 -1.839412,-0.68871 -2.397599,-0.89074 -4.811825,-1.76235 -7.237466,-2.61957 -0.0036,0.002 0.907279,-0.40118 0.903714,-0.3996 m 4.693778,2.54492 c -1.824261,-0.66932 -3.657459,-1.32826 -5.497316,-1.97887 1.167215,-0.51721 2.337056,-1.03107 3.510215,-1.54103 m -3.132218,1.53545 c -0.0021,-6.9e-4 -0.702658,-0.24839 -0.704659,-0.2491 2.444195,-1.08387 4.899913,-2.15325 7.373456,-3.20325 1.651238,-0.70123 3.310698,-1.39423 4.980548,-2.07644 m -2.03317,0.88961 c 1.81304,-0.75358 3.63737,-1.49555 5.47584,-2.22256 -0.2092,-0.44886 -0.4192,-0.89753 -0.62996,-1.34601 m 0.52067,0.71853 c -0.85056,-1.82046 -1.714,-3.63777 -2.58848,-5.45186 -1.96176,0.80486 -3.90498,1.6253 -5.833093,2.45734 -1.125801,0.48477 -2.246963,0.97342 -3.364066,1.46549 m -26.743025,7.15179 c 2.059712,-0.0964 0.572741,-0.0268 2.632452,-0.12318 m -2.374667,0.0391 c 3.988273,-0.18667 7.978754,-0.37463 11.971968,-0.54282 0,1e-5 -0.106426,-2.53116 -0.106426,-2.53115 m -10.549851,3.10776 c 2.511814,-0.11741 5.024455,-0.23441 7.538059,-0.34575 m -2.466268,-0.18978 c 1.855925,-0.0845 3.712463,-0.16687 5.569671,-0.24496 4.6e-4,0.0102 -0.306587,-7.27925 -0.306156,-7.26905 -1.51597,0.0638 -3.029675,0.13038 -4.54115,0.19859 m 0.519071,0.12322 c -1.688448,0.0755 -8.310835,0.38663 -9.999283,0.46211 m 8.229672,-0.20034 c -2.502666,0.11447 -7.305212,0.34259 -9.807878,0.45705 m 0.772856,-0.34604 c 0.09031,-0.004 -2.132148,0.0985 -2.041833,0.0943 -2.3e-4,-0.005 0.332597,7.2737 0.332362,7.26857 0.02374,-0.001 1.198389,-0.0549 1.222129,-0.056 m -0.04693,-7.07694 c 0.0466,-0.002 -1.592138,0.0732 -1.545538,0.0711 -2.25e-4,-0.005 0.331344,7.27291 0.331118,7.26792 0.04257,-0.002 1.586349,-0.073 1.628922,-0.0749 m -1.539587,-1.5644 c 0,0 0.07316,1.60165 0.07316,1.60165 0.05598,-0.003 1.772949,-0.0817 1.828928,-0.0843 m -1.921715,-0.31555 c 0,0 0.01902,0.41581 0.01902,0.41581 0.702064,-0.0321 5.140008,-0.2396 5.842074,-0.27172 m 4.725877,-0.27675 c 2.066675,-0.0948 4.134037,-0.18719 6.202159,-0.27432 4.6e-4,0.009 -0.306587,-7.27817 -0.306221,-7.26948 -2.339557,0.0984 -4.673816,0.20336 -7.002878,0.31075 m 7.058915,-0.16737 c -4.6931,0.19762 -9.365216,0.42182 -14.017203,0.63901 m 6.537511,-0.38739 c -0.971305,0.045 -4.569434,0.21391 -5.540739,0.25886 m 5.101201,-0.24571 c -5.216645,0.24225 -3.843468,0.18018 -9.06011,0.42243 -3.4e-5,-7.4e-4 0.123129,2.70558 0.123097,2.70486 m 7.426843,-3.24953 c -24.696934,1.15102 17.116174,-0.79865 -7.580762,0.35237 -2.3e-5,-4.8e-4 0.104089,2.27859 0.104066,2.2781 m 5.781832,-2.41986 c 2.637842,-0.12357 -8.440538,0.39347 -5.802694,0.2699 -2.3e-4,-0.005 0.331946,7.27375 0.331699,7.26835 1.524654,-0.0696 6.552862,-0.30601 8.077513,-0.37559 m -7.825568,0.35848 c 3.084591,-0.14101 7.08161,-0.33115 10.166201,-0.47216 m -2.201616,0.27963 c 2.955075,-0.13771 5.911325,-0.27295 8.868971,-0.39714 6.9e-4,0.0158 -0.276645,-6.60296 -0.275983,-6.58715 m -4.644838,19.50263 c -0.04853,0.002 1.943709,-0.0875 1.895186,-0.0853 m -1.936735,0.1142 c 1.792077,-0.0816 3.580063,-0.16108 5.364006,-0.23634 0.0016,0.0406 -0.334472,-7.97099 -0.33277,-7.93042 -1.663809,0.07 -3.328641,0.14352 -4.99454,0.21902 m 2.171407,7.93469 c 1.002125,-0.0446 2.002964,-0.0882 3.002526,-0.13056 6.9e-4,0.0151 -0.335332,-7.94584 -0.334692,-7.9307 -0.01302,4.6e-4 -1.283268,0.0548 -1.296293,0.0553 m 1.765494,6.57446 c 0,0 -0.09432,-2.24444 -0.09432,-2.24444 m 0.193403,1.55422 c 2.3e-4,0.008 -0.255952,-6.10558 -0.255618,-6.09764 -4.135875,0.1736 -8.27797,0.36923 -12.426879,0.56322 m 12.656588,5.47587 c 0.0014,0.0352 -0.196897,-4.70418 -0.195425,-4.669 m 0.05044,0.34855 c 7.3e-5,0.002 -0.08064,-1.92765 -0.08057,-1.92593 -2.430525,0.10176 -4.863062,0.21113 -7.297731,0.32331 m 2.088058,0.34949 c -3.929765,0.17863 -8.234153,0.3859 -12.163916,0.56453 -2.3e-4,-0.007 0.360901,7.93624 0.3606,7.92962 0.0133,-6.9e-4 0.959655,-0.0436 0.972954,-0.0442 m -1.147832,-4.57504 c -9e-5,-0.002 0.201748,4.43626 0.201661,4.4343 4.261743,-0.19359 8.13406,-0.38068 12.395803,-0.57426 m 2.714147,0.0438 c -0.03638,0.002 2.068462,-0.0889 2.032086,-0.0873 0,-1e-5 -0.330434,-7.848 -0.330434,-7.84802 m -0.390012,7.67174 c -0.006,2.3e-4 0.877945,-0.0373 0.871913,-0.037 0.0035,0.0846 -0.335601,-8.01541 -0.332058,-7.93079 -0.0049,2.1e-4 -0.807534,0.0341 -0.812456,0.0343 m 1.062674,4.39576 c 9.21e-4,0.0195 -0.180555,-4.31693 -0.17974,-4.29747 -5.644858,0.2368 -11.301805,0.51484 -16.97239,0.77385 m 16.883999,-0.84336 c 0,0 -0.0109,-0.25925 -0.0109,-0.25925 -2.055509,0.0861 -4.112471,0.17769 -6.170952,0.27176 m 3.485079,0.0291 c -0.05285,0.002 -2.212276,0.099 -2.26512,0.10135 m 0.349797,0.0794 c -3.760553,0.16942 -8.938361,0.41768 -12.698914,0.5871 -2.3e-4,-0.006 0.33907,7.46503 0.338819,7.45951 m 9.280111,-8.08922 c -5.88383,0.27258 -3.65478,0.17097 -9.538611,0.44355 -1.79e-4,-0.004 0.27812,6.1035 0.277943,6.09957 m 5.680987,-6.48244 c 2.157859,-0.10077 -8.201667,0.38044 -6.043811,0.27967 -2.3e-4,-0.007 0.361342,7.93519 0.361027,7.92831 0.01746,-6.9e-4 1.089212,-0.0498 1.10666,-0.0506 m -0.642245,-7.62892 c 0.0055,-2.3e-4 -0.59799,0.0273 -0.592459,0.027 -8.8e-5,-0.002 0.186492,4.0844 0.186404,4.0825 m -0.24246,-0.91094 c -9.4e-5,-0.002 0.205422,4.5051 0.205328,4.50301 0.02291,-0.001 1.239029,-0.0564 1.261934,-0.0575 m -0.07763,0.0678 c 4.16157,-0.19062 6.453312,-0.30131 10.614882,-0.49193 m -6.911472,0.22311 c 0.314236,-0.0147 1.410505,-0.066 1.724739,-0.0807 m -1.595265,0.30133 c 4.104645,-0.19166 8.18784,-0.38438 12.250149,-0.55525 2.3e-4,0.006 -0.205339,-4.89378 -0.205097,-4.88802 m 33.383164,-22.13887 c -5.49585,2.00143 -10.81413,4.16561 -16.02272,6.41445 -2.945114,1.26887 -5.858578,2.56425 -8.750882,3.87824 m 25.318552,-0.13017 c -0.44849,0.16829 -0.896,0.33771 -1.34256,0.50821 m -1.87856,11.0592 c 6.39169,2.87012 12.5429,5.95109 18.26331,9.34531" + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#2a144d;stroke-width:0.46007127;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" /> + style="display:inline" + id="g1238"> - + d="m 111.80954,213.04909 c -0.26629,0.16448 -0.50119,0.30232 -0.6724,0.70346 -0.1712,0.40114 -0.10823,0.66612 -0.0428,0.97219 l 0.12706,-0.0258 c -0.0563,-0.29013 -0.0764,-0.51482 0.0782,-0.87703 0.15531,-0.3639 0.33078,-0.50311 0.57919,-0.66321 z" /> + d="m 112.44893,213.61011 c -0.26405,-0.1127 -0.57293,0.002 -0.74125,0.39595 -0.16759,0.39268 -0.0531,0.69166 0.22957,0.8123 0.1574,0.0672 0.29655,0.0506 0.38906,0.012 l -0.0362,-0.13551 c -0.087,0.0209 -0.17996,0.0372 -0.28998,-0.01 -0.18111,-0.0773 -0.26524,-0.26928 -0.12148,-0.6061 0.15025,-0.35206 0.34807,-0.40769 0.5241,-0.33256 0.0812,0.0347 0.14075,0.0921 0.18825,0.18244 l 0.13209,-0.0657 c -0.0613,-0.11423 -0.12691,-0.19023 -0.27416,-0.25307 z" /> + d="m 113.09042,213.59577 -0.12706,0.0258 c 0.0563,0.29012 0.0771,0.51313 -0.0782,0.87703 -0.15459,0.36221 -0.33078,0.50311 -0.57918,0.66321 l 0.0693,0.10959 c 0.26629,-0.16448 0.5012,-0.30232 0.67241,-0.70346 0.1712,-0.40114 0.10822,-0.66613 0.0428,-0.97219 z" /> + d="m 114.01162,214.30108 -0.24373,-0.10402 -0.49772,1.16618 0.27928,0.11919 c 0.25219,0.10764 0.59679,0.12065 0.79978,-0.35496 0.2066,-0.48407 -0.0397,-0.69924 -0.33761,-0.82639 z m -0.0194,0.14379 c 0.18619,0.0795 0.35432,0.21526 0.18601,0.60962 -0.16398,0.38422 -0.38001,0.38406 -0.5628,0.30604 l -0.13033,-0.0556 0.38864,-0.9106 z" /> + d="m 114.96573,216.0869 0.16926,0.0722 0.12536,-1.3251 -0.20311,-0.0867 -0.87179,1.00653 0.16249,0.0693 0.21299,-0.25525 0.44176,0.18854 z m -0.31025,-0.63263 0.44286,-0.53131 -0.079,0.68662 z" /> + d="m 116.5494,215.38421 -0.16249,-0.0693 -0.71613,0.86686 0.1305,-1.11681 -0.17264,-0.0737 -0.12197,1.32654 0.17264,0.0737 z" /> + d="m 116.89069,215.52987 -0.16079,-0.0686 -0.49773,1.16618 0.1608,0.0686 z" /> + d="m 117.4728,215.77831 -0.24373,-0.10402 -0.49772,1.16618 0.27928,0.11919 c 0.25219,0.10764 0.59679,0.12065 0.79978,-0.35496 0.2066,-0.48407 -0.0397,-0.69924 -0.33761,-0.82639 z m -0.0194,0.14379 c 0.18619,0.0795 0.35432,0.21526 0.18601,0.60962 -0.16398,0.38422 -0.38001,0.38406 -0.5628,0.30604 l -0.13033,-0.0556 0.38864,-0.9106 z" /> + d="m 118.7188,216.31011 -0.16079,-0.0686 -0.49773,1.16618 0.62118,0.26511 0.0785,-0.13255 -0.479,-0.20443 z" /> + d="m 120.03232,216.87072 -0.63133,-0.26946 -0.49773,1.16618 0.64488,0.27523 0.0549,-0.12863 -0.48408,-0.20661 0.17049,-0.39945 0.39267,0.1676 0.0549,-0.12864 -0.39267,-0.16759 0.16253,-0.38082 0.45192,0.19287 z" /> + d="m 120.99565,217.28186 -0.83274,-0.35541 -0.0585,0.13709 0.33175,0.14159 -0.43921,1.02909 0.1608,0.0686 0.43921,-1.02908 0.32328,0.13798 z" /> + d="m 121.8717,217.65576 -0.83275,-0.35541 -0.0585,0.13709 0.33174,0.14159 -0.43921,1.02908 0.16079,0.0686 0.43922,-1.02908 0.32327,0.13797 z" /> + d="m 122.21965,217.80427 -0.1608,-0.0686 -0.49772,1.16618 0.1608,0.0686 z" /> + + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.84028506px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:start;letter-spacing:0px;word-spacing:-0.23003563px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:0.19105691;fill-rule:evenodd;stroke:none;stroke-width:0.23003563px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 123.58728,219.76657 0.19126,0.0816 -0.0916,-0.65737 c 0.18922,0.0207 0.31576,-0.0413 0.38583,-0.20548 0.0932,-0.21835 -0.0115,-0.39507 -0.30259,-0.51932 l -0.30636,-0.13075 -0.49772,1.16618 0.1608,0.0686 0.21093,-0.49422 0.18111,0.0773 z m -0.19671,-0.81427 0.18059,-0.42314 0.14387,0.0614 c 0.19127,0.0816 0.24892,0.17626 0.18679,0.32182 -0.0672,0.15742 -0.18628,0.17862 -0.34876,0.10927 z" /> diff --git a/docs/movie-monad-logo.svg b/docs/movie-monad-logo.svg index 32e1acd..e893d9e 100644 --- a/docs/movie-monad-logo.svg +++ b/docs/movie-monad-logo.svg @@ -7,311 +7,266 @@ xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - id="svg8" - version="1.1" - viewBox="0 0 202.56233 104.6603" - height="104.6603mm" width="202.56233mm" - sodipodi:docname="movie-monad-logo.svg" - inkscape:version="0.92.2 2405546, 2018-03-11"> - + height="104.6603mm" + viewBox="0 0 202.56233 104.6603" + version="1.1" + id="svg8"> + refX="0" + id="Arrow1Mend" + style="overflow:visible"> + d="M 0,0 5,-5 -12.5,0 5,5 Z" + style="fill:#57ace3;fill-opacity:1;fill-rule:evenodd;stroke:#57ace3;stroke-width:1.00000003pt;stroke-opacity:1" + transform="matrix(-0.4,0,0,-0.4,-4,0)" /> + refX="0" + id="marker10589" + style="overflow:visible"> + d="M 0,0 5,-5 -12.5,0 5,5 Z" + style="fill:#57ace3;fill-opacity:1;fill-rule:evenodd;stroke:#57ace3;stroke-width:1.00000003pt;stroke-opacity:1" + transform="matrix(0.8,0,0,0.8,10,0)" /> + style="stop-color:#57ace3;stop-opacity:1" /> + style="stop-color:#e0437f;stop-opacity:0.89019608" /> + id="linearGradient8935" + osb:paint="solid"> + id="stop8933" /> + id="stop5278" /> + id="stop5280" /> + refX="0" + id="Arrow1Lend" + style="overflow:visible"> + d="M 0,0 5,-5 -12.5,0 5,5 Z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt" + transform="matrix(-0.8,0,0,-0.8,-10,0)" /> + refX="0" + id="Arrow1Lstart" + style="overflow:visible"> + d="M 0,0 5,-5 -12.5,0 5,5 Z" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt" + transform="matrix(0.8,0,0,0.8,10,0)" /> - - - - + + x1="-119.13808" + y1="53.642838" + x2="-58.218777" + y2="55.071407" /> + + + + gradientUnits="userSpaceOnUse" + x1="-119.13808" + y1="53.642838" + x2="-64.290207" + y2="53.285694" /> + style="stop-color:#57ace3;stop-opacity:1;" /> + style="stop-color:#57ace3;stop-opacity:0;" /> + refX="0" + refY="0" + orient="auto"> + style="fill:#57ace3;fill-opacity:1;fill-rule:evenodd;stroke:#57ace3;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path10335-2" /> + refX="0" + refY="0" + orient="auto"> + style="fill:#57ace3;fill-opacity:1;fill-rule:evenodd;stroke:#57ace3;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path10326-0" /> + refX="0" + refY="0" + orient="auto"> + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path4997-7" /> + refX="0" + refY="0" + orient="auto"> + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path4994-4" /> + y2="250.69791" + x2="128.98438" + y1="250.69791" + x1="61.251041" + id="linearGradient5260" + xlink:href="#linearGradient10200" /> + x2="208.0477" + y1="171.69249" + x1="194.11444" + id="linearGradient5447" + xlink:href="#linearGradient5445" /> + id="clipPath5039" + clipPathUnits="userSpaceOnUse"> + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.46007127;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" + id="path5041" /> + width="1.2352" + x="-0.11760001" + id="filter1016" + style="color-interpolation-filters:sRGB"> + id="feGaussianBlur1018" + stdDeviation="3.8090377" /> + width="1.1567563" + x="-0.078378132" + id="filter1020" + style="color-interpolation-filters:sRGB"> + id="feGaussianBlur1022" + stdDeviation="3.8962775" /> + width="1.148656" + x="-0.074328019" + id="filter1024" + style="color-interpolation-filters:sRGB"> + id="feGaussianBlur1026" + stdDeviation="4.7393931" /> + width="1.24" + x="-0.12000001" + id="filter1040" + style="color-interpolation-filters:sRGB"> + id="feGaussianBlur1042" + stdDeviation="3.8867732" /> + + + (C) 2018 David Lettier + + + id="layer1" + transform="translate(9.3241732,-204.55943)"> + id="path922" /> + id="path924" /> + style="display:inline;fill:#535353;fill-opacity:0.10569105;filter:url(#filter1016)"> + d="m 62.177432,206.27705 h 73.018038 c 1.30673,0 2.35871,1.05199 2.35871,2.35871 v 73.01805 c 0,1.30673 -1.05198,2.35871 -2.35871,2.35871 H 62.177432 c -1.306726,0 -2.35871,-1.05198 -2.35871,-2.35871 v -73.01805 c 0,-1.30672 1.051984,-2.35871 2.35871,-2.35871 z" + id="path926" + transform="translate(2.9514358e-6,-40.596579)" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:42.66666794px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';text-align:start;letter-spacing:-2.850003px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#f5f6f8;fill-opacity:1;fill-rule:nonzero;stroke:#f5f6f8;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 132.06601,248.47691 v 25.06876 l 2.94142,9.76581 h 7.51427 c 8.89726,0 17.3421,-3.56874 17.3421,-17.59324 0,-14.37636 -8.79666,-17.24133 -18.09606,-17.24133 z m 8.24394,5.98155 h 2.61379 c 4.82563,0 8.39484,1.91012 8.39484,11.25977 0,9.24913 -3.31763,11.61169 -8.29407,11.61169 h -2.71456 z m -27.95075,-5.98155 -7.59592,25.18607 0.003,9.6485 h 5.63273 l 1.75958,-7.48947 h 10.1539 l 1.80971,7.48947 h 8.72195 l -4.27932,-14.21257 0.016,-0.005 -6.21822,-20.61735 z m 4.87567,5.98155 3.66955,15.38148 h -7.33909 z m -41.385799,-5.98137 v 34.83455 h 7.339086 v -12.76769 c 0,-6.43418 -0.653097,-11.05867 -1.055232,-14.22549 l 10.053132,26.99318 h 10.505823 0.003 l -0.001,-2.78846 -0.002,0.008 v -11.04016 l -5.3e-4,-2.46031 h 5.3e-4 v -18.55339 h -7.389133 v 14.07459 c 0,5.57964 0.653473,10.15378 1.105877,12.96873 L 86.103741,248.47709 Z m -66.4031819,0 -2.6137936,34.83455 h 8.0424025 l 0.603581,-13.52165 c 0.201068,-4.8759 0.200974,-9.19902 -0.150895,-14.32626 l 5.730399,24.17889 h 7.791257 l 5.378484,-24.17889 c -0.251338,4.32296 -0.150566,9.35012 0.100767,14.22601 l 0.603062,13.6219 h 8.093046 l -2.61379,-34.83456 H 29.954716 l -4.875673,23.62543 -5.228104,-23.62543 z m 49.0809429,-0.8549 c -9.802067,0 -15.68328,6.88659 -15.68328,18.24695 0,11.61167 5.881213,18.29707 15.68328,18.29707 9.852331,0 15.733924,-6.88647 15.733924,-18.29707 0,-11.61169 -5.881593,-18.24695 -15.733924,-18.24695 z m 0,6.03219 c 4.67483,0 7.087938,3.41802 7.087938,12.21476 0,8.84699 -2.36284,12.26488 -7.087938,12.26488 -4.524031,0 -7.037298,-3.41789 -7.037298,-12.26488 0,-8.79674 2.412733,-12.21476 7.037298,-12.21476 z" /> + transform="matrix(1.1781329,0,0,1.1781329,271.19496,167.28142)" + aria-label=" > " /> + transform="matrix(1.1781329,0,0,1.1781329,268.90451,167.19108)" + aria-label=" > " /> + transform="matrix(1.1781329,0,0,1.1781329,258.78415,166.40418)" + aria-label="E" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:42.66666794px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';text-align:start;letter-spacing:-2.850003px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#f5f6f8;fill-opacity:1;fill-rule:nonzero;stroke:#f5f6f8;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 75.849287,210.69008 v 18.55338 h 5.3e-4 l -5.3e-4,2.46032 v 11.04015 l -0.0021,-0.008 -0.0011,2.78846 h 0.0031 10.505818 l 5.727817,-15.37994 7.234184,-19.45464 h -6.879603 l -10.304798,27.04331 c 0.4524,-2.81495 1.105876,-7.38907 1.105876,-12.9687 v -14.07459 z m 25.443413,0 -5.690095,15.30345 c -0.147037,1.99205 -0.249597,4.23297 -0.249597,6.76341 v 12.7677 h 7.339082 v -34.83457 z m 23.97704,5.88046 0.85453,-5.88124 h -21.36346 v 34.83503 h 21.36346 v -5.9315 H 113.0046 v -8.89726 h 10.70687 v -5.78071 H 113.0046 v -8.34432 z M 43.009437,245.52332 40.395553,210.68829 H 29.940016 l -4.875902,23.62549 -5.227765,-23.6255 H 9.431079 L 6.8171912,245.52332 H 14.859916 L 15.46312,232.0015 c 0.201072,-4.8759 0.201072,-9.19886 -0.150801,-14.3261 l 5.730438,24.17843 h 7.791382 l 5.378577,-24.17843 c -0.251343,4.32296 -0.150802,9.34967 0.100494,14.22557 l 0.603205,13.62235 z m 15.502409,-35.68953 c -9.802067,0 -15.68328,6.8866 -15.68328,18.24694 0,11.6117 5.881213,18.29708 15.68328,18.29708 9.852331,0 15.733924,-6.88646 15.733924,-18.29708 0,-11.61168 -5.881593,-18.24694 -15.733924,-18.24694 z m 0,6.0322 c 4.67483,0 7.087938,3.41802 7.087938,12.21475 0,8.847 -2.36284,12.26489 -7.087938,12.26489 -4.524031,0 -7.037298,-3.41789 -7.037298,-12.26489 0,-8.79672 2.412733,-12.21475 7.037298,-12.21475 z" /> + id="layer1-7"> + id="rect5250" + d="m 62.177432,206.27705 h 73.018038 c 1.30673,0 2.35871,1.05199 2.35871,2.35871 v 73.01805 c 0,1.30673 -1.05198,2.35871 -2.35871,2.35871 H 62.177432 c -1.306726,0 -2.35871,-1.05198 -2.35871,-2.35871 v -73.01805 c 0,-1.30672 1.051984,-2.35871 2.35871,-2.35871 z" + clip-path="url(#clipPath5039)" + style="display:inline;opacity:1;fill:url(#linearGradient5260);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.31037128;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" /> + d="m 125.5315,209.19106 c -3.34965,-1.30393 -6.69931,-2.60787 -10.04896,-3.9118 5.21848,-2.15262 10.43696,-4.30525 15.65545,-6.45787 -0.92835,-2.01253 -1.85669,-4.02505 -2.78504,-6.03758 -6.83922,2.90641 -13.67843,5.81282 -20.51763,8.71921 0.0104,2.54721 0.0208,5.09442 0.0312,7.64163 6.86079,2.8724 13.7216,5.74479 20.58242,8.61717 0.90892,-2.11466 1.81783,-4.22931 2.72675,-6.34397 -1.76975,-0.68894 -3.53951,-1.37789 -5.30926,-2.06683 m -2.62477,-4.90221 c 3.04901,-1.25752 6.09801,-2.51505 9.14702,-3.77257 -0.92751,-2.01274 -1.85501,-4.02549 -2.78252,-6.03823 -2.59416,1.10259 -5.18831,2.20519 -7.78247,3.30778 m 5.56493,-1.53082 c -5.40972,2.29966 -10.81943,4.59932 -16.22916,6.89899 0.0117,2.54697 0.0234,5.09394 0.0352,7.64091 6.86463,2.8717 13.72924,5.74341 20.59384,8.61511 0.91009,-2.11486 1.82018,-4.22973 2.73027,-6.3446 -5.23684,-2.04024 -10.47368,-4.08049 -15.71053,-6.12073 0.75831,-0.31271 1.51662,-0.62542 2.27492,-0.93812 m -14.17992,-7.36348 c -0.76309,-1.65493 -1.52619,-3.30987 -2.28928,-4.9648 -6.839318,2.90343 -13.678633,5.80688 -20.517941,8.71032 0.01054,2.5462 0.02107,5.0924 0.03161,7.6386 6.860547,2.86946 13.721102,5.73892 20.581661,8.60838 0.90903,-2.11556 1.81807,-4.23112 2.72711,-6.34668 -5.23993,-2.04195 -10.47985,-4.08389 -15.719768,-6.12583 3.538493,-1.46115 7.076989,-2.9223 10.615478,-4.38345 m -9.578031,6.75815 c -0.379995,-0.14802 -0.759989,-0.29603 -1.139983,-0.44404 5.220982,-2.15291 10.441954,-4.30583 15.662924,-6.45875 -0.54602,-1.18498 -1.09203,-2.36995 -1.63805,-3.55493 m -30.759587,4.52156 c 2.327107,-4.2e-4 4.654213,-8.4e-4 6.981318,-0.001 4.72e-4,-2.42569 9.42e-4,-4.85139 0.0014,-7.27708 -5.608879,-0.001 -11.217765,-0.002 -16.826659,-0.003 4.62e-4,2.42483 9.24e-4,4.84967 0.0014,7.2745 5.611028,-9.8e-4 11.22205,-0.002 16.833063,-0.003 4.54e-4,-2.42568 9.07e-4,-4.85135 0.0014,-7.27703 -1.723988,-3e-4 -3.447976,-5.9e-4 -5.171966,-8.9e-4 m -2.024007,22.444 c 2.816132,-1e-5 5.632262,-2e-5 8.448391,-3e-5 4.56e-4,-2.64572 9.1e-4,-5.29144 0.0014,-7.93716 -5.637754,-2e-5 -11.275514,-5e-5 -16.913281,-7e-5 4.48e-4,2.6457 8.94e-4,5.29139 0.0013,7.93709 5.639668,-2e-5 11.279329,-5e-5 16.918984,-7e-5 4.39e-4,-2.64571 8.77e-4,-5.29143 0.0013,-7.93714 -0.03972,0 -0.07944,0 -0.119166,0 m 27.32549,-18.3087 -17.328906,7.36254 m 21.261656,1.45287 -0.93476,0.39715 m 0.92531,12.30443 14.19828,5.93971" + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#2a144d;stroke-width:0.23003563;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + d="m 115.22655,198.82177 c -2.33453,0.87014 -4.64195,1.77129 -6.92798,2.69686 1e-5,-0.001 -0.0471,7.64456 -0.0471,7.64318 2.40744,1.04231 4.78622,2.11139 7.12654,3.21253 m -3.89008,-11.93336 c -1.00663,0.39365 -2.00871,0.79253 -3.00671,1.19609 0,-9e-5 -0.0168,2.57292 -0.0168,2.57282 m 0.0857,-0.87568 c 10e-6,-4.6e-4 -0.0406,5.94694 -0.0406,5.94646 3.36011,1.45836 6.6636,2.96933 9.88376,4.5473 m -7.20478,-3.23662 c 5.79648,2.59181 11.3987,5.35494 16.66528,8.36545 0.32773,-0.6279 0.65819,-1.25494 0.99146,-1.88109 m -1.60443,1.53758 c 0.21377,0.12085 0.42701,0.24211 0.6397,0.36376 1.05492,-2.01971 2.13811,-4.03043 3.25201,-6.03131 -1.59952,-0.86761 -3.22505,-1.71188 -4.8732,-2.53483 m 0.29618,-0.0427 c -3.40715,-1.70793 -6.91152,-3.32401 -10.483,-4.86582 2.90365,-1.06488 5.84253,-2.0795 8.82804,-3.03035 m -4.30994,5.25285 c -1.44084,-0.66089 -2.89525,-1.30799 -4.36114,-1.9425 5.32305,-1.95032 10.76393,-3.73086 16.39321,-5.25805 -0.0526,-0.15243 -0.10543,-0.30483 -0.15839,-0.4572 m -16.346,5.71656 c -6e-5,-3e-5 -0.16464,-0.0711 -0.1647,-0.0711 5.32191,-1.95602 10.76115,-3.74365 16.38827,-5.27932 -0.64765,-1.86511 -1.31982,-3.72666 -2.01474,-5.58459 m -6.00177,7.65252 c 2.59724,-0.83545 5.22948,-1.62315 7.90424,-2.35414 -0.10412,-0.29859 -0.20887,-0.59709 -0.31423,-0.8955 m -0.14193,1.39572 c 0.18793,-0.052 0.37606,-0.10371 0.56441,-0.15515 -0.73132,-2.1078 -1.49395,-4.21107 -2.28537,-6.30972 -0.14277,0.0413 -0.28541,0.0828 -0.42792,0.12441 m 2.58573,5.86862 c -1e-5,0 0.0598,-0.0163 0.0598,-0.0163 -0.73446,-2.10743 -1.50012,-4.2103 -2.29447,-6.30856 -2.51058,0.72674 -4.98101,1.49943 -7.41727,2.31118 m 2.7274,-0.57192 c -5.49569,1.74707 -10.81091,3.70187 -16.01266,5.78726 m -0.10008,0.28407 c -0.1982,0.0796 -0.39625,0.15943 -0.59413,0.23942 0,-1.5e-4 -0.0188,2.695 -0.0188,2.69485 m -0.26343,-1.06335 c 0,-6.9e-4 -0.0362,5.97408 -0.0362,5.97348 4.5267,1.96098 8.95073,4.01666 13.20673,6.20223 m -1.19162,-0.94232 c 2.57116,1.29507 5.08466,2.63559 7.52645,4.02912 0.2451,-0.46951 0.49173,-0.93854 0.73992,-1.40707 m -3.71917,-0.16021 c 1.03465,0.56033 2.05792,1.12925 3.06882,1.7073 1.05517,-2.01991 2.13862,-4.0308 3.25279,-6.03186 -3.20163,-1.73679 -6.50739,-3.38013 -9.89002,-4.94595 m 0.73858,0.22701 c -2.02311,-0.94586 -4.0745,-1.86341 -6.14827,-2.75609 2.20426,-0.81044 4.42876,-1.59211 6.67851,-2.33909 m -1.44719,0.78416 c 3.68217,-1.25405 7.4293,-2.41757 11.26369,-3.46413 -0.62864,-1.81025 -1.28037,-3.61715 -1.95359,-5.42066 m 2.23455,5.42891 c 0,0 0.0174,-0.005 0.0174,-0.005 -0.72889,-2.1089 -1.48926,-4.21326 -2.27857,-6.31299 -3.40899,0.98048 -6.74388,2.04632 -10.0197,3.18021 m 11.03329,-0.34197 c -0.33808,-0.93185 -0.68206,-1.86279 -1.03172,-2.79283 -2.38449,0.68629 -4.73274,1.41434 -7.0499,2.17823 m 7.95135,0.32819 c -0.33935,-0.93163 -0.68458,-1.86236 -1.03546,-2.79218 -4.58328,1.32102 -9.03245,2.79572 -13.38399,4.38215 m 6.2801,-1.79408 c -1.65708,0.54838 -3.29832,1.11504 -4.92561,1.69781 m 3.20183,-1.43563 c -4.26843,1.45184 -8.43432,3.02127 -12.53045,4.67057 m -22.97746,-0.61053 c -0.854682,0.39452 -1.707863,0.7904 -2.559818,1.18742 -1.2e-5,-2.5e-4 0.117783,2.69178 0.117771,2.69152 m -0.268337,-2.29444 c -4e-6,0 -0.02307,0.0108 -0.02308,0.0108 -1.1e-4,-0.003 0.33467,7.63469 0.33456,7.63215 3.348442,1.24064 6.676356,2.49903 9.969061,3.78762 m -10.192384,-8.04094 c -2.8e-5,-6.9e-4 0.176276,4.01026 0.176248,4.00962 0.573877,0.21257 1.147161,0.42566 1.719779,0.63933 m -1.79414,-3.6187 c -1.4e-5,-2.3e-4 0.126798,2.89326 0.126782,2.89293 3.803508,1.40936 7.581027,2.84161 11.311057,4.315 m -11.501658,-5.89934 c -4e-6,-9e-5 0.06809,1.54588 0.06809,1.54578 4.990119,1.84741 9.935901,3.7339 14.788836,5.70061 m -12.821111,-5.12777 c 3.745274,1.39817 7.462077,2.82154 11.129754,4.28761 m -6.88663,-2.31774 c 3.011252,1.14993 5.998343,2.32071 8.950298,3.52165 1.133312,0.46173 2.261042,0.92737 3.382172,1.39749 m -9.790029,-4.2021 c 2.149828,0.83322 4.285773,1.67852 6.403797,2.53933 1.907982,0.77652 3.800322,1.5642 5.672182,2.36562 0.46253,-1.10901 0.92886,-2.21723 1.39934,-3.32452 m -6.232212,1.50664 c 1.556872,0.63838 3.102712,1.28447 4.634872,1.9397 0.88166,-2.11735 1.77703,-4.23184 2.68853,-6.34263 -0.61254,-0.24545 -1.2269,-0.48927 -1.84292,-0.73153 m -4.06553,5.7068 c -9e-5,-4e-5 0.16353,0.0679 0.16344,0.0679 m 0.0327,0.11268 c 1.03455,0.43018 2.06375,0.86401 3.08681,1.30192 m -2.3182,-0.91815 c 0.76015,0.31833 1.51729,0.63869 2.27109,0.96126 0.8812,-2.11731 1.7761,-4.23175 2.6871,-6.34251 -1.07693,-0.43177 -2.15952,-0.85847 -3.24694,-1.28059 m -0.79848,6.54886 c 0.57584,0.24283 1.14991,0.48687 1.72205,0.73222 0.88393,-2.11654 1.78182,-4.23012 2.69609,-6.3399 -2.85303,-1.14687 -5.74585,-2.25766 -8.6629,-3.34145 -0.878803,-0.32632 -1.759821,-0.65007 -2.642799,-0.97149 m 11.165339,4.97095 c -4e-5,9e-5 0.091,-0.21044 0.091,-0.21035 -2.83402,-1.13992 -5.7079,-2.24432 -8.60636,-3.32213 0,0 0,0 0,0 -4.6e-4,-1.5e-4 -0.366769,-0.1361 -0.367181,-0.13625 m 3.434061,1.21466 c -1.01916,-0.38852 -2.042074,-0.77332 -3.068051,-1.15478 -2.486904,-0.92406 -4.991852,-1.82752 -7.509019,-2.71568 0.829062,-0.36791 1.659434,-0.73416 2.49136,-1.09855 m 0.757017,2.04397 c -1.035358,-0.37277 -2.073205,-0.74255 -3.113132,-1.1097 2.413792,-1.07043 4.838848,-2.12667 7.281244,-3.164 1.533889,-0.65173 3.074841,-1.29637 4.624621,-1.93185 m -9.766347,6.08968 c -0.639713,-0.22895 -1.280335,-0.45681 -1.921771,-0.68365 0.812051,-0.35993 1.625365,-0.71824 2.440177,-1.07474 m -1.445123,0.25789 c 2.013297,-0.88721 4.035092,-1.76404 6.068896,-2.62776 1.427505,-0.60646 2.861118,-1.20679 4.302258,-1.7993 m -6.920229,3.15085 c 0.388763,-0.16799 0.777907,-0.33554 1.167461,-0.50263 m -0.853317,0.0623 c 0.765968,-0.33022 1.53347,-0.6587 2.302693,-0.98531 2.773222,-1.17798 5.569582,-2.33278 8.399432,-3.45216 -0.87864,-1.88537 -1.77123,-3.76736 -2.67569,-5.64593 m 1.76309,3.67895 c -0.61388,-1.30199 -1.23409,-2.60236 -1.85994,-3.90108 -1.41105,0.57981 -2.81257,1.16765 -4.205833,1.76203 m 5.026193,0.0549 c -0.27605,-0.57827 -0.55327,-1.15622 -0.83161,-1.73385 -1.25376,0.51547 -2.5,1.03727 -3.73965,1.56436 m 2.83755,-1.48965 c -1.54442,0.6398 -3.077627,1.28889 -4.601312,1.94531 m 1.201573,-0.32783 c -0.474262,0.2025 -0.94757,0.40576 -1.419976,0.60972 -4.914679,2.11735 -9.741183,4.30852 -14.528256,6.53678 m 16.826411,-7.45096 c -0.76819,0.32571 -1.533822,0.65348 -2.297101,0.98307 -3.24117,1.39662 -6.444057,2.82536 -9.622648,4.27567 m 7.852211,-3.474 c -3.117139,1.35987 -6.200983,2.7479 -9.264133,4.15461 m 9.009911,-4.25513 c -2.302633,1.00582 -4.587154,2.02686 -6.858643,3.05931 m 4.508413,-1.69638 c -3.57174,1.58495 -7.104087,3.20379 -10.616344,4.84198 -2.3e-5,-5.1e-4 0.161722,3.68636 0.161699,3.68584 m 0.201525,-4.18611 c -4.2e-5,2e-5 -0.08238,0.0384 -0.08242,0.0384 m 0.249474,0.18924 c -9.2e-4,4.4e-4 -0.389313,0.18139 -0.390267,0.18184 -3e-5,-6.7e-4 0.193575,4.4234 0.193547,4.42274 m 0.06248,-4.67199 c -1.7e-4,7e-5 -0.164222,0.0765 -0.164393,0.0766 -9.4e-5,-0.002 0.332519,7.63482 0.332427,7.63268 2.594887,0.96244 5.177421,1.93576 7.740766,2.92577 m -8.125629,-6.54994 c -2.5e-5,-4.6e-4 0.160641,3.66976 0.160618,3.6692 4.066678,1.50729 8.103281,3.04091 12.083516,4.62316 m -2.99684,-1.2604 c 1.529369,0.59494 3.051506,1.19616 4.564949,1.80488 m -3.344893,-1.26036 c 0.776458,0.30474 1.550935,0.61119 2.32324,0.91951 m -1.241217,-0.35875 c 1.195935,0.4731 2.386912,0.95046 3.572221,1.43269 1.840131,0.74969 3.665531,1.50974 5.471871,2.28248 0.822,-1.97423 1.6559,-3.94598 2.50368,-5.91456 m -11.121527,1.98454 c 1.05069,0.41661 2.097534,0.83657 3.140048,1.26028 1.965829,0.80009 3.915119,1.61201 5.842599,2.43862 0.44127,-1.057 0.88602,-2.11326 1.33455,-3.16868 m -9.552508,0.12237 c 0.79596,0.31766 1.589611,0.6373 2.38074,0.9591 1.914288,0.77978 3.812658,1.57076 5.690228,2.37559 0.88257,-2.11672 1.77896,-4.23052 2.69159,-6.34058 -1.36174,-0.54699 -2.73261,-1.08582 -4.1109,-1.61747 m 3.20992,1.00354 c -4.6e-4,-2.1e-4 -0.41393,-0.16425 -0.41444,-0.16445 m 0.0581,0.2923 c -2.38846,-0.94689 -4.80318,-1.86977 -7.235138,-2.77392 -2.430368,-0.903 -4.877973,-1.78633 -7.33738,-2.65492 -0.0031,0.001 0.836179,-0.36999 0.833122,-0.36863 m 11.056826,4.79542 c -1.08521,-0.41935 -2.17509,-0.83422 -3.268804,-1.2451 m 0.552314,-0.0558 c -0.611951,-0.23083 -1.225138,-0.46037 -1.839412,-0.68871 -2.397599,-0.89074 -4.811825,-1.76235 -7.237466,-2.61957 -0.0036,0.002 0.907279,-0.40118 0.903714,-0.3996 m 4.693778,2.54492 c -1.824261,-0.66932 -3.657459,-1.32826 -5.497316,-1.97887 1.167215,-0.51721 2.337056,-1.03107 3.510215,-1.54103 m -3.132218,1.53545 c -0.0021,-6.9e-4 -0.702658,-0.24839 -0.704659,-0.2491 2.444195,-1.08387 4.899913,-2.15325 7.373456,-3.20325 1.651238,-0.70123 3.310698,-1.39423 4.980548,-2.07644 m -2.03317,0.88961 c 1.81304,-0.75358 3.63737,-1.49555 5.47584,-2.22256 -0.2092,-0.44886 -0.4192,-0.89753 -0.62996,-1.34601 m 0.52067,0.71853 c -0.85056,-1.82046 -1.714,-3.63777 -2.58848,-5.45186 -1.96176,0.80486 -3.90498,1.6253 -5.833093,2.45734 -1.125801,0.48477 -2.246963,0.97342 -3.364066,1.46549 m -26.743025,7.15179 c 2.059712,-0.0964 0.572741,-0.0268 2.632452,-0.12318 m -2.374667,0.0391 c 3.988273,-0.18667 7.978754,-0.37463 11.971968,-0.54282 0,1e-5 -0.106426,-2.53116 -0.106426,-2.53115 m -10.549851,3.10776 c 2.511814,-0.11741 5.024455,-0.23441 7.538059,-0.34575 m -2.466268,-0.18978 c 1.855925,-0.0845 3.712463,-0.16687 5.569671,-0.24496 4.6e-4,0.0102 -0.306587,-7.27925 -0.306156,-7.26905 -1.51597,0.0638 -3.029675,0.13038 -4.54115,0.19859 m 0.519071,0.12322 c -1.688448,0.0755 -8.310835,0.38663 -9.999283,0.46211 m 8.229672,-0.20034 c -2.502666,0.11447 -7.305212,0.34259 -9.807878,0.45705 m 0.772856,-0.34604 c 0.09031,-0.004 -2.132148,0.0985 -2.041833,0.0943 -2.3e-4,-0.005 0.332597,7.2737 0.332362,7.26857 0.02374,-0.001 1.198389,-0.0549 1.222129,-0.056 m -0.04693,-7.07694 c 0.0466,-0.002 -1.592138,0.0732 -1.545538,0.0711 -2.25e-4,-0.005 0.331344,7.27291 0.331118,7.26792 0.04257,-0.002 1.586349,-0.073 1.628922,-0.0749 m -1.539587,-1.5644 c 0,0 0.07316,1.60165 0.07316,1.60165 0.05598,-0.003 1.772949,-0.0817 1.828928,-0.0843 m -1.921715,-0.31555 c 0,0 0.01902,0.41581 0.01902,0.41581 0.702064,-0.0321 5.140008,-0.2396 5.842074,-0.27172 m 4.725877,-0.27675 c 2.066675,-0.0948 4.134037,-0.18719 6.202159,-0.27432 4.6e-4,0.009 -0.306587,-7.27817 -0.306221,-7.26948 -2.339557,0.0984 -4.673816,0.20336 -7.002878,0.31075 m 7.058915,-0.16737 c -4.6931,0.19762 -9.365216,0.42182 -14.017203,0.63901 m 6.537511,-0.38739 c -0.971305,0.045 -4.569434,0.21391 -5.540739,0.25886 m 5.101201,-0.24571 c -5.216645,0.24225 -3.843468,0.18018 -9.06011,0.42243 -3.4e-5,-7.4e-4 0.123129,2.70558 0.123097,2.70486 m 7.426843,-3.24953 c -24.696934,1.15102 17.116174,-0.79865 -7.580762,0.35237 -2.3e-5,-4.8e-4 0.104089,2.27859 0.104066,2.2781 m 5.781832,-2.41986 c 2.637842,-0.12357 -8.440538,0.39347 -5.802694,0.2699 -2.3e-4,-0.005 0.331946,7.27375 0.331699,7.26835 1.524654,-0.0696 6.552862,-0.30601 8.077513,-0.37559 m -7.825568,0.35848 c 3.084591,-0.14101 7.08161,-0.33115 10.166201,-0.47216 m -2.201616,0.27963 c 2.955075,-0.13771 5.911325,-0.27295 8.868971,-0.39714 6.9e-4,0.0158 -0.276645,-6.60296 -0.275983,-6.58715 m -4.644838,19.50263 c -0.04853,0.002 1.943709,-0.0875 1.895186,-0.0853 m -1.936735,0.1142 c 1.792077,-0.0816 3.580063,-0.16108 5.364006,-0.23634 0.0016,0.0406 -0.334472,-7.97099 -0.33277,-7.93042 -1.663809,0.07 -3.328641,0.14352 -4.99454,0.21902 m 2.171407,7.93469 c 1.002125,-0.0446 2.002964,-0.0882 3.002526,-0.13056 6.9e-4,0.0151 -0.335332,-7.94584 -0.334692,-7.9307 -0.01302,4.6e-4 -1.283268,0.0548 -1.296293,0.0553 m 1.765494,6.57446 c 0,0 -0.09432,-2.24444 -0.09432,-2.24444 m 0.193403,1.55422 c 2.3e-4,0.008 -0.255952,-6.10558 -0.255618,-6.09764 -4.135875,0.1736 -8.27797,0.36923 -12.426879,0.56322 m 12.656588,5.47587 c 0.0014,0.0352 -0.196897,-4.70418 -0.195425,-4.669 m 0.05044,0.34855 c 7.3e-5,0.002 -0.08064,-1.92765 -0.08057,-1.92593 -2.430525,0.10176 -4.863062,0.21113 -7.297731,0.32331 m 2.088058,0.34949 c -3.929765,0.17863 -8.234153,0.3859 -12.163916,0.56453 -2.3e-4,-0.007 0.360901,7.93624 0.3606,7.92962 0.0133,-6.9e-4 0.959655,-0.0436 0.972954,-0.0442 m -1.147832,-4.57504 c -9e-5,-0.002 0.201748,4.43626 0.201661,4.4343 4.261743,-0.19359 8.13406,-0.38068 12.395803,-0.57426 m 2.714147,0.0438 c -0.03638,0.002 2.068462,-0.0889 2.032086,-0.0873 0,-1e-5 -0.330434,-7.848 -0.330434,-7.84802 m -0.390012,7.67174 c -0.006,2.3e-4 0.877945,-0.0373 0.871913,-0.037 0.0035,0.0846 -0.335601,-8.01541 -0.332058,-7.93079 -0.0049,2.1e-4 -0.807534,0.0341 -0.812456,0.0343 m 1.062674,4.39576 c 9.21e-4,0.0195 -0.180555,-4.31693 -0.17974,-4.29747 -5.644858,0.2368 -11.301805,0.51484 -16.97239,0.77385 m 16.883999,-0.84336 c 0,0 -0.0109,-0.25925 -0.0109,-0.25925 -2.055509,0.0861 -4.112471,0.17769 -6.170952,0.27176 m 3.485079,0.0291 c -0.05285,0.002 -2.212276,0.099 -2.26512,0.10135 m 0.349797,0.0794 c -3.760553,0.16942 -8.938361,0.41768 -12.698914,0.5871 -2.3e-4,-0.006 0.33907,7.46503 0.338819,7.45951 m 9.280111,-8.08922 c -5.88383,0.27258 -3.65478,0.17097 -9.538611,0.44355 -1.79e-4,-0.004 0.27812,6.1035 0.277943,6.09957 m 5.680987,-6.48244 c 2.157859,-0.10077 -8.201667,0.38044 -6.043811,0.27967 -2.3e-4,-0.007 0.361342,7.93519 0.361027,7.92831 0.01746,-6.9e-4 1.089212,-0.0498 1.10666,-0.0506 m -0.642245,-7.62892 c 0.0055,-2.3e-4 -0.59799,0.0273 -0.592459,0.027 -8.8e-5,-0.002 0.186492,4.0844 0.186404,4.0825 m -0.24246,-0.91094 c -9.4e-5,-0.002 0.205422,4.5051 0.205328,4.50301 0.02291,-0.001 1.239029,-0.0564 1.261934,-0.0575 m -0.07763,0.0678 c 4.16157,-0.19062 6.453312,-0.30131 10.614882,-0.49193 m -6.911472,0.22311 c 0.314236,-0.0147 1.410505,-0.066 1.724739,-0.0807 m -1.595265,0.30133 c 4.104645,-0.19166 8.18784,-0.38438 12.250149,-0.55525 2.3e-4,0.006 -0.205339,-4.89378 -0.205097,-4.88802 m 33.383164,-22.13887 c -5.49585,2.00143 -10.81413,4.16561 -16.02272,6.41445 -2.945114,1.26887 -5.858578,2.56425 -8.750882,3.87824 m 25.318552,-0.13017 c -0.44849,0.16829 -0.896,0.33771 -1.34256,0.50821 m -1.87856,11.0592 c 6.39169,2.87012 12.5429,5.95109 18.26331,9.34531" + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#2a144d;stroke-width:0.46007127;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" /> + style="display:inline" + id="g1238"> - + d="m 111.80954,213.04909 c -0.26629,0.16448 -0.50119,0.30232 -0.6724,0.70346 -0.1712,0.40114 -0.10823,0.66612 -0.0428,0.97219 l 0.12706,-0.0258 c -0.0563,-0.29013 -0.0764,-0.51482 0.0782,-0.87703 0.15531,-0.3639 0.33078,-0.50311 0.57919,-0.66321 z" /> + d="m 112.44893,213.61011 c -0.26405,-0.1127 -0.57293,0.002 -0.74125,0.39595 -0.16759,0.39268 -0.0531,0.69166 0.22957,0.8123 0.1574,0.0672 0.29655,0.0506 0.38906,0.012 l -0.0362,-0.13551 c -0.087,0.0209 -0.17996,0.0372 -0.28998,-0.01 -0.18111,-0.0773 -0.26524,-0.26928 -0.12148,-0.6061 0.15025,-0.35206 0.34807,-0.40769 0.5241,-0.33256 0.0812,0.0347 0.14075,0.0921 0.18825,0.18244 l 0.13209,-0.0657 c -0.0613,-0.11423 -0.12691,-0.19023 -0.27416,-0.25307 z" /> + d="m 113.09042,213.59577 -0.12706,0.0258 c 0.0563,0.29012 0.0771,0.51313 -0.0782,0.87703 -0.15459,0.36221 -0.33078,0.50311 -0.57918,0.66321 l 0.0693,0.10959 c 0.26629,-0.16448 0.5012,-0.30232 0.67241,-0.70346 0.1712,-0.40114 0.10822,-0.66613 0.0428,-0.97219 z" /> + d="m 114.01162,214.30108 -0.24373,-0.10402 -0.49772,1.16618 0.27928,0.11919 c 0.25219,0.10764 0.59679,0.12065 0.79978,-0.35496 0.2066,-0.48407 -0.0397,-0.69924 -0.33761,-0.82639 z m -0.0194,0.14379 c 0.18619,0.0795 0.35432,0.21526 0.18601,0.60962 -0.16398,0.38422 -0.38001,0.38406 -0.5628,0.30604 l -0.13033,-0.0556 0.38864,-0.9106 z" /> + d="m 114.96573,216.0869 0.16926,0.0722 0.12536,-1.3251 -0.20311,-0.0867 -0.87179,1.00653 0.16249,0.0693 0.21299,-0.25525 0.44176,0.18854 z m -0.31025,-0.63263 0.44286,-0.53131 -0.079,0.68662 z" /> + d="m 116.5494,215.38421 -0.16249,-0.0693 -0.71613,0.86686 0.1305,-1.11681 -0.17264,-0.0737 -0.12197,1.32654 0.17264,0.0737 z" /> + d="m 116.89069,215.52987 -0.16079,-0.0686 -0.49773,1.16618 0.1608,0.0686 z" /> + d="m 117.4728,215.77831 -0.24373,-0.10402 -0.49772,1.16618 0.27928,0.11919 c 0.25219,0.10764 0.59679,0.12065 0.79978,-0.35496 0.2066,-0.48407 -0.0397,-0.69924 -0.33761,-0.82639 z m -0.0194,0.14379 c 0.18619,0.0795 0.35432,0.21526 0.18601,0.60962 -0.16398,0.38422 -0.38001,0.38406 -0.5628,0.30604 l -0.13033,-0.0556 0.38864,-0.9106 z" /> + d="m 118.7188,216.31011 -0.16079,-0.0686 -0.49773,1.16618 0.62118,0.26511 0.0785,-0.13255 -0.479,-0.20443 z" /> + d="m 120.03232,216.87072 -0.63133,-0.26946 -0.49773,1.16618 0.64488,0.27523 0.0549,-0.12863 -0.48408,-0.20661 0.17049,-0.39945 0.39267,0.1676 0.0549,-0.12864 -0.39267,-0.16759 0.16253,-0.38082 0.45192,0.19287 z" /> + d="m 120.99565,217.28186 -0.83274,-0.35541 -0.0585,0.13709 0.33175,0.14159 -0.43921,1.02909 0.1608,0.0686 0.43921,-1.02908 0.32328,0.13798 z" /> + d="m 121.8717,217.65576 -0.83275,-0.35541 -0.0585,0.13709 0.33174,0.14159 -0.43921,1.02908 0.16079,0.0686 0.43922,-1.02908 0.32327,0.13797 z" /> + d="m 122.21965,217.80427 -0.1608,-0.0686 -0.49772,1.16618 0.1608,0.0686 z" /> + + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.84028506px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans';text-align:start;letter-spacing:0px;word-spacing:-0.23003563px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:0.19105691;fill-rule:evenodd;stroke:none;stroke-width:0.23003563px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 123.58728,219.76657 0.19126,0.0816 -0.0916,-0.65737 c 0.18922,0.0207 0.31576,-0.0413 0.38583,-0.20548 0.0932,-0.21835 -0.0115,-0.39507 -0.30259,-0.51932 l -0.30636,-0.13075 -0.49772,1.16618 0.1608,0.0686 0.21093,-0.49422 0.18111,0.0773 z m -0.19671,-0.81427 0.18059,-0.42314 0.14387,0.0614 c 0.19127,0.0816 0.24892,0.17626 0.18679,0.32182 -0.0672,0.15742 -0.18628,0.17862 -0.34876,0.10927 z" /> diff --git a/docs/movie-monad.png b/docs/movie-monad.png index 5fc7764..e53ec37 100644 Binary files a/docs/movie-monad.png and b/docs/movie-monad.png differ diff --git a/docs/screenshot.jpg b/docs/screenshot.jpg index 27b2d7c..23ecfa8 100644 Binary files a/docs/screenshot.jpg and b/docs/screenshot.jpg differ diff --git a/icon/movie-monad-icon-1.svg b/icon/movie-monad-icon-1.svg index 1610f81..24a5d01 100644 --- a/icon/movie-monad-icon-1.svg +++ b/icon/movie-monad-icon-1.svg @@ -1,6 +1,4 @@ - - + version="1.1" + viewBox="0 0 74.20314 74.20314" + height="74.20314mm" + width="74.20314mm"> + style="stop-color:#57ace3;stop-opacity:1;" /> + style="stop-color:#57ace3;stop-opacity:0;" /> - - - - - - - - + id="Arrow1Mend" + refX="0" + refY="0" + orient="auto"> + style="fill:#57ace3;fill-opacity:1;fill-rule:evenodd;stroke:#57ace3;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path10335" /> + id="marker10589" + refX="0" + refY="0" + orient="auto"> + style="fill:#57ace3;fill-opacity:1;fill-rule:evenodd;stroke:#57ace3;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path10326" /> - + id="linearGradient10200"> + id="stop10196" /> + id="stop10198" /> - - - - - - - - - - - - - - - - - - - - - - - - - + osb:paint="solid" + id="linearGradient8935"> + style="stop-color:#373737;stop-opacity:1;" /> + style="stop-color:#814dd2;stop-opacity:1;" /> + style="stop-color:#b46bd3;stop-opacity:0.89019608" /> + id="Arrow1Lend" + refX="0" + refY="0" + orient="auto"> + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path4997" /> + id="Arrow1Lstart" + refX="0" + refY="0" + orient="auto"> + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path4994" /> - - + id="linearGradient5284" + xlink:href="#linearGradient5282" /> + + + y1="53.642838" + x1="-119.13808" + gradientUnits="userSpaceOnUse" + id="linearGradient5354" + xlink:href="#linearGradient5282" /> + y2="250.69791" + x2="128.98438" + y1="250.69791" + x1="61.251041" + id="linearGradient5260" + xlink:href="#linearGradient10200" /> + id="clipPath5388" + clipPathUnits="userSpaceOnUse"> + d="m 125.5315,249.78764 c -3.34965,-1.30393 -6.69931,-2.60787 -10.04896,-3.9118 5.21848,-2.15262 10.43696,-4.30525 15.65545,-6.45787 -0.92835,-2.01253 -1.85669,-4.02505 -2.78504,-6.03758 -6.83922,2.90641 -13.67843,5.81282 -20.51763,8.71921 0.0104,2.54721 0.0208,5.09442 0.0312,7.64163 6.86079,2.8724 13.7216,5.74479 20.58242,8.61717 0.90892,-2.11466 1.81783,-4.22931 2.72675,-6.34397 -1.76975,-0.68894 -3.53951,-1.37789 -5.30926,-2.06683 m -2.62477,-4.90221 c 3.04901,-1.25752 6.09801,-2.51505 9.14702,-3.77257 -0.92751,-2.01274 -1.85501,-4.02549 -2.78252,-6.03823 -2.59416,1.10259 -5.18831,2.20519 -7.78247,3.30778 m 5.56493,-1.53082 c -5.40972,2.29966 -10.81943,4.59932 -16.22916,6.89899 0.0117,2.54697 0.0234,5.09394 0.0352,7.64091 6.86463,2.8717 13.72924,5.74341 20.59384,8.61511 0.91009,-2.11486 1.82018,-4.22973 2.73027,-6.3446 -5.23684,-2.04024 -10.47368,-4.08049 -15.71053,-6.12073 0.75831,-0.31271 1.51662,-0.62542 2.27492,-0.93812 m -14.17992,-7.36348 c -0.76309,-1.65493 -1.52619,-3.30987 -2.28928,-4.9648 -6.839321,2.90343 -13.678636,5.80688 -20.517944,8.71032 0.01054,2.5462 0.02107,5.0924 0.03161,7.6386 6.860547,2.86946 13.721102,5.73892 20.581665,8.60838 0.90903,-2.11556 1.81807,-4.23112 2.72711,-6.34668 -5.23993,-2.04195 -10.479854,-4.08389 -15.719772,-6.12583 3.538493,-1.46115 7.076989,-2.9223 10.615482,-4.38345 m -9.578035,6.75815 c -0.379995,-0.14802 -0.759989,-0.29603 -1.139983,-0.44404 5.220982,-2.15291 10.441958,-4.30583 15.662928,-6.45875 -0.54602,-1.18498 -1.09203,-2.36995 -1.63805,-3.55493 m -30.759591,4.52156 c 2.327107,-4.2e-4 4.654213,-8.4e-4 6.981318,-0.001 4.72e-4,-2.42569 9.42e-4,-4.85139 0.0014,-7.27708 -5.608879,-0.001 -11.217765,-0.002 -16.826659,-0.003 4.62e-4,2.42483 9.24e-4,4.84967 0.0014,7.2745 5.611028,-9.8e-4 11.22205,-0.002 16.833063,-0.003 4.54e-4,-2.42568 9.07e-4,-4.85135 0.0014,-7.27703 -1.723988,-3e-4 -3.447976,-5.9e-4 -5.171966,-8.9e-4 m -2.024007,22.444 c 2.816132,-1e-5 5.632262,-2e-5 8.448391,-3e-5 4.56e-4,-2.64572 9.1e-4,-5.29144 0.0014,-7.93716 -5.637754,-2e-5 -11.275514,-5e-5 -16.913281,-7e-5 4.48e-4,2.6457 8.94e-4,5.29139 0.0013,7.93709 5.639668,-2e-5 11.279329,-5e-5 16.918984,-7e-5 4.39e-4,-2.64571 8.77e-4,-5.29143 0.0013,-7.93714 -0.03972,0 -0.07944,0 -0.119166,0 m 27.325498,-18.3087 -17.328914,7.36254 m 21.261664,1.45287 -0.93476,0.39715 m 0.9253,12.30443 14.19828,5.93971" + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.23003563;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" + d="m 650.1385,82.874465 c -10.14856,3.782654 -20.17926,7.700083 -30.11698,11.72366 3e-5,-0.006 -0.20482,33.232065 -0.20478,33.226075 10.46549,4.53108 20.80642,9.17856 30.98016,13.96537 M 633.88611,89.913445 c -4.37599,1.711249 -8.73217,3.445238 -13.07064,5.199586 10e-6,-4.22e-4 -0.0731,11.184859 -0.0731,11.184439 m 0.3725,-3.80674 c 2e-5,-0.002 -0.17666,25.85227 -0.17665,25.8502 14.60689,6.33968 28.96767,12.90811 42.96621,19.76778 m -31.32028,-14.07007 c 25.19819,11.26699 49.55187,23.27873 72.44648,36.3659 1.42471,-2.72961 2.86128,-5.45544 4.31003,-8.17738 m -6.9747,6.68407 c 0.92932,0.52537 1.85629,1.05248 2.78088,1.58133 4.58589,-8.78001 9.29471,-17.52088 14.13698,-26.21901 -6.95333,-3.77163 -14.01978,-7.44184 -21.18454,-11.01929 m 1.28755,-0.18569 c -14.81139,-7.42465 -30.04545,-14.44997 -45.57119,-21.15245 12.62262,-4.62919 25.39834,-9.03993 38.37684,-13.17341 m -18.736,22.83496 c -6.26352,-2.87301 -12.58606,-5.68603 -18.95852,-8.44437 23.14013,-8.47831 46.79246,-16.218619 71.2638,-22.85755 -0.22881,-0.662606 -0.45833,-1.325109 -0.68856,-1.987508 M 654.01463,113.139 c -2.7e-4,-1.2e-4 -0.7157,-0.30906 -0.71597,-0.30917 23.13517,-8.5031 46.78037,-16.274199 71.2423,-22.950019 -2.81543,-8.107892 -5.73743,-16.200324 -8.75838,-24.277065 m -26.0906,33.266668 C 700.9826,95.2376 712.42531,91.81337 724.05294,88.63561 723.6003,87.337599 723.14495,86.039985 722.6869,84.742768 m -0.61698,6.067377 c 0.81695,-0.226028 1.6348,-0.450842 2.45357,-0.674428 -3.17915,-9.162957 -6.49443,-18.306184 -9.93482,-27.429347 -0.62065,0.179639 -1.24074,0.359926 -1.86026,0.540855 m 11.24057,25.511777 c -3e-5,7e-6 0.25989,-0.07102 0.25987,-0.07101 -3.19279,-9.161294 -6.52126,-18.302817 -9.97442,-27.424233 -10.91387,3.159213 -21.65318,6.518244 -32.24401,10.04705 m 11.85645,-2.486221 c -23.89063,7.594747 -46.99669,16.092552 -69.6095,25.158099 m -0.43504,1.234896 c -0.86163,0.346106 -1.72255,0.693034 -2.58277,1.040765 0,-6.34e-4 -0.0817,11.715584 -0.0816,11.714954 m -1.1452,-4.62256 c 2e-5,-0.003 -0.15748,25.97022 -0.15747,25.96764 19.67826,8.52466 38.91018,17.46103 57.41168,26.96201 m -5.18017,-4.09637 c 11.17724,5.62986 22.1038,11.4573 32.71864,17.51516 1.06549,-2.04103 2.13762,-4.07996 3.21651,-6.11673 m -16.16776,-0.69646 c 4.49775,2.43586 8.94607,4.90905 13.34063,7.42189 4.58695,-8.78083 9.2969,-17.5225 14.14034,-26.22142 -13.91794,-7.55008 -28.28862,-14.69392 -42.99342,-21.50079 m 3.21074,0.98686 c -8.79479,-4.11181 -17.71249,-8.10054 -26.7275,-11.98114 9.58226,-3.52312 19.25253,-6.92117 29.03252,-10.1684 m -6.29117,3.40887 c 16.00699,-5.451544 32.29632,-10.509546 48.965,-15.059102 -2.7328,-7.869445 -5.56598,-15.724327 -8.49254,-23.564436 m 9.71391,23.600286 c 0,0 0.0757,-0.02053 0.0757,-0.02053 -3.16863,-9.16775 -6.47406,-18.315717 -9.90529,-27.443567 -14.81942,4.262317 -29.3167,8.895683 -43.55719,13.824889 m 47.96342,-1.486613 c -1.4697,-4.050884 -2.96505,-8.097851 -4.48508,-12.14087 -10.36572,2.9834 -20.57391,6.148352 -30.64696,9.469099 m 34.56573,1.426708 c -1.47522,-4.049947 -2.97598,-8.095973 -4.5013,-12.138051 -19.92422,5.742688 -39.26545,12.153458 -58.18225,19.049877 m 27.30054,-7.799146 c -7.20357,2.383909 -14.33829,4.847277 -21.41236,7.380658 m 13.91885,-6.240903 c -18.55555,6.311359 -36.66528,13.133939 -54.4718,20.303685 M 522.52817,91.33976 c -3.71543,1.71506 -7.42434,3.436 -11.12792,5.16192 -5e-5,-0.0011 0.51202,11.70155 0.51197,11.70043 m -1.1665,-9.974259 c -2e-5,7e-6 -0.1003,0.04677 -0.10032,0.04678 -4.8e-4,-0.01106 1.45486,33.189163 1.45438,33.178103 14.55619,5.39325 29.02314,10.86367 43.33703,16.46536 m -44.30747,-34.95594 c -1.2e-4,-0.003 0.7663,17.43323 0.76618,17.43044 2.49473,0.92408 4.98688,1.85041 7.47614,2.77928 m -7.7994,-15.73106 c -6e-5,-0.001 0.55121,12.57744 0.55114,12.57602 16.53443,6.12668 32.95588,12.35293 49.17089,18.75796 m -49.99946,-25.64531 c -2e-5,-4.2e-4 0.29602,6.72016 0.296,6.71974 21.69281,8.03096 43.19288,16.23183 64.28933,24.78141 m -55.73533,-22.29122 c 16.28128,6.07809 32.43879,12.26569 48.38274,18.6389 m -29.93723,-10.07554 c 13.09037,4.99891 26.07571,10.08848 38.90831,15.30914 4.92668,2.00718 9.8291,4.03142 14.70284,6.07511 m -42.55877,-18.2672 c 9.34563,3.62215 18.63091,7.2968 27.83828,11.03885 8.29429,3.37568 16.52059,6.79982 24.65785,10.28374 2.01069,-4.82106 4.0379,-9.63863 6.08313,-14.45221 m -27.09237,6.5496 c 6.76797,2.77515 13.48798,5.5838 20.1485,8.43215 3.83273,-9.20444 7.72504,-18.39642 11.68744,-27.57238 -2.66279,-1.06701 -5.33349,-2.1269 -8.01145,-3.18005 m -17.67348,24.80831 c -4e-4,-1.7e-4 0.71089,0.29523 0.71049,0.29506 m 0.1423,0.48985 c 4.49734,1.87003 8.97142,3.75596 13.41882,5.65962 m -10.07756,-3.99132 c 3.3045,1.3838 6.59589,2.77646 9.8728,4.17875 3.83071,-9.20427 7.72094,-18.39609 11.68121,-27.57188 -4.68156,-1.87698 -9.38775,-3.73191 -14.11494,-5.56693 m -3.47113,28.46889 c 2.5033,1.05562 4.99884,2.11653 7.48603,3.18308 3.84259,-9.20093 7.74586,-18.38896 11.72032,-27.56052 -12.40258,-4.98562 -24.97809,-9.81439 -37.65896,-14.52577 -3.82029,-1.41856 -7.65021,-2.82596 -11.48865,-4.22321 m 48.53743,21.60948 c -1.7e-4,3.9e-4 0.39562,-0.91482 0.39545,-0.91442 -12.31989,-4.95543 -24.81309,-9.75643 -37.41315,-14.4418 0,0 0,0 0,0 -0.002,-6.7e-4 -1.5944,-0.59165 -1.59619,-0.59232 m 14.92841,5.28033 c -4.43048,-1.68898 -8.87723,-3.36174 -13.33731,-5.02001 -10.81095,-4.01704 -21.70034,-7.94452 -32.64285,-11.80547 3.60406,-1.59938 7.21381,-3.19151 10.83032,-4.77558 m 3.29087,8.88546 c -4.50086,-1.62052 -9.01254,-3.22799 -13.53326,-4.82404 10.49312,-4.65332 21.03521,-9.24496 31.65268,-13.754413 6.66805,-2.833165 13.36682,-5.635506 20.10392,-8.398021 M 554.26188,116.4854 c -2.78093,-0.99529 -5.56581,-1.98581 -8.35423,-2.97194 3.53011,-1.56467 7.06571,-3.12228 10.60782,-4.67206 m -6.28217,1.12112 c 8.75211,-3.85687 17.54116,-7.66857 26.38242,-11.423276 6.20558,-2.636402 12.43772,-5.246109 18.70256,-7.821867 M 565.235,104.41462 c 1.69001,-0.73028 3.38168,-1.45864 5.07513,-2.185 m -3.7095,0.27093 c 3.32978,-1.43549 6.66623,-2.863461 10.01016,-4.283286 12.05562,-5.120857 24.21185,-10.14093 36.5136,-15.007053 -3.81958,-8.195982 -7.69977,-16.37731 -11.6316,-24.543711 m 7.66441,15.992954 c -2.66865,-5.659947 -5.36479,-11.312843 -8.08546,-16.958599 -6.13403,2.520537 -12.22664,5.07595 -18.28339,7.659824 m 21.84963,0.238651 c -1.20001,-2.513838 -2.40514,-5.026273 -3.61513,-7.537296 -5.45027,2.240821 -10.8679,4.509159 -16.25681,6.80051 m 12.33523,-6.475731 c -6.71383,2.781303 -13.37891,5.602978 -20.0026,8.456552 m 5.22342,-1.425141 c -2.06169,0.880321 -4.11923,1.763923 -6.17285,2.650552 -21.36486,9.204436 -42.34641,18.729808 -63.15655,28.416385 m 73.147,-32.390491 c -3.33946,1.415917 -6.66778,2.840803 -9.98587,4.27359 -14.08986,6.07131 -28.0133,12.282249 -41.83112,18.58698 m 34.13476,-15.102029 c -13.55068,5.91156 -26.95662,11.945573 -40.2726,18.06074 m 39.16746,-18.497686 c -10.0099,4.372426 -19.94106,8.811076 -29.81557,13.299296 m 19.59876,-7.374448 c -15.5269,6.890006 -30.88255,13.927354 -46.15087,21.048813 -1e-4,-0.0022 0.70303,16.025174 0.70293,16.022934 m 0.87606,-18.197656 c -1.8e-4,8.6e-5 -0.35811,0.166728 -0.35829,0.166814 m 1.0845,0.822688 c -0.004,0.0019 -1.6924,0.788526 -1.69655,0.790459 -1.3e-4,-0.0029 0.8415,19.229225 0.84138,19.226345 m 0.27161,-20.309876 c -7.4e-4,3.43e-4 -0.7139,0.332478 -0.71464,0.332822 -4.1e-4,-0.0093 1.44551,33.189744 1.44511,33.180454 11.28037,4.18384 22.50704,8.41503 33.65029,12.71877 m -35.32335,-28.4736 c -1.1e-4,-0.002 0.69833,15.95299 0.69823,15.95058 17.67847,6.5524 35.2262,13.2193 52.52889,20.09755 m -13.02772,-5.47913 c 6.6484,2.58631 13.26536,5.19988 19.84453,7.84608 m -14.54076,-5.47895 c 3.37538,1.32474 6.74215,2.65692 10.09948,3.99724 m -5.39576,-1.55957 c 5.19891,2.05665 10.37627,4.13181 15.52899,6.22812 7.99932,3.25904 15.93464,6.56309 23.78707,9.92231 3.57334,-8.58229 7.19846,-17.15376 10.88388,-25.71151 m -48.34699,8.62713 c 4.56751,1.81107 9.1183,3.63669 13.65027,5.47863 8.54576,3.47808 17.01964,7.00763 25.39866,10.60104 1.91828,-4.59494 3.85169,-9.18667 5.80151,-13.77474 m -41.52622,0.53198 c 3.46016,1.38089 6.91028,2.77041 10.34944,4.16935 8.32169,3.38981 16.57422,6.82834 24.73632,10.32703 3.83666,-9.20168 7.7334,-18.39069 11.70074,-27.56344 -5.91972,-2.37789 -11.87907,-4.72026 -17.87072,-7.03142 m 13.95401,4.36254 c -0.002,-8.8e-4 -1.79942,-0.71399 -1.80164,-0.71487 m 0.2527,1.27065 c -10.383,-4.11626 -20.88016,-8.12817 -31.45225,-12.05866 -10.56518,-3.92547 -21.20529,-7.76542 -31.89671,-11.54133 -0.0133,0.006 3.635,-1.60838 3.62171,-1.60249 m 48.06573,20.84643 c -4.71759,-1.82299 -9.45546,-3.6265 -14.21001,-5.41264 m 2.40102,-0.24272 c -2.66027,-1.00343 -5.32589,-2.00128 -7.99623,-2.99393 -10.42273,-3.87217 -20.91774,-7.66119 -31.46237,-11.38766 -0.0155,0.007 3.94408,-1.74398 3.92858,-1.73711 m 20.40457,11.06315 c -7.93034,-2.90965 -15.89953,-5.77414 -23.89767,-8.60246 5.07406,-2.24838 10.15954,-4.48219 15.25944,-6.69909 m -13.61623,6.67486 c -0.009,-0.003 -3.05456,-1.0798 -3.06326,-1.08288 10.62529,-4.71174 21.30067,-9.36051 32.05354,-13.925016 7.17818,-3.048345 14.3921,-6.060956 21.6512,-9.026612 m -8.83851,3.867272 c 7.88156,-3.275909 15.81224,-6.50137 23.80435,-9.661803 -0.90946,-1.951272 -1.82236,-3.901714 -2.73857,-5.851321 m 2.26344,3.123577 c -3.69749,-7.913834 -7.45102,-15.813948 -11.25251,-23.700094 -8.52807,3.498878 -16.97554,7.065434 -25.35735,10.682462 -4.89403,2.107372 -9.76789,4.231576 -14.62411,6.370693 M 445.26039,104.95921 c 8.95388,-0.41892 2.48979,-0.11655 11.44367,-0.53548 m -10.32304,0.17021 c 17.33763,-0.81148 34.68486,-1.62857 52.04397,-2.35972 0,2e-5 -0.46265,-11.003332 -0.46265,-11.003312 m -45.86181,13.509922 c 10.91924,-0.51039 21.84207,-1.01902 32.76909,-1.50304 m -10.72124,-0.82499 c 8.06799,-0.36738 16.13864,-0.72541 24.21221,-1.06487 0.002,0.0443 -1.33278,-31.644013 -1.33091,-31.599662 -6.59015,0.277373 -13.17046,0.56677 -19.74107,0.863273 m 2.25648,0.535649 c -7.33994,0.328149 -36.12847,1.680751 -43.46841,2.0089 m 35.77564,-0.870908 c -10.87947,0.497595 -31.75687,1.489268 -42.63634,1.986863 m 3.35972,-1.504318 c 0.3926,-0.01824 -9.26877,0.428031 -8.87616,0.409785 -0.001,-0.02231 1.44585,31.619878 1.44483,31.597578 0.10319,-0.005 5.20958,-0.23887 5.31278,-0.24357 m -0.204,-30.764537 c 0.20259,-0.0094 -6.92127,0.318259 -6.71869,0.308893 -9.8e-4,-0.02167 1.4404,31.616444 1.43942,31.594774 0.18506,-0.008 6.8961,-0.31721 7.08117,-0.32567 m -6.69282,-6.800653 c 0,-4e-6 0.31803,6.962623 0.31803,6.962613 0.24334,-0.0111 7.70728,-0.35517 7.95063,-0.3663 m -8.35399,-1.37173 c 0,0 0.0827,1.80758 0.0827,1.80758 3.05198,-0.1396 22.3444,-1.0416 25.39639,-1.1812 m 20.54411,-1.2031 c 8.98415,-0.412 17.97129,-0.81375 26.96173,-1.19252 0.002,0.0378 -1.33278,-31.63929 -1.33119,-31.601527 -10.17041,0.427735 -20.31779,0.884055 -30.44258,1.350874 m 30.68618,-0.727576 c -20.40162,0.859073 -40.71202,1.833698 -60.93492,2.777862 m 28.41956,-1.684043 c -4.22241,0.195401 -19.86403,0.929934 -24.08644,1.125334 m 22.1757,-1.068146 c -22.67755,1.053109 -16.70814,0.783245 -39.38568,1.836354 -1.5e-4,-0.0032 0.53526,11.761592 0.53512,11.758434 M 456.1832,71.641038 c -107.36134,5.003653 74.40662,-3.471827 -32.95473,1.531826 -1e-4,-0.0021 0.45249,9.905361 0.45239,9.903239 m 25.13451,-10.51949 c 11.4671,-0.537186 -36.69231,1.710473 -25.2252,1.173287 -0.001,-0.02348 1.44302,31.62008 1.44195,31.5966 6.6279,-0.30246 28.48629,-1.33026 35.11418,-1.63271 m -34.01894,1.55836 c 13.40919,-0.61298 30.78484,-1.43956 44.19403,-2.05254 m -9.57076,1.21557 c 12.84616,-0.59866 25.69743,-1.18654 38.55477,-1.72643 0.003,0.0687 -1.20262,-28.704057 -1.19974,-28.635325 m -20.19182,84.780915 c -0.21095,0.01 8.4496,-0.38049 8.23866,-0.3709 m -8.41928,0.49644 c 7.79043,-0.35497 15.56308,-0.70026 23.31815,-1.02742 0.007,0.17634 -1.454,-34.6511 -1.4466,-34.47476 -7.23283,0.30431 -14.47011,0.62392 -21.71203,0.95211 m 9.43944,34.49334 c 4.35639,-0.19382 8.70719,-0.3835 13.05244,-0.56757 0.003,0.0658 -1.45774,-34.5418 -1.45496,-34.47597 -0.0566,0.002 -5.57856,0.23811 -5.63518,0.2405 m 7.67487,28.58015 c 0,0 -0.41001,-9.7569 -0.41001,-9.7569 m 0.84075,6.75642 c 0.001,0.0345 -1.11266,-26.54189 -1.11121,-26.50737 -17.97928,0.75466 -35.9856,1.60511 -54.02154,2.44839 m 55.02012,23.80444 c 0.006,0.15291 -0.85594,-20.44976 -0.84954,-20.29685 m 0.21926,1.51521 c 3.2e-4,0.007 -0.35057,-8.37981 -0.35026,-8.37231 -10.56586,0.44235 -21.14047,0.91781 -31.72435,1.40548 m 9.07711,1.51928 c -17.08329,0.77653 -35.79512,1.67755 -52.8784,2.45408 -0.001,-0.0288 1.56889,34.50005 1.56758,34.4713 0.0578,-0.003 4.17177,-0.18968 4.22958,-0.1923 m -4.9898,-19.88838 c -3.9e-4,-0.009 0.87703,19.28511 0.87665,19.27657 18.52645,-0.84154 35.36,-1.65485 53.88645,-2.49639 m 11.79881,0.19044 c -0.15813,0.007 8.99192,-0.38652 8.83379,-0.37961 0,-8e-5 -1.43645,-34.11648 -1.43645,-34.11656 m -1.69544,33.35022 c -0.0262,0.001 3.81656,-0.16211 3.79034,-0.16098 0.0154,0.36787 -1.45891,-34.8442 -1.44351,-34.47633 -0.0214,9e-4 -3.51047,0.14833 -3.53187,0.14923 m 4.61961,19.10903 c 0.004,0.0846 -0.7849,-18.76637 -0.78136,-18.68176 -24.53906,1.02942 -49.13067,2.23808 -73.78157,3.36404 m 73.39732,-3.66621 c 0,0 -0.0474,-1.127 -0.0474,-1.127 -8.93561,0.37444 -17.87754,0.77245 -26.82607,1.18138 m 15.15017,0.12669 c -0.22973,0.0101 -9.6171,0.43046 -9.84682,0.44058 m 1.52062,0.345 c -16.3477,0.7365 -38.85642,1.81571 -55.20412,2.55222 -0.001,-0.024 1.47399,32.4516 1.4729,32.4276 m 40.34206,-35.16508 c -25.57791,1.18495 -15.88789,0.74325 -41.4658,1.92819 -7.8e-4,-0.0171 1.20903,26.53287 1.20826,26.51578 m 24.69612,-28.18016 c 9.38054,-0.43806 -35.6539,1.65382 -26.27337,1.21576 -0.001,-0.0299 1.57081,34.49549 1.56944,34.46557 0.0759,-0.003 4.73497,-0.21628 4.81082,-0.21973 m -2.79194,-33.16411 c 0.024,-0.001 -2.59955,0.11863 -2.57551,0.11753 -3.8e-4,-0.008 0.81071,17.75552 0.81033,17.74722 m -1.05401,-3.95996 c -4.1e-4,-0.009 0.893,19.58434 0.89259,19.57526 0.0996,-0.005 5.38625,-0.24533 5.48582,-0.24984 m -0.33746,0.29461 c 18.09098,-0.82865 28.05353,-1.30984 46.14451,-2.13849 m -30.04522,0.96991 c 1.36603,-0.0638 6.13168,-0.28688 7.4977,-0.35072 m -6.93486,1.30994 c 17.84352,-0.83316 35.59379,-1.67094 53.25327,-2.41376 0.001,0.025 -0.89264,-21.27401 -0.89159,-21.24898 M 645.80356,40.256829 c -23.8913,8.70051 -47.01068,18.108537 -69.65321,27.884575 -12.80286,5.515966 -25.46813,11.14719 -38.04142,16.859298 m 110.06361,-0.565846 c -1.94967,0.731567 -3.89505,1.468057 -5.83632,2.209266 m -8.16639,48.076008 c 27.78565,12.47688 54.52593,25.87031 79.39341,40.62548" + id="path5392" /> + x2="208.0477" + y1="171.69249" + x1="194.11444" + id="linearGradient5447" + xlink:href="#linearGradient5445" /> - - - - - - - - - - - - - - - - - - - - - @@ -757,46 +178,46 @@ + + + (C) 2018 David Lettier + + + id="layer1"> + ry="2.3587098" + y="206.27705" + x="59.818722" + height="77.735466" + width="77.735458" + id="rect5250" + style="display:inline;opacity:1;fill:url(#linearGradient5260);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.31037128;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" /> + d="m 125.5315,209.19106 c -3.34965,-1.30393 -6.69931,-2.60787 -10.04896,-3.9118 5.21848,-2.15262 10.43696,-4.30525 15.65545,-6.45787 -0.92835,-2.01253 -1.85669,-4.02505 -2.78504,-6.03758 -6.83922,2.90641 -13.67843,5.81282 -20.51763,8.71921 0.0104,2.54721 0.0208,5.09442 0.0312,7.64163 6.86079,2.8724 13.7216,5.74479 20.58242,8.61717 0.90892,-2.11466 1.81783,-4.22931 2.72675,-6.34397 -1.76975,-0.68894 -3.53951,-1.37789 -5.30926,-2.06683 m -2.62477,-4.90221 c 3.04901,-1.25752 6.09801,-2.51505 9.14702,-3.77257 -0.92751,-2.01274 -1.85501,-4.02549 -2.78252,-6.03823 -2.59416,1.10259 -5.18831,2.20519 -7.78247,3.30778 m 5.56493,-1.53082 c -5.40972,2.29966 -10.81943,4.59932 -16.22916,6.89899 0.0117,2.54697 0.0234,5.09394 0.0352,7.64091 6.86463,2.8717 13.72924,5.74341 20.59384,8.61511 0.91009,-2.11486 1.82018,-4.22973 2.73027,-6.3446 -5.23684,-2.04024 -10.47368,-4.08049 -15.71053,-6.12073 0.75831,-0.31271 1.51662,-0.62542 2.27492,-0.93812 m -14.17992,-7.36348 c -0.76309,-1.65493 -1.52619,-3.30987 -2.28928,-4.9648 -6.839318,2.90343 -13.678633,5.80688 -20.517941,8.71032 0.01054,2.5462 0.02107,5.0924 0.03161,7.6386 6.860547,2.86946 13.721102,5.73892 20.581661,8.60838 0.90903,-2.11556 1.81807,-4.23112 2.72711,-6.34668 -5.23993,-2.04195 -10.47985,-4.08389 -15.719768,-6.12583 3.538493,-1.46115 7.076989,-2.9223 10.615478,-4.38345 m -9.578031,6.75815 c -0.379995,-0.14802 -0.759989,-0.29603 -1.139983,-0.44404 5.220982,-2.15291 10.441954,-4.30583 15.662924,-6.45875 -0.54602,-1.18498 -1.09203,-2.36995 -1.63805,-3.55493 m -30.759587,4.52156 c 2.327107,-4.2e-4 4.654213,-8.4e-4 6.981318,-0.001 4.72e-4,-2.42569 9.42e-4,-4.85139 0.0014,-7.27708 -5.608879,-0.001 -11.217765,-0.002 -16.826659,-0.003 4.62e-4,2.42483 9.24e-4,4.84967 0.0014,7.2745 5.611028,-9.8e-4 11.22205,-0.002 16.833063,-0.003 4.54e-4,-2.42568 9.07e-4,-4.85135 0.0014,-7.27703 -1.723988,-3e-4 -3.447976,-5.9e-4 -5.171966,-8.9e-4 m -2.024007,22.444 c 2.816132,-1e-5 5.632262,-2e-5 8.448391,-3e-5 4.56e-4,-2.64572 9.1e-4,-5.29144 0.0014,-7.93716 -5.637754,-2e-5 -11.275514,-5e-5 -16.913281,-7e-5 4.48e-4,2.6457 8.94e-4,5.29139 0.0013,7.93709 5.639668,-2e-5 11.279329,-5e-5 16.918984,-7e-5 4.39e-4,-2.64571 8.77e-4,-5.29143 0.0013,-7.93714 -0.03972,0 -0.07944,0 -0.119166,0 m 27.32549,-18.3087 -17.328906,7.36254 m 21.261656,1.45287 -0.93476,0.39715 m 0.92531,12.30443 14.19828,5.93971" + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#2a144d;stroke-width:0.23003563;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + d="m 115.22655,198.82177 c -2.33453,0.87014 -4.64195,1.77129 -6.92798,2.69686 1e-5,-0.001 -0.0471,7.64456 -0.0471,7.64318 2.40744,1.04231 4.78622,2.11139 7.12654,3.21253 m -3.89008,-11.93336 c -1.00663,0.39365 -2.00871,0.79253 -3.00671,1.19609 0,-9e-5 -0.0168,2.57292 -0.0168,2.57282 m 0.0857,-0.87568 c 10e-6,-4.6e-4 -0.0406,5.94694 -0.0406,5.94646 3.36011,1.45836 6.6636,2.96933 9.88376,4.5473 m -7.20478,-3.23662 c 5.79648,2.59181 11.3987,5.35494 16.66528,8.36545 0.32773,-0.6279 0.65819,-1.25494 0.99146,-1.88109 m -1.60443,1.53758 c 0.21377,0.12085 0.42701,0.24211 0.6397,0.36376 1.05492,-2.01971 2.13811,-4.03043 3.25201,-6.03131 -1.59952,-0.86761 -3.22505,-1.71188 -4.8732,-2.53483 m 0.29618,-0.0427 c -3.40715,-1.70793 -6.91152,-3.32401 -10.483,-4.86582 2.90365,-1.06488 5.84253,-2.0795 8.82804,-3.03035 m -4.30994,5.25285 c -1.44084,-0.66089 -2.89525,-1.30799 -4.36114,-1.9425 5.32305,-1.95032 10.76393,-3.73086 16.39321,-5.25805 -0.0526,-0.15243 -0.10543,-0.30483 -0.15839,-0.4572 m -16.346,5.71656 c -6e-5,-3e-5 -0.16464,-0.0711 -0.1647,-0.0711 5.32191,-1.95602 10.76115,-3.74365 16.38827,-5.27932 -0.64765,-1.86511 -1.31982,-3.72666 -2.01474,-5.58459 m -6.00177,7.65252 c 2.59724,-0.83545 5.22948,-1.62315 7.90424,-2.35414 -0.10412,-0.29859 -0.20887,-0.59709 -0.31423,-0.8955 m -0.14193,1.39572 c 0.18793,-0.052 0.37606,-0.10371 0.56441,-0.15515 -0.73132,-2.1078 -1.49395,-4.21107 -2.28537,-6.30972 -0.14277,0.0413 -0.28541,0.0828 -0.42792,0.12441 m 2.58573,5.86862 c -1e-5,0 0.0598,-0.0163 0.0598,-0.0163 -0.73446,-2.10743 -1.50012,-4.2103 -2.29447,-6.30856 -2.51058,0.72674 -4.98101,1.49943 -7.41727,2.31118 m 2.7274,-0.57192 c -5.49569,1.74707 -10.81091,3.70187 -16.01266,5.78726 m -0.10008,0.28407 c -0.1982,0.0796 -0.39625,0.15943 -0.59413,0.23942 0,-1.5e-4 -0.0188,2.695 -0.0188,2.69485 m -0.26343,-1.06335 c 0,-6.9e-4 -0.0362,5.97408 -0.0362,5.97348 4.5267,1.96098 8.95073,4.01666 13.20673,6.20223 m -1.19162,-0.94232 c 2.57116,1.29507 5.08466,2.63559 7.52645,4.02912 0.2451,-0.46951 0.49173,-0.93854 0.73992,-1.40707 m -3.71917,-0.16021 c 1.03465,0.56033 2.05792,1.12925 3.06882,1.7073 1.05517,-2.01991 2.13862,-4.0308 3.25279,-6.03186 -3.20163,-1.73679 -6.50739,-3.38013 -9.89002,-4.94595 m 0.73858,0.22701 c -2.02311,-0.94586 -4.0745,-1.86341 -6.14827,-2.75609 2.20426,-0.81044 4.42876,-1.59211 6.67851,-2.33909 m -1.44719,0.78416 c 3.68217,-1.25405 7.4293,-2.41757 11.26369,-3.46413 -0.62864,-1.81025 -1.28037,-3.61715 -1.95359,-5.42066 m 2.23455,5.42891 c 0,0 0.0174,-0.005 0.0174,-0.005 -0.72889,-2.1089 -1.48926,-4.21326 -2.27857,-6.31299 -3.40899,0.98048 -6.74388,2.04632 -10.0197,3.18021 m 11.03329,-0.34197 c -0.33808,-0.93185 -0.68206,-1.86279 -1.03172,-2.79283 -2.38449,0.68629 -4.73274,1.41434 -7.0499,2.17823 m 7.95135,0.32819 c -0.33935,-0.93163 -0.68458,-1.86236 -1.03546,-2.79218 -4.58328,1.32102 -9.03245,2.79572 -13.38399,4.38215 m 6.2801,-1.79408 c -1.65708,0.54838 -3.29832,1.11504 -4.92561,1.69781 m 3.20183,-1.43563 c -4.26843,1.45184 -8.43432,3.02127 -12.53045,4.67057 m -22.97746,-0.61053 c -0.854682,0.39452 -1.707863,0.7904 -2.559818,1.18742 -1.2e-5,-2.5e-4 0.117783,2.69178 0.117771,2.69152 m -0.268337,-2.29444 c -4e-6,0 -0.02307,0.0108 -0.02308,0.0108 -1.1e-4,-0.003 0.33467,7.63469 0.33456,7.63215 3.348442,1.24064 6.676356,2.49903 9.969061,3.78762 m -10.192384,-8.04094 c -2.8e-5,-6.9e-4 0.176276,4.01026 0.176248,4.00962 0.573877,0.21257 1.147161,0.42566 1.719779,0.63933 m -1.79414,-3.6187 c -1.4e-5,-2.3e-4 0.126798,2.89326 0.126782,2.89293 3.803508,1.40936 7.581027,2.84161 11.311057,4.315 m -11.501658,-5.89934 c -4e-6,-9e-5 0.06809,1.54588 0.06809,1.54578 4.990119,1.84741 9.935901,3.7339 14.788836,5.70061 m -12.821111,-5.12777 c 3.745274,1.39817 7.462077,2.82154 11.129754,4.28761 m -6.88663,-2.31774 c 3.011252,1.14993 5.998343,2.32071 8.950298,3.52165 1.133312,0.46173 2.261042,0.92737 3.382172,1.39749 m -9.790029,-4.2021 c 2.149828,0.83322 4.285773,1.67852 6.403797,2.53933 1.907982,0.77652 3.800322,1.5642 5.672182,2.36562 0.46253,-1.10901 0.92886,-2.21723 1.39934,-3.32452 m -6.232212,1.50664 c 1.556872,0.63838 3.102712,1.28447 4.634872,1.9397 0.88166,-2.11735 1.77703,-4.23184 2.68853,-6.34263 -0.61254,-0.24545 -1.2269,-0.48927 -1.84292,-0.73153 m -4.06553,5.7068 c -9e-5,-4e-5 0.16353,0.0679 0.16344,0.0679 m 0.0327,0.11268 c 1.03455,0.43018 2.06375,0.86401 3.08681,1.30192 m -2.3182,-0.91815 c 0.76015,0.31833 1.51729,0.63869 2.27109,0.96126 0.8812,-2.11731 1.7761,-4.23175 2.6871,-6.34251 -1.07693,-0.43177 -2.15952,-0.85847 -3.24694,-1.28059 m -0.79848,6.54886 c 0.57584,0.24283 1.14991,0.48687 1.72205,0.73222 0.88393,-2.11654 1.78182,-4.23012 2.69609,-6.3399 -2.85303,-1.14687 -5.74585,-2.25766 -8.6629,-3.34145 -0.878803,-0.32632 -1.759821,-0.65007 -2.642799,-0.97149 m 11.165339,4.97095 c -4e-5,9e-5 0.091,-0.21044 0.091,-0.21035 -2.83402,-1.13992 -5.7079,-2.24432 -8.60636,-3.32213 0,0 0,0 0,0 -4.6e-4,-1.5e-4 -0.366769,-0.1361 -0.367181,-0.13625 m 3.434061,1.21466 c -1.01916,-0.38852 -2.042074,-0.77332 -3.068051,-1.15478 -2.486904,-0.92406 -4.991852,-1.82752 -7.509019,-2.71568 0.829062,-0.36791 1.659434,-0.73416 2.49136,-1.09855 m 0.757017,2.04397 c -1.035358,-0.37277 -2.073205,-0.74255 -3.113132,-1.1097 2.413792,-1.07043 4.838848,-2.12667 7.281244,-3.164 1.533889,-0.65173 3.074841,-1.29637 4.624621,-1.93185 m -9.766347,6.08968 c -0.639713,-0.22895 -1.280335,-0.45681 -1.921771,-0.68365 0.812051,-0.35993 1.625365,-0.71824 2.440177,-1.07474 m -1.445123,0.25789 c 2.013297,-0.88721 4.035092,-1.76404 6.068896,-2.62776 1.427505,-0.60646 2.861118,-1.20679 4.302258,-1.7993 m -6.920229,3.15085 c 0.388763,-0.16799 0.777907,-0.33554 1.167461,-0.50263 m -0.853317,0.0623 c 0.765968,-0.33022 1.53347,-0.6587 2.302693,-0.98531 2.773222,-1.17798 5.569582,-2.33278 8.399432,-3.45216 -0.87864,-1.88537 -1.77123,-3.76736 -2.67569,-5.64593 m 1.76309,3.67895 c -0.61388,-1.30199 -1.23409,-2.60236 -1.85994,-3.90108 -1.41105,0.57981 -2.81257,1.16765 -4.205833,1.76203 m 5.026193,0.0549 c -0.27605,-0.57827 -0.55327,-1.15622 -0.83161,-1.73385 -1.25376,0.51547 -2.5,1.03727 -3.73965,1.56436 m 2.83755,-1.48965 c -1.54442,0.6398 -3.077627,1.28889 -4.601312,1.94531 m 1.201573,-0.32783 c -0.474262,0.2025 -0.94757,0.40576 -1.419976,0.60972 -4.914679,2.11735 -9.741183,4.30852 -14.528256,6.53678 m 16.826411,-7.45096 c -0.76819,0.32571 -1.533822,0.65348 -2.297101,0.98307 -3.24117,1.39662 -6.444057,2.82536 -9.622648,4.27567 m 7.852211,-3.474 c -3.117139,1.35987 -6.200983,2.7479 -9.264133,4.15461 m 9.009911,-4.25513 c -2.302633,1.00582 -4.587154,2.02686 -6.858643,3.05931 m 4.508413,-1.69638 c -3.57174,1.58495 -7.104087,3.20379 -10.616344,4.84198 -2.3e-5,-5.1e-4 0.161722,3.68636 0.161699,3.68584 m 0.201525,-4.18611 c -4.2e-5,2e-5 -0.08238,0.0384 -0.08242,0.0384 m 0.249474,0.18924 c -9.2e-4,4.4e-4 -0.389313,0.18139 -0.390267,0.18184 -3e-5,-6.7e-4 0.193575,4.4234 0.193547,4.42274 m 0.06248,-4.67199 c -1.7e-4,7e-5 -0.164222,0.0765 -0.164393,0.0766 -9.4e-5,-0.002 0.332519,7.63482 0.332427,7.63268 2.594887,0.96244 5.177421,1.93576 7.740766,2.92577 m -8.125629,-6.54994 c -2.5e-5,-4.6e-4 0.160641,3.66976 0.160618,3.6692 4.066678,1.50729 8.103281,3.04091 12.083516,4.62316 m -2.99684,-1.2604 c 1.529369,0.59494 3.051506,1.19616 4.564949,1.80488 m -3.344893,-1.26036 c 0.776458,0.30474 1.550935,0.61119 2.32324,0.91951 m -1.241217,-0.35875 c 1.195935,0.4731 2.386912,0.95046 3.572221,1.43269 1.840131,0.74969 3.665531,1.50974 5.471871,2.28248 0.822,-1.97423 1.6559,-3.94598 2.50368,-5.91456 m -11.121527,1.98454 c 1.05069,0.41661 2.097534,0.83657 3.140048,1.26028 1.965829,0.80009 3.915119,1.61201 5.842599,2.43862 0.44127,-1.057 0.88602,-2.11326 1.33455,-3.16868 m -9.552508,0.12237 c 0.79596,0.31766 1.589611,0.6373 2.38074,0.9591 1.914288,0.77978 3.812658,1.57076 5.690228,2.37559 0.88257,-2.11672 1.77896,-4.23052 2.69159,-6.34058 -1.36174,-0.54699 -2.73261,-1.08582 -4.1109,-1.61747 m 3.20992,1.00354 c -4.6e-4,-2.1e-4 -0.41393,-0.16425 -0.41444,-0.16445 m 0.0581,0.2923 c -2.38846,-0.94689 -4.80318,-1.86977 -7.235138,-2.77392 -2.430368,-0.903 -4.877973,-1.78633 -7.33738,-2.65492 -0.0031,0.001 0.836179,-0.36999 0.833122,-0.36863 m 11.056826,4.79542 c -1.08521,-0.41935 -2.17509,-0.83422 -3.268804,-1.2451 m 0.552314,-0.0558 c -0.611951,-0.23083 -1.225138,-0.46037 -1.839412,-0.68871 -2.397599,-0.89074 -4.811825,-1.76235 -7.237466,-2.61957 -0.0036,0.002 0.907279,-0.40118 0.903714,-0.3996 m 4.693778,2.54492 c -1.824261,-0.66932 -3.657459,-1.32826 -5.497316,-1.97887 1.167215,-0.51721 2.337056,-1.03107 3.510215,-1.54103 m -3.132218,1.53545 c -0.0021,-6.9e-4 -0.702658,-0.24839 -0.704659,-0.2491 2.444195,-1.08387 4.899913,-2.15325 7.373456,-3.20325 1.651238,-0.70123 3.310698,-1.39423 4.980548,-2.07644 m -2.03317,0.88961 c 1.81304,-0.75358 3.63737,-1.49555 5.47584,-2.22256 -0.2092,-0.44886 -0.4192,-0.89753 -0.62996,-1.34601 m 0.52067,0.71853 c -0.85056,-1.82046 -1.714,-3.63777 -2.58848,-5.45186 -1.96176,0.80486 -3.90498,1.6253 -5.833093,2.45734 -1.125801,0.48477 -2.246963,0.97342 -3.364066,1.46549 m -26.743025,7.15179 c 2.059712,-0.0964 0.572741,-0.0268 2.632452,-0.12318 m -2.374667,0.0391 c 3.988273,-0.18667 7.978754,-0.37463 11.971968,-0.54282 0,1e-5 -0.106426,-2.53116 -0.106426,-2.53115 m -10.549851,3.10776 c 2.511814,-0.11741 5.024455,-0.23441 7.538059,-0.34575 m -2.466268,-0.18978 c 1.855925,-0.0845 3.712463,-0.16687 5.569671,-0.24496 4.6e-4,0.0102 -0.306587,-7.27925 -0.306156,-7.26905 -1.51597,0.0638 -3.029675,0.13038 -4.54115,0.19859 m 0.519071,0.12322 c -1.688448,0.0755 -8.310835,0.38663 -9.999283,0.46211 m 8.229672,-0.20034 c -2.502666,0.11447 -7.305212,0.34259 -9.807878,0.45705 m 0.772856,-0.34604 c 0.09031,-0.004 -2.132148,0.0985 -2.041833,0.0943 -2.3e-4,-0.005 0.332597,7.2737 0.332362,7.26857 0.02374,-0.001 1.198389,-0.0549 1.222129,-0.056 m -0.04693,-7.07694 c 0.0466,-0.002 -1.592138,0.0732 -1.545538,0.0711 -2.25e-4,-0.005 0.331344,7.27291 0.331118,7.26792 0.04257,-0.002 1.586349,-0.073 1.628922,-0.0749 m -1.539587,-1.5644 c 0,0 0.07316,1.60165 0.07316,1.60165 0.05598,-0.003 1.772949,-0.0817 1.828928,-0.0843 m -1.921715,-0.31555 c 0,0 0.01902,0.41581 0.01902,0.41581 0.702064,-0.0321 5.140008,-0.2396 5.842074,-0.27172 m 4.725877,-0.27675 c 2.066675,-0.0948 4.134037,-0.18719 6.202159,-0.27432 4.6e-4,0.009 -0.306587,-7.27817 -0.306221,-7.26948 -2.339557,0.0984 -4.673816,0.20336 -7.002878,0.31075 m 7.058915,-0.16737 c -4.6931,0.19762 -9.365216,0.42182 -14.017203,0.63901 m 6.537511,-0.38739 c -0.971305,0.045 -4.569434,0.21391 -5.540739,0.25886 m 5.101201,-0.24571 c -5.216645,0.24225 -3.843468,0.18018 -9.06011,0.42243 -3.4e-5,-7.4e-4 0.123129,2.70558 0.123097,2.70486 m 7.426843,-3.24953 c -24.696934,1.15102 17.116174,-0.79865 -7.580762,0.35237 -2.3e-5,-4.8e-4 0.104089,2.27859 0.104066,2.2781 m 5.781832,-2.41986 c 2.637842,-0.12357 -8.440538,0.39347 -5.802694,0.2699 -2.3e-4,-0.005 0.331946,7.27375 0.331699,7.26835 1.524654,-0.0696 6.552862,-0.30601 8.077513,-0.37559 m -7.825568,0.35848 c 3.084591,-0.14101 7.08161,-0.33115 10.166201,-0.47216 m -2.201616,0.27963 c 2.955075,-0.13771 5.911325,-0.27295 8.868971,-0.39714 6.9e-4,0.0158 -0.276645,-6.60296 -0.275983,-6.58715 m -4.644838,19.50263 c -0.04853,0.002 1.943709,-0.0875 1.895186,-0.0853 m -1.936735,0.1142 c 1.792077,-0.0816 3.580063,-0.16108 5.364006,-0.23634 0.0016,0.0406 -0.334472,-7.97099 -0.33277,-7.93042 -1.663809,0.07 -3.328641,0.14352 -4.99454,0.21902 m 2.171407,7.93469 c 1.002125,-0.0446 2.002964,-0.0882 3.002526,-0.13056 6.9e-4,0.0151 -0.335332,-7.94584 -0.334692,-7.9307 -0.01302,4.6e-4 -1.283268,0.0548 -1.296293,0.0553 m 1.765494,6.57446 c 0,0 -0.09432,-2.24444 -0.09432,-2.24444 m 0.193403,1.55422 c 2.3e-4,0.008 -0.255952,-6.10558 -0.255618,-6.09764 -4.135875,0.1736 -8.27797,0.36923 -12.426879,0.56322 m 12.656588,5.47587 c 0.0014,0.0352 -0.196897,-4.70418 -0.195425,-4.669 m 0.05044,0.34855 c 7.3e-5,0.002 -0.08064,-1.92765 -0.08057,-1.92593 -2.430525,0.10176 -4.863062,0.21113 -7.297731,0.32331 m 2.088058,0.34949 c -3.929765,0.17863 -8.234153,0.3859 -12.163916,0.56453 -2.3e-4,-0.007 0.360901,7.93624 0.3606,7.92962 0.0133,-6.9e-4 0.959655,-0.0436 0.972954,-0.0442 m -1.147832,-4.57504 c -9e-5,-0.002 0.201748,4.43626 0.201661,4.4343 4.261743,-0.19359 8.13406,-0.38068 12.395803,-0.57426 m 2.714147,0.0438 c -0.03638,0.002 2.068462,-0.0889 2.032086,-0.0873 0,-1e-5 -0.330434,-7.848 -0.330434,-7.84802 m -0.390012,7.67174 c -0.006,2.3e-4 0.877945,-0.0373 0.871913,-0.037 0.0035,0.0846 -0.335601,-8.01541 -0.332058,-7.93079 -0.0049,2.1e-4 -0.807534,0.0341 -0.812456,0.0343 m 1.062674,4.39576 c 9.21e-4,0.0195 -0.180555,-4.31693 -0.17974,-4.29747 -5.644858,0.2368 -11.301805,0.51484 -16.97239,0.77385 m 16.883999,-0.84336 c 0,0 -0.0109,-0.25925 -0.0109,-0.25925 -2.055509,0.0861 -4.112471,0.17769 -6.170952,0.27176 m 3.485079,0.0291 c -0.05285,0.002 -2.212276,0.099 -2.26512,0.10135 m 0.349797,0.0794 c -3.760553,0.16942 -8.938361,0.41768 -12.698914,0.5871 -2.3e-4,-0.006 0.33907,7.46503 0.338819,7.45951 m 9.280111,-8.08922 c -5.88383,0.27258 -3.65478,0.17097 -9.538611,0.44355 -1.79e-4,-0.004 0.27812,6.1035 0.277943,6.09957 m 5.680987,-6.48244 c 2.157859,-0.10077 -8.201667,0.38044 -6.043811,0.27967 -2.3e-4,-0.007 0.361342,7.93519 0.361027,7.92831 0.01746,-6.9e-4 1.089212,-0.0498 1.10666,-0.0506 m -0.642245,-7.62892 c 0.0055,-2.3e-4 -0.59799,0.0273 -0.592459,0.027 -8.8e-5,-0.002 0.186492,4.0844 0.186404,4.0825 m -0.24246,-0.91094 c -9.4e-5,-0.002 0.205422,4.5051 0.205328,4.50301 0.02291,-0.001 1.239029,-0.0564 1.261934,-0.0575 m -0.07763,0.0678 c 4.16157,-0.19062 6.453312,-0.30131 10.614882,-0.49193 m -6.911472,0.22311 c 0.314236,-0.0147 1.410505,-0.066 1.724739,-0.0807 m -1.595265,0.30133 c 4.104645,-0.19166 8.18784,-0.38438 12.250149,-0.55525 2.3e-4,0.006 -0.205339,-4.89378 -0.205097,-4.88802 m 33.383164,-22.13887 c -5.49585,2.00143 -10.81413,4.16561 -16.02272,6.41445 -2.945114,1.26887 -5.858578,2.56425 -8.750882,3.87824 m 25.318552,-0.13017 c -0.44849,0.16829 -0.896,0.33771 -1.34256,0.50821 m -1.87856,11.0592 c 6.39169,2.87012 12.5429,5.95109 18.26331,9.34531" + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#2a144d;stroke-width:0.46007127;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" /> (C) DAVID LETTIER + x="186.04987" + id="tspan4784">(C) DAVID LETTIER diff --git a/logo/movie-monad-logo-0.svg b/logo/movie-monad-logo-0.svg index cb5155f..349326f 100644 --- a/logo/movie-monad-logo-0.svg +++ b/logo/movie-monad-logo-0.svg @@ -1,6 +1,4 @@ - - + version="1.1" + viewBox="0 0 200 100" + height="100mm" + width="200mm"> + style="stop-color:#814dd2;stop-opacity:1;" /> + style="stop-color:#b46bd3;stop-opacity:0.89019608" /> + id="Arrow1Lend" + refX="0" + refY="0" + orient="auto"> + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path4997" /> + id="Arrow1Lstart" + refX="0" + refY="0" + orient="auto"> + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path4994" /> - - + id="linearGradient5284" + xlink:href="#linearGradient5282" /> - - + id="linearGradient5300" + xlink:href="#linearGradient5282" /> + + x1="-119.13808" + gradientUnits="userSpaceOnUse" + id="linearGradient5354" + xlink:href="#linearGradient5282" /> + + + + y1="53.642838" + x1="-119.13808" + gradientUnits="userSpaceOnUse" + id="linearGradient4686" + xlink:href="#linearGradient5282" /> - - - - - - - - - @@ -202,64 +122,66 @@ + + + (C) 2018 David Lettier + + + transform="translate(0,-197)" + id="layer1"> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:40px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';text-align:start;letter-spacing:0.38999996px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4670);stroke-width:1.13385832;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" + id="flowRoot4616" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:40px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';text-align:start;letter-spacing:0.38999996px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4678);stroke-width:1.13385832;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" + id="flowRoot4650" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:40px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';text-align:start;letter-spacing:0.38999996px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4686);stroke-width:1.13385832;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" + id="flowRoot4658"> + id="path4875" /> + id="flowRoot4608" /> - + + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:42.66666794px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';text-align:start;letter-spacing:-2.850003px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#373737;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="flowRoot4634"> + id="path4866" /> (C) DAVID LETTIER + x="45.932545" + id="tspan4524">(C) DAVID LETTIER diff --git a/logo/movie-monad-logo-1.svg b/logo/movie-monad-logo-1.svg index 3c0d46a..a1a82ad 100644 --- a/logo/movie-monad-logo-1.svg +++ b/logo/movie-monad-logo-1.svg @@ -1,6 +1,4 @@ - - + version="1.1" + viewBox="0 0 200 100" + height="100mm" + width="200mm"> - - - - - - - + id="Arrow1Mend" + refX="0.0" + refY="0.0" + orient="auto"> + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + id="path10335" /> + id="marker10589" + refX="0.0" + refY="0.0" + orient="auto"> + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + id="path10326" /> - + id="linearGradient10200"> + id="stop10196" /> + id="stop10198" /> - - - - - - - - - - - - - - - - - - - - - - - - - + osb:paint="solid" + id="linearGradient8935"> + style="stop-color:#373737;stop-opacity:1;" /> + style="stop-color:#814dd2;stop-opacity:1;" /> + style="stop-color:#b46bd3;stop-opacity:0.89019608" /> + id="Arrow1Lend" + refX="0" + refY="0" + orient="auto"> + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path4997" /> + id="Arrow1Lstart" + refX="0" + refY="0" + orient="auto"> + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path4994" /> - - + id="linearGradient5284" + xlink:href="#linearGradient5282" /> - - + + + + y1="53.642838" + x1="-119.13808" + gradientUnits="userSpaceOnUse" + id="linearGradient4670" + xlink:href="#linearGradient5282" /> + + x2="192.22939" + y1="227.8952" + x1="109.73602" + gradientUnits="userSpaceOnUse" + id="linearGradient10134" + xlink:href="#linearGradient10200" /> - - - - - - - - - - - - - - - - - - - - - @@ -704,65 +159,60 @@ + + + (C) 2018 David Lettier + + + transform="translate(0,-197)" + id="layer1"> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:42.66666794px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';text-align:start;letter-spacing:-2.850003px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#2b2b2b;fill-opacity:1;fill-rule:nonzero;stroke:#0f0f0f;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4657" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:40px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';text-align:start;letter-spacing:0.38999996px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4670);stroke-width:1.13385832;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" + id="flowRoot4616" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:40px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';text-align:start;letter-spacing:0.38999996px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4678);stroke-width:1.13385832;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" + id="flowRoot4650" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:42.66666794px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';text-align:start;letter-spacing:-2.850003px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#373737;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="flowRoot4642" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:42.66666794px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';text-align:start;letter-spacing:-2.850003px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#2b2b2b;fill-opacity:1;fill-rule:nonzero;stroke:#0f0f0f;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4667" /> + transform="matrix(0.26458333,0,0,0.26458333,0,197)" + d="m 648.5341,87.310007 c -9.7121,4.127281 -19.42418,8.254548 -29.13624,12.381802 0.0453,11.073141 0.0905,22.146271 0.13585,33.219381 10.56235,4.42211 21.12472,8.84421 31.68712,13.2663 M 633.36752,96.140968 c -4.23915,1.801771 -8.47831,3.603539 -12.71747,5.405302 0.0167,3.72718 0.0333,7.45435 0.05,11.18152 m 2.04302,-3.85006 c 0.0397,8.61454 0.0794,17.22908 0.11908,25.84362 14.76048,6.17481 29.52092,12.34963 44.28132,18.52444 M 632.90195,139.0934 c 25.71117,10.75354 51.42244,21.50716 77.13382,32.26084 1.22807,-2.85848 2.45614,-5.71696 3.68421,-8.57544 m -6.90261,9.20272 c 1.03894,0.43471 2.07789,0.86942 3.11683,1.30413 3.95555,-9.19321 7.91108,-18.38642 11.86659,-27.57964 -7.57971,-2.95242 -15.15943,-5.90484 -22.73917,-8.85727 m 2.15824,-2.09073 c -15.67825,-6.11232 -31.35655,-12.22458 -47.03491,-18.33676 12.36993,-5.10497 24.73982,-10.20989 37.10967,-15.31477 m -16.53251,25.20037 c -6.44424,-2.51117 -12.8885,-5.02234 -19.33276,-7.53351 22.69625,-9.36273 45.39238,-18.72545 68.0884,-28.088151 -0.29141,-0.632498 -0.58281,-1.264996 -0.87422,-1.897494 m -69.22838,29.392715 c -0.24128,-0.094 -0.48257,-0.18796 -0.72385,-0.28193 22.68902,-9.36125 45.37812,-18.72258 68.06732,-28.083988 -3.57014,-7.743386 -7.14027,-15.486781 -10.71039,-23.230186 m -23.22126,33.437724 c 10.77256,-4.446834 21.54514,-8.893648 32.31774,-13.340443 -0.57171,-1.240078 -1.14341,-2.480156 -1.71512,-3.720233 m 1.23863,9.141077 c 0.75978,-0.313671 1.51956,-0.627341 2.27934,-0.941012 -4.03208,-8.753337 -8.06417,-17.506664 -12.09627,-26.259983 -0.56183,0.238567 -1.12367,0.477135 -1.68551,0.715703 m 12.5016,22.097459 c 0.0802,-0.03313 0.1605,-0.06626 0.24075,-0.09939 -4.03607,-8.751509 -8.07213,-17.503012 -12.10817,-26.254508 -9.87001,4.191186 -19.74,8.38238 -29.60997,12.573582 m 12.85578,-2.389769 c -22.05754,9.364824 -44.11497,18.729734 -66.17231,28.094728 m -107.274,4.187127 c -0.84131,0.3573 -1.68261,0.7146 -2.52392,1.07191 0.0163,3.90357 0.0326,7.80715 0.049,11.71072 m -3.93823,-4.9983 c 0.0401,8.6513 0.0803,17.3026 0.12039,25.9539 19.88934,8.31229 39.77866,16.6246 59.66795,24.93692 m -4.00821,-7.74504 c 11.9072,4.98365 23.81441,9.96729 35.72164,14.95091 0.91916,-2.13701 1.83832,-4.27401 2.75748,-6.41102 m -16.85174,2.4761 c 4.93606,2.06386 9.87212,4.12772 14.80817,6.19159 3.9554,-9.19637 7.91078,-18.39274 11.86615,-27.5891 -15.16944,-5.91319 -30.33891,-11.82637 -45.50842,-17.73953 m -0.0175,-0.31222 c -9.09947,-3.54582 -18.19894,-7.09162 -27.29839,-10.63741 9.38846,-3.87537 18.77693,-7.75073 28.1654,-11.62607 m -3.45166,4.69425 C 582.61769,102.37262 598.07784,95.991254 613.53799,89.609887 610.07395,82.0933 606.6099,74.576713 603.14586,67.060124 m 13.27545,22.437871 c 0.0236,-0.0097 0.0473,-0.0195 0.0709,-0.02925 -4.03355,-8.751194 -8.0671,-17.502379 -12.10065,-26.253557 -13.39917,5.691875 -26.79835,11.383767 -40.19755,17.075676 m 45.83217,-4.772545 c -1.7876,-3.875989 -3.57519,-7.751978 -5.36278,-11.627969 -9.37578,3.983924 -18.75156,7.967844 -28.12733,11.95176 m 31.84948,-3.206604 c -1.78706,-3.876259 -3.57412,-7.752517 -5.36119,-11.628776 -18.00377,7.649915 -36.00753,15.299838 -54.01126,22.94977 m 26.05047,-5.71335 c -6.70982,2.853463 -13.41964,5.706914 -20.12947,8.560353 m 12.32275,-9.896003 c -17.37721,7.384846 -34.75442,14.769727 -52.13162,22.154645 m -34.54308,3.084334 c 6.67582,4.1e-4 13.35163,8.2e-4 20.02744,0.001 1.3e-4,-1.26754 2.6e-4,-2.535071 4e-4,-3.802607 m -9.40351,8.965447 c 2.67224,-6.9e-4 5.34448,-0.001 8.01672,-0.002 -0.002,-10.545713 -0.004,-21.091419 -0.006,-31.637124 -13.34915,-0.0035 -26.69828,-0.0069 -40.04738,-0.01038 m 38.46844,20.870619 c 8.9e-4,-7.92388 0.002,-15.847764 0.003,-23.77165 -0.53954,3e-6 -1.07909,7e-6 -1.61863,1e-5 m 2.93627,18.341405 c -5.6e-4,-6.302839 -0.001,-12.60568 -0.002,-18.908526 -15.4422,0.0027 -30.88439,0.0054 -46.32658,0.0081 m 45.48451,12.828552 c 9.6e-4,-4.350837 0.002,-8.701673 0.003,-13.052506 -20.90549,-0.0024 -41.81103,-0.0048 -62.71661,-0.0072 m 65.58699,-1.54598 c -17.31771,-0.0021 -34.63544,-0.0042 -51.95318,-0.0062 m 32.6192,6.513975 c -17.50497,0.0034 -35.00998,0.0067 -52.51502,0.0099 2.4e-4,1.894165 4.7e-4,3.78833 7.1e-4,5.682494 m 36.51675,-11.129932 c -13.26226,-0.0036 -26.52453,-0.0071 -39.78682,-0.01065 7.6e-4,10.540165 0.002,21.080346 0.002,31.620542 0.54277,-1.4e-4 1.08555,-2.8e-4 1.62833,-4.3e-4 m 1.41106,-28.98446 c -1.56444,-8.4e-5 -3.12888,-1.68e-4 -4.69332,-2.52e-4 -6.9e-4,10.5424 -0.001,21.084802 -0.002,31.627202 8.20467,-4.4e-4 16.40934,-8.7e-4 24.61401,-0.001 M 426.5625,75.431744 c -4e-5,0.260418 -7e-5,0.520835 -10e-5,0.781252 m 2.74229,1.077147 c 4.6e-4,4.94823 9.2e-4,9.896459 0.001,14.844686 m -5.18108,-9.621664 c -0.002,8.346092 -0.004,16.692179 -0.007,25.038265 10.40075,-5.5e-4 20.80152,-0.001 31.20231,-0.002 M 429.5625,79.743633 c 4.7e-4,7.466811 9.4e-4,14.933626 0.001,22.400447 22.87234,-0.002 45.74463,-0.005 68.61687,-0.007 m -69.06358,44.11522 c 0.002,6.03419 0.003,12.06836 0.005,18.10254 8.29248,0.002 16.58496,0.005 24.87742,0.007 m -23.34184,-3.12116 c 20.17874,0.001 40.35759,0.002 60.53655,0.003 m -23.77935,-1.18297 c 10.52815,-0.001 21.0563,-0.002 31.58447,-0.003 -0.002,-11.50253 -0.005,-23.00505 -0.007,-34.50757 -1.27582,-1.3e-4 -2.55165,-2.7e-4 -3.82747,-4e-4 m -20.02132,38.25354 c 6.77082,-4.3e-4 13.54163,-8.6e-4 20.31244,-0.001 m -7.31097,-4.31121 c 4.10849,-4.6e-4 8.21698,-9.2e-4 12.32546,-0.001 0.003,-11.50258 0.005,-23.00515 0.008,-34.50769 -0.5369,-6e-5 -1.0738,-1.2e-4 -1.6107,-1.8e-4 m 2.79501,32.87573 c 2.9e-4,-1.82248 5.7e-4,-3.64497 8.6e-4,-5.46745 m -3.39149,0.62821 c 6.8e-4,-9.24988 0.001,-18.49975 0.002,-27.74963 -16.2697,1.5e-4 -32.53942,3e-4 -48.80914,4.5e-4 m 17.20351,1.51492 c -12.6271,-0.003 -25.25422,-0.006 -37.88136,-0.008 m 26.95033,1.07868 c -8.46134,5.8e-4 -16.92269,0.001 -25.38406,0.002 m 15.02401,-4.6814 c -6.03953,-0.001 -12.07906,-0.002 -18.1186,-0.004 2e-5,0.9914 4e-5,1.9828 6e-5,2.97421 m 1.86366,1.09184 c -0.98597,0 -1.97193,0 -2.9579,0 -2.1e-4,11.5013 -4.3e-4,23.0026 -6.5e-4,34.50389 12.38231,0 24.76462,-1e-5 37.14693,-3e-5 M 643.21578,45.707549 539.24227,89.88274 m 107.52106,-0.09641 -5.60853,2.382893 m -6.93873,48.252292 85.18969,35.63824" + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;stroke:url(#linearGradient10134);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient10134);stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" + d="m 650.1385,82.874465 c -10.14856,3.782654 -20.17926,7.700083 -30.11698,11.72366 3e-5,-0.006 -0.20482,33.232065 -0.20478,33.226075 10.46549,4.53108 20.80642,9.17856 30.98016,13.96537 M 633.88611,89.913445 c -4.37599,1.711249 -8.73217,3.445238 -13.07064,5.199586 10e-6,-4.22e-4 -0.0731,11.184859 -0.0731,11.184439 m 0.3725,-3.80674 c 2e-5,-0.002 -0.17666,25.85227 -0.17665,25.8502 14.60689,6.33968 28.96767,12.90811 42.96621,19.76778 m -31.32028,-14.07007 c 25.19819,11.26699 49.55187,23.27873 72.44648,36.3659 1.42471,-2.72961 2.86128,-5.45544 4.31003,-8.17738 m -6.9747,6.68407 c 0.92932,0.52537 1.85629,1.05248 2.78088,1.58133 4.58589,-8.78001 9.29471,-17.52088 14.13698,-26.21901 -6.95333,-3.77163 -14.01978,-7.44184 -21.18454,-11.01929 m 1.28755,-0.18569 c -14.81139,-7.42465 -30.04545,-14.44997 -45.57119,-21.15245 12.62262,-4.62919 25.39834,-9.03993 38.37684,-13.17341 m -18.736,22.83496 c -6.26352,-2.87301 -12.58606,-5.68603 -18.95852,-8.44437 23.14013,-8.47831 46.79246,-16.218619 71.2638,-22.85755 -0.22881,-0.662606 -0.45833,-1.325109 -0.68856,-1.987508 M 654.01463,113.139 c -2.7e-4,-1.2e-4 -0.7157,-0.30906 -0.71597,-0.30917 23.13517,-8.5031 46.78037,-16.274199 71.2423,-22.950019 -2.81543,-8.107892 -5.73743,-16.200324 -8.75838,-24.277065 m -26.0906,33.266668 C 700.9826,95.2376 712.42531,91.81337 724.05294,88.63561 723.6003,87.337599 723.14495,86.039985 722.6869,84.742768 m -0.61698,6.067377 c 0.81695,-0.226028 1.6348,-0.450842 2.45357,-0.674428 -3.17915,-9.162957 -6.49443,-18.306184 -9.93482,-27.429347 -0.62065,0.179639 -1.24074,0.359926 -1.86026,0.540855 m 11.24057,25.511777 c -3e-5,7e-6 0.25989,-0.07102 0.25987,-0.07101 -3.19279,-9.161294 -6.52126,-18.302817 -9.97442,-27.424233 -10.91387,3.159213 -21.65318,6.518244 -32.24401,10.04705 m 11.85645,-2.486221 c -23.89063,7.594747 -46.99669,16.092552 -69.6095,25.158099 m -0.43504,1.234896 c -0.86163,0.346106 -1.72255,0.693034 -2.58277,1.040765 0,-6.34e-4 -0.0817,11.715584 -0.0816,11.714954 m -1.1452,-4.62256 c 2e-5,-0.003 -0.15748,25.97022 -0.15747,25.96764 19.67826,8.52466 38.91018,17.46103 57.41168,26.96201 m -5.18017,-4.09637 c 11.17724,5.62986 22.1038,11.4573 32.71864,17.51516 1.06549,-2.04103 2.13762,-4.07996 3.21651,-6.11673 m -16.16776,-0.69646 c 4.49775,2.43586 8.94607,4.90905 13.34063,7.42189 4.58695,-8.78083 9.2969,-17.5225 14.14034,-26.22142 -13.91794,-7.55008 -28.28862,-14.69392 -42.99342,-21.50079 m 3.21074,0.98686 c -8.79479,-4.11181 -17.71249,-8.10054 -26.7275,-11.98114 9.58226,-3.52312 19.25253,-6.92117 29.03252,-10.1684 m -6.29117,3.40887 c 16.00699,-5.451544 32.29632,-10.509546 48.965,-15.059102 -2.7328,-7.869445 -5.56598,-15.724327 -8.49254,-23.564436 m 9.71391,23.600286 c 0,0 0.0757,-0.02053 0.0757,-0.02053 -3.16863,-9.16775 -6.47406,-18.315717 -9.90529,-27.443567 -14.81942,4.262317 -29.3167,8.895683 -43.55719,13.824889 m 47.96342,-1.486613 c -1.4697,-4.050884 -2.96505,-8.097851 -4.48508,-12.14087 -10.36572,2.9834 -20.57391,6.148352 -30.64696,9.469099 m 34.56573,1.426708 c -1.47522,-4.049947 -2.97598,-8.095973 -4.5013,-12.138051 -19.92422,5.742688 -39.26545,12.153458 -58.18225,19.049877 m 27.30054,-7.799146 c -7.20357,2.383909 -14.33829,4.847277 -21.41236,7.380658 m 13.91885,-6.240903 c -18.55555,6.311359 -36.66528,13.133939 -54.4718,20.303685 M 522.52817,91.33976 c -3.71543,1.71506 -7.42434,3.436 -11.12792,5.16192 -5e-5,-0.0011 0.51202,11.70155 0.51197,11.70043 m -1.1665,-9.974259 c -2e-5,7e-6 -0.1003,0.04677 -0.10032,0.04678 -4.8e-4,-0.01106 1.45486,33.189163 1.45438,33.178103 14.55619,5.39325 29.02314,10.86367 43.33703,16.46536 m -44.30747,-34.95594 c -1.2e-4,-0.003 0.7663,17.43323 0.76618,17.43044 2.49473,0.92408 4.98688,1.85041 7.47614,2.77928 m -7.7994,-15.73106 c -6e-5,-0.001 0.55121,12.57744 0.55114,12.57602 16.53443,6.12668 32.95588,12.35293 49.17089,18.75796 m -49.99946,-25.64531 c -2e-5,-4.2e-4 0.29602,6.72016 0.296,6.71974 21.69281,8.03096 43.19288,16.23183 64.28933,24.78141 m -55.73533,-22.29122 c 16.28128,6.07809 32.43879,12.26569 48.38274,18.6389 m -29.93723,-10.07554 c 13.09037,4.99891 26.07571,10.08848 38.90831,15.30914 4.92668,2.00718 9.8291,4.03142 14.70284,6.07511 m -42.55877,-18.2672 c 9.34563,3.62215 18.63091,7.2968 27.83828,11.03885 8.29429,3.37568 16.52059,6.79982 24.65785,10.28374 2.01069,-4.82106 4.0379,-9.63863 6.08313,-14.45221 m -27.09237,6.5496 c 6.76797,2.77515 13.48798,5.5838 20.1485,8.43215 3.83273,-9.20444 7.72504,-18.39642 11.68744,-27.57238 -2.66279,-1.06701 -5.33349,-2.1269 -8.01145,-3.18005 m -17.67348,24.80831 c -4e-4,-1.7e-4 0.71089,0.29523 0.71049,0.29506 m 0.1423,0.48985 c 4.49734,1.87003 8.97142,3.75596 13.41882,5.65962 m -10.07756,-3.99132 c 3.3045,1.3838 6.59589,2.77646 9.8728,4.17875 3.83071,-9.20427 7.72094,-18.39609 11.68121,-27.57188 -4.68156,-1.87698 -9.38775,-3.73191 -14.11494,-5.56693 m -3.47113,28.46889 c 2.5033,1.05562 4.99884,2.11653 7.48603,3.18308 3.84259,-9.20093 7.74586,-18.38896 11.72032,-27.56052 -12.40258,-4.98562 -24.97809,-9.81439 -37.65896,-14.52577 -3.82029,-1.41856 -7.65021,-2.82596 -11.48865,-4.22321 m 48.53743,21.60948 c -1.7e-4,3.9e-4 0.39562,-0.91482 0.39545,-0.91442 -12.31989,-4.95543 -24.81309,-9.75643 -37.41315,-14.4418 0,0 0,0 0,0 -0.002,-6.7e-4 -1.5944,-0.59165 -1.59619,-0.59232 m 14.92841,5.28033 c -4.43048,-1.68898 -8.87723,-3.36174 -13.33731,-5.02001 -10.81095,-4.01704 -21.70034,-7.94452 -32.64285,-11.80547 3.60406,-1.59938 7.21381,-3.19151 10.83032,-4.77558 m 3.29087,8.88546 c -4.50086,-1.62052 -9.01254,-3.22799 -13.53326,-4.82404 10.49312,-4.65332 21.03521,-9.24496 31.65268,-13.754413 6.66805,-2.833165 13.36682,-5.635506 20.10392,-8.398021 M 554.26188,116.4854 c -2.78093,-0.99529 -5.56581,-1.98581 -8.35423,-2.97194 3.53011,-1.56467 7.06571,-3.12228 10.60782,-4.67206 m -6.28217,1.12112 c 8.75211,-3.85687 17.54116,-7.66857 26.38242,-11.423276 6.20558,-2.636402 12.43772,-5.246109 18.70256,-7.821867 M 565.235,104.41462 c 1.69001,-0.73028 3.38168,-1.45864 5.07513,-2.185 m -3.7095,0.27093 c 3.32978,-1.43549 6.66623,-2.863461 10.01016,-4.283286 12.05562,-5.120857 24.21185,-10.14093 36.5136,-15.007053 -3.81958,-8.195982 -7.69977,-16.37731 -11.6316,-24.543711 m 7.66441,15.992954 c -2.66865,-5.659947 -5.36479,-11.312843 -8.08546,-16.958599 -6.13403,2.520537 -12.22664,5.07595 -18.28339,7.659824 m 21.84963,0.238651 c -1.20001,-2.513838 -2.40514,-5.026273 -3.61513,-7.537296 -5.45027,2.240821 -10.8679,4.509159 -16.25681,6.80051 m 12.33523,-6.475731 c -6.71383,2.781303 -13.37891,5.602978 -20.0026,8.456552 m 5.22342,-1.425141 c -2.06169,0.880321 -4.11923,1.763923 -6.17285,2.650552 -21.36486,9.204436 -42.34641,18.729808 -63.15655,28.416385 m 73.147,-32.390491 c -3.33946,1.415917 -6.66778,2.840803 -9.98587,4.27359 -14.08986,6.07131 -28.0133,12.282249 -41.83112,18.58698 m 34.13476,-15.102029 c -13.55068,5.91156 -26.95662,11.945573 -40.2726,18.06074 m 39.16746,-18.497686 c -10.0099,4.372426 -19.94106,8.811076 -29.81557,13.299296 m 19.59876,-7.374448 c -15.5269,6.890006 -30.88255,13.927354 -46.15087,21.048813 -1e-4,-0.0022 0.70303,16.025174 0.70293,16.022934 m 0.87606,-18.197656 c -1.8e-4,8.6e-5 -0.35811,0.166728 -0.35829,0.166814 m 1.0845,0.822688 c -0.004,0.0019 -1.6924,0.788526 -1.69655,0.790459 -1.3e-4,-0.0029 0.8415,19.229225 0.84138,19.226345 m 0.27161,-20.309876 c -7.4e-4,3.43e-4 -0.7139,0.332478 -0.71464,0.332822 -4.1e-4,-0.0093 1.44551,33.189744 1.44511,33.180454 11.28037,4.18384 22.50704,8.41503 33.65029,12.71877 m -35.32335,-28.4736 c -1.1e-4,-0.002 0.69833,15.95299 0.69823,15.95058 17.67847,6.5524 35.2262,13.2193 52.52889,20.09755 m -13.02772,-5.47913 c 6.6484,2.58631 13.26536,5.19988 19.84453,7.84608 m -14.54076,-5.47895 c 3.37538,1.32474 6.74215,2.65692 10.09948,3.99724 m -5.39576,-1.55957 c 5.19891,2.05665 10.37627,4.13181 15.52899,6.22812 7.99932,3.25904 15.93464,6.56309 23.78707,9.92231 3.57334,-8.58229 7.19846,-17.15376 10.88388,-25.71151 m -48.34699,8.62713 c 4.56751,1.81107 9.1183,3.63669 13.65027,5.47863 8.54576,3.47808 17.01964,7.00763 25.39866,10.60104 1.91828,-4.59494 3.85169,-9.18667 5.80151,-13.77474 m -41.52622,0.53198 c 3.46016,1.38089 6.91028,2.77041 10.34944,4.16935 8.32169,3.38981 16.57422,6.82834 24.73632,10.32703 3.83666,-9.20168 7.7334,-18.39069 11.70074,-27.56344 -5.91972,-2.37789 -11.87907,-4.72026 -17.87072,-7.03142 m 13.95401,4.36254 c -0.002,-8.8e-4 -1.79942,-0.71399 -1.80164,-0.71487 m 0.2527,1.27065 c -10.383,-4.11626 -20.88016,-8.12817 -31.45225,-12.05866 -10.56518,-3.92547 -21.20529,-7.76542 -31.89671,-11.54133 -0.0133,0.006 3.635,-1.60838 3.62171,-1.60249 m 48.06573,20.84643 c -4.71759,-1.82299 -9.45546,-3.6265 -14.21001,-5.41264 m 2.40102,-0.24272 c -2.66027,-1.00343 -5.32589,-2.00128 -7.99623,-2.99393 -10.42273,-3.87217 -20.91774,-7.66119 -31.46237,-11.38766 -0.0155,0.007 3.94408,-1.74398 3.92858,-1.73711 m 20.40457,11.06315 c -7.93034,-2.90965 -15.89953,-5.77414 -23.89767,-8.60246 5.07406,-2.24838 10.15954,-4.48219 15.25944,-6.69909 m -13.61623,6.67486 c -0.009,-0.003 -3.05456,-1.0798 -3.06326,-1.08288 10.62529,-4.71174 21.30067,-9.36051 32.05354,-13.925016 7.17818,-3.048345 14.3921,-6.060956 21.6512,-9.026612 m -8.83851,3.867272 c 7.88156,-3.275909 15.81224,-6.50137 23.80435,-9.661803 -0.90946,-1.951272 -1.82236,-3.901714 -2.73857,-5.851321 m 2.26344,3.123577 c -3.69749,-7.913834 -7.45102,-15.813948 -11.25251,-23.700094 -8.52807,3.498878 -16.97554,7.065434 -25.35735,10.682462 -4.89403,2.107372 -9.76789,4.231576 -14.62411,6.370693 M 445.26039,104.95921 c 8.95388,-0.41892 2.48979,-0.11655 11.44367,-0.53548 m -10.32304,0.17021 c 17.33763,-0.81148 34.68486,-1.62857 52.04397,-2.35972 0,2e-5 -0.46265,-11.003332 -0.46265,-11.003312 m -45.86181,13.509922 c 10.91924,-0.51039 21.84207,-1.01902 32.76909,-1.50304 m -10.72124,-0.82499 c 8.06799,-0.36738 16.13864,-0.72541 24.21221,-1.06487 0.002,0.0443 -1.33278,-31.644013 -1.33091,-31.599662 -6.59015,0.277373 -13.17046,0.56677 -19.74107,0.863273 m 2.25648,0.535649 c -7.33994,0.328149 -36.12847,1.680751 -43.46841,2.0089 m 35.77564,-0.870908 c -10.87947,0.497595 -31.75687,1.489268 -42.63634,1.986863 m 3.35972,-1.504318 c 0.3926,-0.01824 -9.26877,0.428031 -8.87616,0.409785 -0.001,-0.02231 1.44585,31.619878 1.44483,31.597578 0.10319,-0.005 5.20958,-0.23887 5.31278,-0.24357 m -0.204,-30.764537 c 0.20259,-0.0094 -6.92127,0.318259 -6.71869,0.308893 -9.8e-4,-0.02167 1.4404,31.616444 1.43942,31.594774 0.18506,-0.008 6.8961,-0.31721 7.08117,-0.32567 m -6.69282,-6.800653 c 0,-4e-6 0.31803,6.962623 0.31803,6.962613 0.24334,-0.0111 7.70728,-0.35517 7.95063,-0.3663 m -8.35399,-1.37173 c 0,0 0.0827,1.80758 0.0827,1.80758 3.05198,-0.1396 22.3444,-1.0416 25.39639,-1.1812 m 20.54411,-1.2031 c 8.98415,-0.412 17.97129,-0.81375 26.96173,-1.19252 0.002,0.0378 -1.33278,-31.63929 -1.33119,-31.601527 -10.17041,0.427735 -20.31779,0.884055 -30.44258,1.350874 m 30.68618,-0.727576 c -20.40162,0.859073 -40.71202,1.833698 -60.93492,2.777862 m 28.41956,-1.684043 c -4.22241,0.195401 -19.86403,0.929934 -24.08644,1.125334 m 22.1757,-1.068146 c -22.67755,1.053109 -16.70814,0.783245 -39.38568,1.836354 -1.5e-4,-0.0032 0.53526,11.761592 0.53512,11.758434 M 456.1832,71.641038 c -107.36134,5.003653 74.40662,-3.471827 -32.95473,1.531826 -1e-4,-0.0021 0.45249,9.905361 0.45239,9.903239 m 25.13451,-10.51949 c 11.4671,-0.537186 -36.69231,1.710473 -25.2252,1.173287 -0.001,-0.02348 1.44302,31.62008 1.44195,31.5966 6.6279,-0.30246 28.48629,-1.33026 35.11418,-1.63271 m -34.01894,1.55836 c 13.40919,-0.61298 30.78484,-1.43956 44.19403,-2.05254 m -9.57076,1.21557 c 12.84616,-0.59866 25.69743,-1.18654 38.55477,-1.72643 0.003,0.0687 -1.20262,-28.704057 -1.19974,-28.635325 m -20.19182,84.780915 c -0.21095,0.01 8.4496,-0.38049 8.23866,-0.3709 m -8.41928,0.49644 c 7.79043,-0.35497 15.56308,-0.70026 23.31815,-1.02742 0.007,0.17634 -1.454,-34.6511 -1.4466,-34.47476 -7.23283,0.30431 -14.47011,0.62392 -21.71203,0.95211 m 9.43944,34.49334 c 4.35639,-0.19382 8.70719,-0.3835 13.05244,-0.56757 0.003,0.0658 -1.45774,-34.5418 -1.45496,-34.47597 -0.0566,0.002 -5.57856,0.23811 -5.63518,0.2405 m 7.67487,28.58015 c 0,0 -0.41001,-9.7569 -0.41001,-9.7569 m 0.84075,6.75642 c 0.001,0.0345 -1.11266,-26.54189 -1.11121,-26.50737 -17.97928,0.75466 -35.9856,1.60511 -54.02154,2.44839 m 55.02012,23.80444 c 0.006,0.15291 -0.85594,-20.44976 -0.84954,-20.29685 m 0.21926,1.51521 c 3.2e-4,0.007 -0.35057,-8.37981 -0.35026,-8.37231 -10.56586,0.44235 -21.14047,0.91781 -31.72435,1.40548 m 9.07711,1.51928 c -17.08329,0.77653 -35.79512,1.67755 -52.8784,2.45408 -0.001,-0.0288 1.56889,34.50005 1.56758,34.4713 0.0578,-0.003 4.17177,-0.18968 4.22958,-0.1923 m -4.9898,-19.88838 c -3.9e-4,-0.009 0.87703,19.28511 0.87665,19.27657 18.52645,-0.84154 35.36,-1.65485 53.88645,-2.49639 m 11.79881,0.19044 c -0.15813,0.007 8.99192,-0.38652 8.83379,-0.37961 0,-8e-5 -1.43645,-34.11648 -1.43645,-34.11656 m -1.69544,33.35022 c -0.0262,0.001 3.81656,-0.16211 3.79034,-0.16098 0.0154,0.36787 -1.45891,-34.8442 -1.44351,-34.47633 -0.0214,9e-4 -3.51047,0.14833 -3.53187,0.14923 m 4.61961,19.10903 c 0.004,0.0846 -0.7849,-18.76637 -0.78136,-18.68176 -24.53906,1.02942 -49.13067,2.23808 -73.78157,3.36404 m 73.39732,-3.66621 c 0,0 -0.0474,-1.127 -0.0474,-1.127 -8.93561,0.37444 -17.87754,0.77245 -26.82607,1.18138 m 15.15017,0.12669 c -0.22973,0.0101 -9.6171,0.43046 -9.84682,0.44058 m 1.52062,0.345 c -16.3477,0.7365 -38.85642,1.81571 -55.20412,2.55222 -0.001,-0.024 1.47399,32.4516 1.4729,32.4276 m 40.34206,-35.16508 c -25.57791,1.18495 -15.88789,0.74325 -41.4658,1.92819 -7.8e-4,-0.0171 1.20903,26.53287 1.20826,26.51578 m 24.69612,-28.18016 c 9.38054,-0.43806 -35.6539,1.65382 -26.27337,1.21576 -0.001,-0.0299 1.57081,34.49549 1.56944,34.46557 0.0759,-0.003 4.73497,-0.21628 4.81082,-0.21973 m -2.79194,-33.16411 c 0.024,-0.001 -2.59955,0.11863 -2.57551,0.11753 -3.8e-4,-0.008 0.81071,17.75552 0.81033,17.74722 m -1.05401,-3.95996 c -4.1e-4,-0.009 0.893,19.58434 0.89259,19.57526 0.0996,-0.005 5.38625,-0.24533 5.48582,-0.24984 m -0.33746,0.29461 c 18.09098,-0.82865 28.05353,-1.30984 46.14451,-2.13849 m -30.04522,0.96991 c 1.36603,-0.0638 6.13168,-0.28688 7.4977,-0.35072 m -6.93486,1.30994 c 17.84352,-0.83316 35.59379,-1.67094 53.25327,-2.41376 0.001,0.025 -0.89264,-21.27401 -0.89159,-21.24898 M 645.80356,40.256829 c -23.8913,8.70051 -47.01068,18.108537 -69.65321,27.884575 -12.80286,5.515966 -25.46813,11.14719 -38.04142,16.859298 m 110.06361,-0.565846 c -1.94967,0.731567 -3.89505,1.468057 -5.83632,2.209266 m -8.16639,48.076008 c 27.78565,12.47688 54.52593,25.87031 79.39341,40.62548" + id="path10202" /> (C) DAVID LETTIER + x="247.48691" + id="tspan4784">(C) DAVID LETTIER diff --git a/makefile b/makefile index 2d9113d..6d3d9c2 100644 --- a/makefile +++ b/makefile @@ -4,6 +4,7 @@ .RECIPEPREFIX != ps _NAME="movie-monad" +_VERSION="0.0.7.0" _STACK=stack --allow-different-user _STACK_SNAPSHOT_INSTALL_ROOT=`$(_STACK) path --snapshot-install-root` _STACK_SNAPSHOT_INSTALL_ROOT_BIN="$(_STACK_SNAPSHOT_INSTALL_ROOT)/bin" @@ -11,16 +12,18 @@ _STACK_PATH_LOCAL_BIN=`$(_STACK) path --local-bin` _STACK_GHC_EXE=`$(_STACK) path --compiler-exe` _STACK_GHC_BIN=`$(_STACK) path --compiler-bin` _STACK_PATHS=$(_STACK_PATH_LOCAL_BIN):$(_STACK_GHC_BIN):$(_STACK_SNAPSHOT_INSTALL_ROOT):$(_STACK_SNAPSHOT_INSTALL_ROOT_BIN) +_GHC_VERSION=`$(_STACK) ghc -- --version | sed 's|The Glorious Glasgow Haskell Compilation System, version ||g'` _CABAL=env PATH=$(PATH):$(_STACK_PATHS) "$(_STACK_SNAPSHOT_INSTALL_ROOT_BIN)/cabal" _CABAL_SANDBOX_DIR=".cabal-sandbox" _APPDATA_DIR="$(_CABAL_SANDBOX_DIR)/share/metainfo" _APPLICATIONS_DESKTOP_DIR="$(_CABAL_SANDBOX_DIR)/share/applications" _ICONS_HICOLOR_SCALABLE_APPS_DIR="$(_CABAL_SANDBOX_DIR)/share/icons/hicolor/scalable/apps" _PACKAGING_LINUX_COMMON_DIR="./packaging/linux/common" +_LINUX_PACKAGE_DIR=$(_NAME)"-linux-"$(_VERSION) export PATH := $(PATH):$(_STACK_PATHS) -all: install +all: cabal_install setup: $(_STACK) update && \ @@ -49,9 +52,6 @@ cabal_configure: cabal_install_dependencies cabal_build: cabal_configure $(_CABAL) --require-sandbox build -j -cabal_install: cabal_build - $(_CABAL) --require-sandbox install --enable-relocatable --force-reinstalls -j -w $(_STACK_GHC_EXE) - applications_desktop: mkdir -p $(_APPLICATIONS_DESKTOP_DIR) && \ cp "$(_PACKAGING_LINUX_COMMON_DIR)/com.lettier.$(_NAME).desktop" $(_APPLICATIONS_DESKTOP_DIR)/ @@ -64,7 +64,28 @@ appdata: mkdir -p $(_APPDATA_DIR) && \ cp "$(_PACKAGING_LINUX_COMMON_DIR)/com.lettier.$(_NAME).appdata.xml" $(_APPDATA_DIR)/ -install: cabal_install appdata applications_desktop icons_hicolor_scalable_apps +cabal_install: cabal_build appdata applications_desktop icons_hicolor_scalable_apps + $(_CABAL) --require-sandbox install --enable-relocatable --force-reinstalls -j -w $(_STACK_GHC_EXE) + +package_cabal_sandbox_for_linux: cabal_install + rm -rf "._movie_monad_trash_" && \ + mkdir -p "._movie_monad_trash_" && \ + mkdir -p $(_LINUX_PACKAGE_DIR) && \ + touch "$(_LINUX_PACKAGE_DIR).tar.gz" && \ + mv "$(_LINUX_PACKAGE_DIR).tar.gz" "._movie_monad_trash_/" && \ + mv $(_LINUX_PACKAGE_DIR) "._movie_monad_trash_" && \ + mkdir -p $(_LINUX_PACKAGE_DIR) && \ + cp -R "$(_CABAL_SANDBOX_DIR)/." $(_LINUX_PACKAGE_DIR) && \ + find "$(_LINUX_PACKAGE_DIR)/share/x86_64-linux-ghc-$(_GHC_VERSION)/" -mindepth 1 -maxdepth 1 -type d \ + -not -path '*movie-monad*' -exec mv {} "._movie_monad_trash_/" \; && \ + find "$(_LINUX_PACKAGE_DIR)/lib/x86_64-linux-ghc-$(_GHC_VERSION)/" -mindepth 1 -maxdepth 1 -type d \ + -exec mv {} "._movie_monad_trash_/" \; && \ + find "$(_LINUX_PACKAGE_DIR)/bin/" -type f -not -name '*movie-monad*' -exec mv {} "._movie_monad_trash_/" \; && \ + find "$(_LINUX_PACKAGE_DIR)/" -mindepth 1 -maxdepth 1 -type d -not -path '*bin*' -not -path '*lib*' -not -path '*share*' \ + -exec mv {} "._movie_monad_trash_/" \; && \ + find "$(_LINUX_PACKAGE_DIR)/" -mindepth 1 -maxdepth 1 -type f -not -path '*bin*' -not -path '*lib*' -not -path '*share*' \ + -exec mv {} "._movie_monad_trash_/" \; && \ + tar -zcvf "$(_LINUX_PACKAGE_DIR).tar.gz" $(_LINUX_PACKAGE_DIR) build_sdist: $(_STACK) sdist diff --git a/movie-monad.cabal b/movie-monad.cabal index fec8761..bb7dc57 100644 --- a/movie-monad.cabal +++ b/movie-monad.cabal @@ -1,5 +1,5 @@ name: movie-monad -version: 0.0.6.1 +version: 0.0.7.0 synopsis: Plays videos using GStreamer and GTK+. description: A free and simple to use video player made with Haskell. homepage: https://github.com/lettier/movie-monad @@ -14,8 +14,7 @@ category: Application , Video build-type: Simple cabal-version: >= 1.10 -extra-source-files: README.md - , LICENSE +extra-source-files: LICENSE , CHANGELOG.md , makefile , stack.yaml @@ -50,6 +49,7 @@ extra-source-files: README.md , ./src/InfoDialog.hs , ./src/VideoInfo.hs , ./src/Playbin.hs + , ./src/Label.hs , ./src/Uri.hs , ./src/CssStyle.hs , ./src/BottomControlsBoxVisibility.hs @@ -94,8 +94,8 @@ executable movie-monad , gi-glib == 2.0.* , gi-gdk == 3.0.* , gi-gdkpixbuf == 2.0.* - , gi-gst == 1.0.* - , gi-gstvideo == 1.0.* + , gi-gst == 1.0.16 + , gi-gstvideo == 1.0.16 , gi-gtk == 3.0.* other-modules: Paths_movie_monad , Records @@ -118,6 +118,7 @@ executable movie-monad , VideoInfo , Uri , Playbin + , Label , CssStyle , BottomControlsBoxVisibility , Utils diff --git a/packaging/linux/app-image/movie-monad-install-app-image-script.sh b/packaging/linux/app-image/movie-monad-install-app-image-script.sh index bf4c8c9..cadbdad 100755 --- a/packaging/linux/app-image/movie-monad-install-app-image-script.sh +++ b/packaging/linux/app-image/movie-monad-install-app-image-script.sh @@ -3,7 +3,7 @@ # (C) 2017 David Lettier # lettier.com -_MOVIE_MONAD_VERSION="0.0.6.1" +_MOVIE_MONAD_VERSION="0.0.7.0" _MOVIE_MONAD_RELEASES_DOWNLOAD="https://github.com/lettier/movie-monad/releases/download/$_MOVIE_MONAD_VERSION" _MOVIE_MONAD_PACKAGING_LINUX_COMMON="https://raw.githubusercontent.com/lettier/movie-monad/master/packaging/linux/common" _MOVIE_MONAD_APP_IMAGE="movie-monad-$_MOVIE_MONAD_VERSION-x86_64.AppImage" diff --git a/packaging/linux/app-image/movie-monad-package-as-app-image-script.sh b/packaging/linux/app-image/movie-monad-package-as-app-image-script.sh index ae02ea4..eaf490f 100755 --- a/packaging/linux/app-image/movie-monad-package-as-app-image-script.sh +++ b/packaging/linux/app-image/movie-monad-package-as-app-image-script.sh @@ -4,7 +4,7 @@ # lettier.com _NAME="movie-monad" -_VER="0.0.6.1" +_VER="0.0.7.0" _SCRIPT_DIR=`dirname "${BASH_SOURCE[0]}"` _APP_IMAGE_NAME="$_NAME-$_VER-x86_64.AppImage" _APP_IMAGE_PATH="$_SCRIPT_DIR/$_APP_IMAGE_NAME" diff --git a/packaging/linux/arch-aur/PKGBUILD b/packaging/linux/arch-aur/PKGBUILD index e460da7..d89f083 100755 --- a/packaging/linux/arch-aur/PKGBUILD +++ b/packaging/linux/arch-aur/PKGBUILD @@ -1,5 +1,5 @@ _name="movie-monad" -_ver="0.0.6.1" +_ver="0.0.7.0" _xrev="0" pkgname="${_name}" diff --git a/packaging/linux/common/com.lettier.movie-monad.appdata.xml b/packaging/linux/common/com.lettier.movie-monad.appdata.xml index 075ebb6..906a6d9 100644 --- a/packaging/linux/common/com.lettier.movie-monad.appdata.xml +++ b/packaging/linux/common/com.lettier.movie-monad.appdata.xml @@ -39,16 +39,13 @@ Haskell - + -

- Additions, changes, and removals: -

    -
  • Styles the info dialog
  • -
  • Shows the top controls box when resetting the application
  • -
  • Alerts the user about missing capabilities
  • -
-

+

Additions, changes, and removals:

+
    +
  • Updates the info dialog.
  • +
  • Updates the dependencies.
  • +
diff --git a/packaging/linux/common/com.lettier.movie-monad.svg b/packaging/linux/common/com.lettier.movie-monad.svg index b8fcaef..8889561 100644 --- a/packaging/linux/common/com.lettier.movie-monad.svg +++ b/packaging/linux/common/com.lettier.movie-monad.svg @@ -1,6 +1,4 @@ - - + version="1.1" + viewBox="0 0 73.970093 73.970093" + height="73.970093mm" + width="73.970093mm"> + style="stop-color:#57ace3;stop-opacity:1;" /> + style="stop-color:#57ace3;stop-opacity:0;" /> - - - - - - - - + id="Arrow1Mend" + refX="0" + refY="0" + orient="auto"> + style="fill:#57ace3;fill-opacity:1;fill-rule:evenodd;stroke:#57ace3;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path10335" /> + id="marker10589" + refX="0" + refY="0" + orient="auto"> + style="fill:#57ace3;fill-opacity:1;fill-rule:evenodd;stroke:#57ace3;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path10326" /> - + id="linearGradient10200"> + id="stop10196" /> + id="stop10198" /> - - - - - - - - - - - - - - - - - - - - - - - - - + osb:paint="solid" + id="linearGradient8935"> + style="stop-color:#373737;stop-opacity:1;" /> + style="stop-color:#814dd2;stop-opacity:1;" /> + style="stop-color:#b46bd3;stop-opacity:0.89019608" /> + id="Arrow1Lend" + refX="0" + refY="0" + orient="auto"> + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path4997" /> + id="Arrow1Lstart" + refX="0" + refY="0" + orient="auto"> + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path4994" /> - - + id="linearGradient5284" + xlink:href="#linearGradient5282" /> - + gradientUnits="userSpaceOnUse" + id="linearGradient5300" + xlink:href="#linearGradient5282" /> + + + + y1="53.642838" + x1="-119.13808" + gradientUnits="userSpaceOnUse" + id="linearGradient4678" + xlink:href="#linearGradient5282" /> + y2="250.69791" + x2="128.98438" + y1="250.69791" + x1="61.251041" + id="linearGradient5260" + xlink:href="#linearGradient10200" /> + id="clipPath5388" + clipPathUnits="userSpaceOnUse"> + d="m 125.5315,249.78764 c -3.34965,-1.30393 -6.69931,-2.60787 -10.04896,-3.9118 5.21848,-2.15262 10.43696,-4.30525 15.65545,-6.45787 -0.92835,-2.01253 -1.85669,-4.02505 -2.78504,-6.03758 -6.83922,2.90641 -13.67843,5.81282 -20.51763,8.71921 0.0104,2.54721 0.0208,5.09442 0.0312,7.64163 6.86079,2.8724 13.7216,5.74479 20.58242,8.61717 0.90892,-2.11466 1.81783,-4.22931 2.72675,-6.34397 -1.76975,-0.68894 -3.53951,-1.37789 -5.30926,-2.06683 m -2.62477,-4.90221 c 3.04901,-1.25752 6.09801,-2.51505 9.14702,-3.77257 -0.92751,-2.01274 -1.85501,-4.02549 -2.78252,-6.03823 -2.59416,1.10259 -5.18831,2.20519 -7.78247,3.30778 m 5.56493,-1.53082 c -5.40972,2.29966 -10.81943,4.59932 -16.22916,6.89899 0.0117,2.54697 0.0234,5.09394 0.0352,7.64091 6.86463,2.8717 13.72924,5.74341 20.59384,8.61511 0.91009,-2.11486 1.82018,-4.22973 2.73027,-6.3446 -5.23684,-2.04024 -10.47368,-4.08049 -15.71053,-6.12073 0.75831,-0.31271 1.51662,-0.62542 2.27492,-0.93812 m -14.17992,-7.36348 c -0.76309,-1.65493 -1.52619,-3.30987 -2.28928,-4.9648 -6.839321,2.90343 -13.678636,5.80688 -20.517944,8.71032 0.01054,2.5462 0.02107,5.0924 0.03161,7.6386 6.860547,2.86946 13.721102,5.73892 20.581665,8.60838 0.90903,-2.11556 1.81807,-4.23112 2.72711,-6.34668 -5.23993,-2.04195 -10.479854,-4.08389 -15.719772,-6.12583 3.538493,-1.46115 7.076989,-2.9223 10.615482,-4.38345 m -9.578035,6.75815 c -0.379995,-0.14802 -0.759989,-0.29603 -1.139983,-0.44404 5.220982,-2.15291 10.441958,-4.30583 15.662928,-6.45875 -0.54602,-1.18498 -1.09203,-2.36995 -1.63805,-3.55493 m -30.759591,4.52156 c 2.327107,-4.2e-4 4.654213,-8.4e-4 6.981318,-0.001 4.72e-4,-2.42569 9.42e-4,-4.85139 0.0014,-7.27708 -5.608879,-0.001 -11.217765,-0.002 -16.826659,-0.003 4.62e-4,2.42483 9.24e-4,4.84967 0.0014,7.2745 5.611028,-9.8e-4 11.22205,-0.002 16.833063,-0.003 4.54e-4,-2.42568 9.07e-4,-4.85135 0.0014,-7.27703 -1.723988,-3e-4 -3.447976,-5.9e-4 -5.171966,-8.9e-4 m -2.024007,22.444 c 2.816132,-1e-5 5.632262,-2e-5 8.448391,-3e-5 4.56e-4,-2.64572 9.1e-4,-5.29144 0.0014,-7.93716 -5.637754,-2e-5 -11.275514,-5e-5 -16.913281,-7e-5 4.48e-4,2.6457 8.94e-4,5.29139 0.0013,7.93709 5.639668,-2e-5 11.279329,-5e-5 16.918984,-7e-5 4.39e-4,-2.64571 8.77e-4,-5.29143 0.0013,-7.93714 -0.03972,0 -0.07944,0 -0.119166,0 m 27.325498,-18.3087 -17.328914,7.36254 m 21.261664,1.45287 -0.93476,0.39715 m 0.9253,12.30443 14.19828,5.93971" + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.23003563;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" + d="m 650.1385,82.874465 c -10.14856,3.782654 -20.17926,7.700083 -30.11698,11.72366 3e-5,-0.006 -0.20482,33.232065 -0.20478,33.226075 10.46549,4.53108 20.80642,9.17856 30.98016,13.96537 M 633.88611,89.913445 c -4.37599,1.711249 -8.73217,3.445238 -13.07064,5.199586 10e-6,-4.22e-4 -0.0731,11.184859 -0.0731,11.184439 m 0.3725,-3.80674 c 2e-5,-0.002 -0.17666,25.85227 -0.17665,25.8502 14.60689,6.33968 28.96767,12.90811 42.96621,19.76778 m -31.32028,-14.07007 c 25.19819,11.26699 49.55187,23.27873 72.44648,36.3659 1.42471,-2.72961 2.86128,-5.45544 4.31003,-8.17738 m -6.9747,6.68407 c 0.92932,0.52537 1.85629,1.05248 2.78088,1.58133 4.58589,-8.78001 9.29471,-17.52088 14.13698,-26.21901 -6.95333,-3.77163 -14.01978,-7.44184 -21.18454,-11.01929 m 1.28755,-0.18569 c -14.81139,-7.42465 -30.04545,-14.44997 -45.57119,-21.15245 12.62262,-4.62919 25.39834,-9.03993 38.37684,-13.17341 m -18.736,22.83496 c -6.26352,-2.87301 -12.58606,-5.68603 -18.95852,-8.44437 23.14013,-8.47831 46.79246,-16.218619 71.2638,-22.85755 -0.22881,-0.662606 -0.45833,-1.325109 -0.68856,-1.987508 M 654.01463,113.139 c -2.7e-4,-1.2e-4 -0.7157,-0.30906 -0.71597,-0.30917 23.13517,-8.5031 46.78037,-16.274199 71.2423,-22.950019 -2.81543,-8.107892 -5.73743,-16.200324 -8.75838,-24.277065 m -26.0906,33.266668 C 700.9826,95.2376 712.42531,91.81337 724.05294,88.63561 723.6003,87.337599 723.14495,86.039985 722.6869,84.742768 m -0.61698,6.067377 c 0.81695,-0.226028 1.6348,-0.450842 2.45357,-0.674428 -3.17915,-9.162957 -6.49443,-18.306184 -9.93482,-27.429347 -0.62065,0.179639 -1.24074,0.359926 -1.86026,0.540855 m 11.24057,25.511777 c -3e-5,7e-6 0.25989,-0.07102 0.25987,-0.07101 -3.19279,-9.161294 -6.52126,-18.302817 -9.97442,-27.424233 -10.91387,3.159213 -21.65318,6.518244 -32.24401,10.04705 m 11.85645,-2.486221 c -23.89063,7.594747 -46.99669,16.092552 -69.6095,25.158099 m -0.43504,1.234896 c -0.86163,0.346106 -1.72255,0.693034 -2.58277,1.040765 0,-6.34e-4 -0.0817,11.715584 -0.0816,11.714954 m -1.1452,-4.62256 c 2e-5,-0.003 -0.15748,25.97022 -0.15747,25.96764 19.67826,8.52466 38.91018,17.46103 57.41168,26.96201 m -5.18017,-4.09637 c 11.17724,5.62986 22.1038,11.4573 32.71864,17.51516 1.06549,-2.04103 2.13762,-4.07996 3.21651,-6.11673 m -16.16776,-0.69646 c 4.49775,2.43586 8.94607,4.90905 13.34063,7.42189 4.58695,-8.78083 9.2969,-17.5225 14.14034,-26.22142 -13.91794,-7.55008 -28.28862,-14.69392 -42.99342,-21.50079 m 3.21074,0.98686 c -8.79479,-4.11181 -17.71249,-8.10054 -26.7275,-11.98114 9.58226,-3.52312 19.25253,-6.92117 29.03252,-10.1684 m -6.29117,3.40887 c 16.00699,-5.451544 32.29632,-10.509546 48.965,-15.059102 -2.7328,-7.869445 -5.56598,-15.724327 -8.49254,-23.564436 m 9.71391,23.600286 c 0,0 0.0757,-0.02053 0.0757,-0.02053 -3.16863,-9.16775 -6.47406,-18.315717 -9.90529,-27.443567 -14.81942,4.262317 -29.3167,8.895683 -43.55719,13.824889 m 47.96342,-1.486613 c -1.4697,-4.050884 -2.96505,-8.097851 -4.48508,-12.14087 -10.36572,2.9834 -20.57391,6.148352 -30.64696,9.469099 m 34.56573,1.426708 c -1.47522,-4.049947 -2.97598,-8.095973 -4.5013,-12.138051 -19.92422,5.742688 -39.26545,12.153458 -58.18225,19.049877 m 27.30054,-7.799146 c -7.20357,2.383909 -14.33829,4.847277 -21.41236,7.380658 m 13.91885,-6.240903 c -18.55555,6.311359 -36.66528,13.133939 -54.4718,20.303685 M 522.52817,91.33976 c -3.71543,1.71506 -7.42434,3.436 -11.12792,5.16192 -5e-5,-0.0011 0.51202,11.70155 0.51197,11.70043 m -1.1665,-9.974259 c -2e-5,7e-6 -0.1003,0.04677 -0.10032,0.04678 -4.8e-4,-0.01106 1.45486,33.189163 1.45438,33.178103 14.55619,5.39325 29.02314,10.86367 43.33703,16.46536 m -44.30747,-34.95594 c -1.2e-4,-0.003 0.7663,17.43323 0.76618,17.43044 2.49473,0.92408 4.98688,1.85041 7.47614,2.77928 m -7.7994,-15.73106 c -6e-5,-0.001 0.55121,12.57744 0.55114,12.57602 16.53443,6.12668 32.95588,12.35293 49.17089,18.75796 m -49.99946,-25.64531 c -2e-5,-4.2e-4 0.29602,6.72016 0.296,6.71974 21.69281,8.03096 43.19288,16.23183 64.28933,24.78141 m -55.73533,-22.29122 c 16.28128,6.07809 32.43879,12.26569 48.38274,18.6389 m -29.93723,-10.07554 c 13.09037,4.99891 26.07571,10.08848 38.90831,15.30914 4.92668,2.00718 9.8291,4.03142 14.70284,6.07511 m -42.55877,-18.2672 c 9.34563,3.62215 18.63091,7.2968 27.83828,11.03885 8.29429,3.37568 16.52059,6.79982 24.65785,10.28374 2.01069,-4.82106 4.0379,-9.63863 6.08313,-14.45221 m -27.09237,6.5496 c 6.76797,2.77515 13.48798,5.5838 20.1485,8.43215 3.83273,-9.20444 7.72504,-18.39642 11.68744,-27.57238 -2.66279,-1.06701 -5.33349,-2.1269 -8.01145,-3.18005 m -17.67348,24.80831 c -4e-4,-1.7e-4 0.71089,0.29523 0.71049,0.29506 m 0.1423,0.48985 c 4.49734,1.87003 8.97142,3.75596 13.41882,5.65962 m -10.07756,-3.99132 c 3.3045,1.3838 6.59589,2.77646 9.8728,4.17875 3.83071,-9.20427 7.72094,-18.39609 11.68121,-27.57188 -4.68156,-1.87698 -9.38775,-3.73191 -14.11494,-5.56693 m -3.47113,28.46889 c 2.5033,1.05562 4.99884,2.11653 7.48603,3.18308 3.84259,-9.20093 7.74586,-18.38896 11.72032,-27.56052 -12.40258,-4.98562 -24.97809,-9.81439 -37.65896,-14.52577 -3.82029,-1.41856 -7.65021,-2.82596 -11.48865,-4.22321 m 48.53743,21.60948 c -1.7e-4,3.9e-4 0.39562,-0.91482 0.39545,-0.91442 -12.31989,-4.95543 -24.81309,-9.75643 -37.41315,-14.4418 0,0 0,0 0,0 -0.002,-6.7e-4 -1.5944,-0.59165 -1.59619,-0.59232 m 14.92841,5.28033 c -4.43048,-1.68898 -8.87723,-3.36174 -13.33731,-5.02001 -10.81095,-4.01704 -21.70034,-7.94452 -32.64285,-11.80547 3.60406,-1.59938 7.21381,-3.19151 10.83032,-4.77558 m 3.29087,8.88546 c -4.50086,-1.62052 -9.01254,-3.22799 -13.53326,-4.82404 10.49312,-4.65332 21.03521,-9.24496 31.65268,-13.754413 6.66805,-2.833165 13.36682,-5.635506 20.10392,-8.398021 M 554.26188,116.4854 c -2.78093,-0.99529 -5.56581,-1.98581 -8.35423,-2.97194 3.53011,-1.56467 7.06571,-3.12228 10.60782,-4.67206 m -6.28217,1.12112 c 8.75211,-3.85687 17.54116,-7.66857 26.38242,-11.423276 6.20558,-2.636402 12.43772,-5.246109 18.70256,-7.821867 M 565.235,104.41462 c 1.69001,-0.73028 3.38168,-1.45864 5.07513,-2.185 m -3.7095,0.27093 c 3.32978,-1.43549 6.66623,-2.863461 10.01016,-4.283286 12.05562,-5.120857 24.21185,-10.14093 36.5136,-15.007053 -3.81958,-8.195982 -7.69977,-16.37731 -11.6316,-24.543711 m 7.66441,15.992954 c -2.66865,-5.659947 -5.36479,-11.312843 -8.08546,-16.958599 -6.13403,2.520537 -12.22664,5.07595 -18.28339,7.659824 m 21.84963,0.238651 c -1.20001,-2.513838 -2.40514,-5.026273 -3.61513,-7.537296 -5.45027,2.240821 -10.8679,4.509159 -16.25681,6.80051 m 12.33523,-6.475731 c -6.71383,2.781303 -13.37891,5.602978 -20.0026,8.456552 m 5.22342,-1.425141 c -2.06169,0.880321 -4.11923,1.763923 -6.17285,2.650552 -21.36486,9.204436 -42.34641,18.729808 -63.15655,28.416385 m 73.147,-32.390491 c -3.33946,1.415917 -6.66778,2.840803 -9.98587,4.27359 -14.08986,6.07131 -28.0133,12.282249 -41.83112,18.58698 m 34.13476,-15.102029 c -13.55068,5.91156 -26.95662,11.945573 -40.2726,18.06074 m 39.16746,-18.497686 c -10.0099,4.372426 -19.94106,8.811076 -29.81557,13.299296 m 19.59876,-7.374448 c -15.5269,6.890006 -30.88255,13.927354 -46.15087,21.048813 -1e-4,-0.0022 0.70303,16.025174 0.70293,16.022934 m 0.87606,-18.197656 c -1.8e-4,8.6e-5 -0.35811,0.166728 -0.35829,0.166814 m 1.0845,0.822688 c -0.004,0.0019 -1.6924,0.788526 -1.69655,0.790459 -1.3e-4,-0.0029 0.8415,19.229225 0.84138,19.226345 m 0.27161,-20.309876 c -7.4e-4,3.43e-4 -0.7139,0.332478 -0.71464,0.332822 -4.1e-4,-0.0093 1.44551,33.189744 1.44511,33.180454 11.28037,4.18384 22.50704,8.41503 33.65029,12.71877 m -35.32335,-28.4736 c -1.1e-4,-0.002 0.69833,15.95299 0.69823,15.95058 17.67847,6.5524 35.2262,13.2193 52.52889,20.09755 m -13.02772,-5.47913 c 6.6484,2.58631 13.26536,5.19988 19.84453,7.84608 m -14.54076,-5.47895 c 3.37538,1.32474 6.74215,2.65692 10.09948,3.99724 m -5.39576,-1.55957 c 5.19891,2.05665 10.37627,4.13181 15.52899,6.22812 7.99932,3.25904 15.93464,6.56309 23.78707,9.92231 3.57334,-8.58229 7.19846,-17.15376 10.88388,-25.71151 m -48.34699,8.62713 c 4.56751,1.81107 9.1183,3.63669 13.65027,5.47863 8.54576,3.47808 17.01964,7.00763 25.39866,10.60104 1.91828,-4.59494 3.85169,-9.18667 5.80151,-13.77474 m -41.52622,0.53198 c 3.46016,1.38089 6.91028,2.77041 10.34944,4.16935 8.32169,3.38981 16.57422,6.82834 24.73632,10.32703 3.83666,-9.20168 7.7334,-18.39069 11.70074,-27.56344 -5.91972,-2.37789 -11.87907,-4.72026 -17.87072,-7.03142 m 13.95401,4.36254 c -0.002,-8.8e-4 -1.79942,-0.71399 -1.80164,-0.71487 m 0.2527,1.27065 c -10.383,-4.11626 -20.88016,-8.12817 -31.45225,-12.05866 -10.56518,-3.92547 -21.20529,-7.76542 -31.89671,-11.54133 -0.0133,0.006 3.635,-1.60838 3.62171,-1.60249 m 48.06573,20.84643 c -4.71759,-1.82299 -9.45546,-3.6265 -14.21001,-5.41264 m 2.40102,-0.24272 c -2.66027,-1.00343 -5.32589,-2.00128 -7.99623,-2.99393 -10.42273,-3.87217 -20.91774,-7.66119 -31.46237,-11.38766 -0.0155,0.007 3.94408,-1.74398 3.92858,-1.73711 m 20.40457,11.06315 c -7.93034,-2.90965 -15.89953,-5.77414 -23.89767,-8.60246 5.07406,-2.24838 10.15954,-4.48219 15.25944,-6.69909 m -13.61623,6.67486 c -0.009,-0.003 -3.05456,-1.0798 -3.06326,-1.08288 10.62529,-4.71174 21.30067,-9.36051 32.05354,-13.925016 7.17818,-3.048345 14.3921,-6.060956 21.6512,-9.026612 m -8.83851,3.867272 c 7.88156,-3.275909 15.81224,-6.50137 23.80435,-9.661803 -0.90946,-1.951272 -1.82236,-3.901714 -2.73857,-5.851321 m 2.26344,3.123577 c -3.69749,-7.913834 -7.45102,-15.813948 -11.25251,-23.700094 -8.52807,3.498878 -16.97554,7.065434 -25.35735,10.682462 -4.89403,2.107372 -9.76789,4.231576 -14.62411,6.370693 M 445.26039,104.95921 c 8.95388,-0.41892 2.48979,-0.11655 11.44367,-0.53548 m -10.32304,0.17021 c 17.33763,-0.81148 34.68486,-1.62857 52.04397,-2.35972 0,2e-5 -0.46265,-11.003332 -0.46265,-11.003312 m -45.86181,13.509922 c 10.91924,-0.51039 21.84207,-1.01902 32.76909,-1.50304 m -10.72124,-0.82499 c 8.06799,-0.36738 16.13864,-0.72541 24.21221,-1.06487 0.002,0.0443 -1.33278,-31.644013 -1.33091,-31.599662 -6.59015,0.277373 -13.17046,0.56677 -19.74107,0.863273 m 2.25648,0.535649 c -7.33994,0.328149 -36.12847,1.680751 -43.46841,2.0089 m 35.77564,-0.870908 c -10.87947,0.497595 -31.75687,1.489268 -42.63634,1.986863 m 3.35972,-1.504318 c 0.3926,-0.01824 -9.26877,0.428031 -8.87616,0.409785 -0.001,-0.02231 1.44585,31.619878 1.44483,31.597578 0.10319,-0.005 5.20958,-0.23887 5.31278,-0.24357 m -0.204,-30.764537 c 0.20259,-0.0094 -6.92127,0.318259 -6.71869,0.308893 -9.8e-4,-0.02167 1.4404,31.616444 1.43942,31.594774 0.18506,-0.008 6.8961,-0.31721 7.08117,-0.32567 m -6.69282,-6.800653 c 0,-4e-6 0.31803,6.962623 0.31803,6.962613 0.24334,-0.0111 7.70728,-0.35517 7.95063,-0.3663 m -8.35399,-1.37173 c 0,0 0.0827,1.80758 0.0827,1.80758 3.05198,-0.1396 22.3444,-1.0416 25.39639,-1.1812 m 20.54411,-1.2031 c 8.98415,-0.412 17.97129,-0.81375 26.96173,-1.19252 0.002,0.0378 -1.33278,-31.63929 -1.33119,-31.601527 -10.17041,0.427735 -20.31779,0.884055 -30.44258,1.350874 m 30.68618,-0.727576 c -20.40162,0.859073 -40.71202,1.833698 -60.93492,2.777862 m 28.41956,-1.684043 c -4.22241,0.195401 -19.86403,0.929934 -24.08644,1.125334 m 22.1757,-1.068146 c -22.67755,1.053109 -16.70814,0.783245 -39.38568,1.836354 -1.5e-4,-0.0032 0.53526,11.761592 0.53512,11.758434 M 456.1832,71.641038 c -107.36134,5.003653 74.40662,-3.471827 -32.95473,1.531826 -1e-4,-0.0021 0.45249,9.905361 0.45239,9.903239 m 25.13451,-10.51949 c 11.4671,-0.537186 -36.69231,1.710473 -25.2252,1.173287 -0.001,-0.02348 1.44302,31.62008 1.44195,31.5966 6.6279,-0.30246 28.48629,-1.33026 35.11418,-1.63271 m -34.01894,1.55836 c 13.40919,-0.61298 30.78484,-1.43956 44.19403,-2.05254 m -9.57076,1.21557 c 12.84616,-0.59866 25.69743,-1.18654 38.55477,-1.72643 0.003,0.0687 -1.20262,-28.704057 -1.19974,-28.635325 m -20.19182,84.780915 c -0.21095,0.01 8.4496,-0.38049 8.23866,-0.3709 m -8.41928,0.49644 c 7.79043,-0.35497 15.56308,-0.70026 23.31815,-1.02742 0.007,0.17634 -1.454,-34.6511 -1.4466,-34.47476 -7.23283,0.30431 -14.47011,0.62392 -21.71203,0.95211 m 9.43944,34.49334 c 4.35639,-0.19382 8.70719,-0.3835 13.05244,-0.56757 0.003,0.0658 -1.45774,-34.5418 -1.45496,-34.47597 -0.0566,0.002 -5.57856,0.23811 -5.63518,0.2405 m 7.67487,28.58015 c 0,0 -0.41001,-9.7569 -0.41001,-9.7569 m 0.84075,6.75642 c 0.001,0.0345 -1.11266,-26.54189 -1.11121,-26.50737 -17.97928,0.75466 -35.9856,1.60511 -54.02154,2.44839 m 55.02012,23.80444 c 0.006,0.15291 -0.85594,-20.44976 -0.84954,-20.29685 m 0.21926,1.51521 c 3.2e-4,0.007 -0.35057,-8.37981 -0.35026,-8.37231 -10.56586,0.44235 -21.14047,0.91781 -31.72435,1.40548 m 9.07711,1.51928 c -17.08329,0.77653 -35.79512,1.67755 -52.8784,2.45408 -0.001,-0.0288 1.56889,34.50005 1.56758,34.4713 0.0578,-0.003 4.17177,-0.18968 4.22958,-0.1923 m -4.9898,-19.88838 c -3.9e-4,-0.009 0.87703,19.28511 0.87665,19.27657 18.52645,-0.84154 35.36,-1.65485 53.88645,-2.49639 m 11.79881,0.19044 c -0.15813,0.007 8.99192,-0.38652 8.83379,-0.37961 0,-8e-5 -1.43645,-34.11648 -1.43645,-34.11656 m -1.69544,33.35022 c -0.0262,0.001 3.81656,-0.16211 3.79034,-0.16098 0.0154,0.36787 -1.45891,-34.8442 -1.44351,-34.47633 -0.0214,9e-4 -3.51047,0.14833 -3.53187,0.14923 m 4.61961,19.10903 c 0.004,0.0846 -0.7849,-18.76637 -0.78136,-18.68176 -24.53906,1.02942 -49.13067,2.23808 -73.78157,3.36404 m 73.39732,-3.66621 c 0,0 -0.0474,-1.127 -0.0474,-1.127 -8.93561,0.37444 -17.87754,0.77245 -26.82607,1.18138 m 15.15017,0.12669 c -0.22973,0.0101 -9.6171,0.43046 -9.84682,0.44058 m 1.52062,0.345 c -16.3477,0.7365 -38.85642,1.81571 -55.20412,2.55222 -0.001,-0.024 1.47399,32.4516 1.4729,32.4276 m 40.34206,-35.16508 c -25.57791,1.18495 -15.88789,0.74325 -41.4658,1.92819 -7.8e-4,-0.0171 1.20903,26.53287 1.20826,26.51578 m 24.69612,-28.18016 c 9.38054,-0.43806 -35.6539,1.65382 -26.27337,1.21576 -0.001,-0.0299 1.57081,34.49549 1.56944,34.46557 0.0759,-0.003 4.73497,-0.21628 4.81082,-0.21973 m -2.79194,-33.16411 c 0.024,-0.001 -2.59955,0.11863 -2.57551,0.11753 -3.8e-4,-0.008 0.81071,17.75552 0.81033,17.74722 m -1.05401,-3.95996 c -4.1e-4,-0.009 0.893,19.58434 0.89259,19.57526 0.0996,-0.005 5.38625,-0.24533 5.48582,-0.24984 m -0.33746,0.29461 c 18.09098,-0.82865 28.05353,-1.30984 46.14451,-2.13849 m -30.04522,0.96991 c 1.36603,-0.0638 6.13168,-0.28688 7.4977,-0.35072 m -6.93486,1.30994 c 17.84352,-0.83316 35.59379,-1.67094 53.25327,-2.41376 0.001,0.025 -0.89264,-21.27401 -0.89159,-21.24898 M 645.80356,40.256829 c -23.8913,8.70051 -47.01068,18.108537 -69.65321,27.884575 -12.80286,5.515966 -25.46813,11.14719 -38.04142,16.859298 m 110.06361,-0.565846 c -1.94967,0.731567 -3.89505,1.468057 -5.83632,2.209266 m -8.16639,48.076008 c 27.78565,12.47688 54.52593,25.87031 79.39341,40.62548" + id="path5392" /> + x2="208.0477" + y1="171.69249" + x1="194.11444" + id="linearGradient5447" + xlink:href="#linearGradient5445" /> - - - - - - - - - - - - - - - - - - - - - @@ -773,65 +194,61 @@ + + + (C) 2018 David Lettier + + + transform="translate(-61.701405,-187.92013)" + id="layer1"> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:40px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';text-align:start;letter-spacing:0.38999996px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4670);stroke-width:1.13385832;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" + id="flowRoot4616" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:40px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';text-align:start;letter-spacing:0.38999996px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4678);stroke-width:1.13385832;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" + id="flowRoot4650" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:42.66666794px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';text-align:start;letter-spacing:-2.850003px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#373737;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="flowRoot4642" /> + ry="2.3587098" + y="206.27705" + x="59.818722" + height="77.735466" + width="77.735458" + id="rect5250" + style="opacity:1;fill:url(#linearGradient5260);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.31037128;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" /> + d="m 125.5315,229.54802 c -3.34965,-1.30393 -6.69931,-2.60787 -10.04896,-3.9118 5.21848,-2.15262 10.43696,-4.30525 15.65545,-6.45787 -0.92835,-2.01253 -1.85669,-4.02505 -2.78504,-6.03758 -6.83922,2.90641 -13.67843,5.81282 -20.51763,8.71921 0.0104,2.54721 0.0208,5.09442 0.0312,7.64163 6.86079,2.8724 13.7216,5.74479 20.58242,8.61717 0.90892,-2.11466 1.81783,-4.22931 2.72675,-6.34397 -1.76975,-0.68894 -3.53951,-1.37789 -5.30926,-2.06683 m -2.62477,-4.90221 c 3.04901,-1.25752 6.09801,-2.51505 9.14702,-3.77257 -0.92751,-2.01274 -1.85501,-4.02549 -2.78252,-6.03823 -2.59416,1.10259 -5.18831,2.20519 -7.78247,3.30778 m 5.56493,-1.53082 c -5.40972,2.29966 -10.81943,4.59932 -16.22916,6.89899 0.0117,2.54697 0.0234,5.09394 0.0352,7.64091 6.86463,2.8717 13.72924,5.74341 20.59384,8.61511 0.91009,-2.11486 1.82018,-4.22973 2.73027,-6.3446 -5.23684,-2.04024 -10.47368,-4.08049 -15.71053,-6.12073 0.75831,-0.31271 1.51662,-0.62542 2.27492,-0.93812 m -14.17992,-7.36348 c -0.76309,-1.65493 -1.52619,-3.30987 -2.28928,-4.9648 -6.839321,2.90343 -13.678636,5.80688 -20.517944,8.71032 0.01054,2.5462 0.02107,5.0924 0.03161,7.6386 6.860547,2.86946 13.721102,5.73892 20.581665,8.60838 0.90903,-2.11556 1.81807,-4.23112 2.72711,-6.34668 -5.23993,-2.04195 -10.479854,-4.08389 -15.719772,-6.12583 3.538493,-1.46115 7.076989,-2.9223 10.615482,-4.38345 m -9.578035,6.75815 c -0.379995,-0.14802 -0.759989,-0.29603 -1.139983,-0.44404 5.220982,-2.15291 10.441958,-4.30583 15.662928,-6.45875 -0.54602,-1.18498 -1.09203,-2.36995 -1.63805,-3.55493 m -30.759591,4.52156 c 2.327107,-4.2e-4 4.654213,-8.4e-4 6.981318,-0.001 4.72e-4,-2.42569 9.42e-4,-4.85139 0.0014,-7.27708 -5.608879,-0.001 -11.217765,-0.002 -16.826659,-0.003 4.62e-4,2.42483 9.24e-4,4.84967 0.0014,7.2745 5.611028,-9.8e-4 11.22205,-0.002 16.833063,-0.003 4.54e-4,-2.42568 9.07e-4,-4.85135 0.0014,-7.27703 -1.723988,-3e-4 -3.447976,-5.9e-4 -5.171966,-8.9e-4 m -2.024007,22.444 c 2.816132,-1e-5 5.632262,-2e-5 8.448391,-3e-5 4.56e-4,-2.64572 9.1e-4,-5.29144 0.0014,-7.93716 -5.637754,-2e-5 -11.275514,-5e-5 -16.913281,-7e-5 4.48e-4,2.6457 8.94e-4,5.29139 0.0013,7.93709 5.639668,-2e-5 11.279329,-5e-5 16.918984,-7e-5 4.39e-4,-2.64571 8.77e-4,-5.29143 0.0013,-7.93714 -0.03972,0 -0.07944,0 -0.119166,0 m 27.325498,-18.3087 -17.328914,7.36254 m 21.261664,1.45287 -0.93476,0.39715 m 0.9253,12.30443 14.19828,5.93971" + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#2a144d;stroke-width:0.23003563;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#2a144d;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" + d="m 650.1385,82.874465 c -10.14856,3.782654 -20.17926,7.700083 -30.11698,11.72366 3e-5,-0.006 -0.20482,33.232065 -0.20478,33.226075 10.46549,4.53108 20.80642,9.17856 30.98016,13.96537 M 633.88611,89.913445 c -4.37599,1.711249 -8.73217,3.445238 -13.07064,5.199586 10e-6,-4.22e-4 -0.0731,11.184859 -0.0731,11.184439 m 0.3725,-3.80674 c 2e-5,-0.002 -0.17666,25.85227 -0.17665,25.8502 14.60689,6.33968 28.96767,12.90811 42.96621,19.76778 m -31.32028,-14.07007 c 25.19819,11.26699 49.55187,23.27873 72.44648,36.3659 1.42471,-2.72961 2.86128,-5.45544 4.31003,-8.17738 m -6.9747,6.68407 c 0.92932,0.52537 1.85629,1.05248 2.78088,1.58133 4.58589,-8.78001 9.29471,-17.52088 14.13698,-26.21901 -6.95333,-3.77163 -14.01978,-7.44184 -21.18454,-11.01929 m 1.28755,-0.18569 c -14.81139,-7.42465 -30.04545,-14.44997 -45.57119,-21.15245 12.62262,-4.62919 25.39834,-9.03993 38.37684,-13.17341 m -18.736,22.83496 c -6.26352,-2.87301 -12.58606,-5.68603 -18.95852,-8.44437 23.14013,-8.47831 46.79246,-16.218619 71.2638,-22.85755 -0.22881,-0.662606 -0.45833,-1.325109 -0.68856,-1.987508 M 654.01463,113.139 c -2.7e-4,-1.2e-4 -0.7157,-0.30906 -0.71597,-0.30917 23.13517,-8.5031 46.78037,-16.274199 71.2423,-22.950019 -2.81543,-8.107892 -5.73743,-16.200324 -8.75838,-24.277065 m -26.0906,33.266668 C 700.9826,95.2376 712.42531,91.81337 724.05294,88.63561 723.6003,87.337599 723.14495,86.039985 722.6869,84.742768 m -0.61698,6.067377 c 0.81695,-0.226028 1.6348,-0.450842 2.45357,-0.674428 -3.17915,-9.162957 -6.49443,-18.306184 -9.93482,-27.429347 -0.62065,0.179639 -1.24074,0.359926 -1.86026,0.540855 m 11.24057,25.511777 c -3e-5,7e-6 0.25989,-0.07102 0.25987,-0.07101 -3.19279,-9.161294 -6.52126,-18.302817 -9.97442,-27.424233 -10.91387,3.159213 -21.65318,6.518244 -32.24401,10.04705 m 11.85645,-2.486221 c -23.89063,7.594747 -46.99669,16.092552 -69.6095,25.158099 m -0.43504,1.234896 c -0.86163,0.346106 -1.72255,0.693034 -2.58277,1.040765 0,-6.34e-4 -0.0817,11.715584 -0.0816,11.714954 m -1.1452,-4.62256 c 2e-5,-0.003 -0.15748,25.97022 -0.15747,25.96764 19.67826,8.52466 38.91018,17.46103 57.41168,26.96201 m -5.18017,-4.09637 c 11.17724,5.62986 22.1038,11.4573 32.71864,17.51516 1.06549,-2.04103 2.13762,-4.07996 3.21651,-6.11673 m -16.16776,-0.69646 c 4.49775,2.43586 8.94607,4.90905 13.34063,7.42189 4.58695,-8.78083 9.2969,-17.5225 14.14034,-26.22142 -13.91794,-7.55008 -28.28862,-14.69392 -42.99342,-21.50079 m 3.21074,0.98686 c -8.79479,-4.11181 -17.71249,-8.10054 -26.7275,-11.98114 9.58226,-3.52312 19.25253,-6.92117 29.03252,-10.1684 m -6.29117,3.40887 c 16.00699,-5.451544 32.29632,-10.509546 48.965,-15.059102 -2.7328,-7.869445 -5.56598,-15.724327 -8.49254,-23.564436 m 9.71391,23.600286 c 0,0 0.0757,-0.02053 0.0757,-0.02053 -3.16863,-9.16775 -6.47406,-18.315717 -9.90529,-27.443567 -14.81942,4.262317 -29.3167,8.895683 -43.55719,13.824889 m 47.96342,-1.486613 c -1.4697,-4.050884 -2.96505,-8.097851 -4.48508,-12.14087 -10.36572,2.9834 -20.57391,6.148352 -30.64696,9.469099 m 34.56573,1.426708 c -1.47522,-4.049947 -2.97598,-8.095973 -4.5013,-12.138051 -19.92422,5.742688 -39.26545,12.153458 -58.18225,19.049877 m 27.30054,-7.799146 c -7.20357,2.383909 -14.33829,4.847277 -21.41236,7.380658 m 13.91885,-6.240903 c -18.55555,6.311359 -36.66528,13.133939 -54.4718,20.303685 M 522.52817,91.33976 c -3.71543,1.71506 -7.42434,3.436 -11.12792,5.16192 -5e-5,-0.0011 0.51202,11.70155 0.51197,11.70043 m -1.1665,-9.974259 c -2e-5,7e-6 -0.1003,0.04677 -0.10032,0.04678 -4.8e-4,-0.01106 1.45486,33.189163 1.45438,33.178103 14.55619,5.39325 29.02314,10.86367 43.33703,16.46536 m -44.30747,-34.95594 c -1.2e-4,-0.003 0.7663,17.43323 0.76618,17.43044 2.49473,0.92408 4.98688,1.85041 7.47614,2.77928 m -7.7994,-15.73106 c -6e-5,-0.001 0.55121,12.57744 0.55114,12.57602 16.53443,6.12668 32.95588,12.35293 49.17089,18.75796 m -49.99946,-25.64531 c -2e-5,-4.2e-4 0.29602,6.72016 0.296,6.71974 21.69281,8.03096 43.19288,16.23183 64.28933,24.78141 m -55.73533,-22.29122 c 16.28128,6.07809 32.43879,12.26569 48.38274,18.6389 m -29.93723,-10.07554 c 13.09037,4.99891 26.07571,10.08848 38.90831,15.30914 4.92668,2.00718 9.8291,4.03142 14.70284,6.07511 m -42.55877,-18.2672 c 9.34563,3.62215 18.63091,7.2968 27.83828,11.03885 8.29429,3.37568 16.52059,6.79982 24.65785,10.28374 2.01069,-4.82106 4.0379,-9.63863 6.08313,-14.45221 m -27.09237,6.5496 c 6.76797,2.77515 13.48798,5.5838 20.1485,8.43215 3.83273,-9.20444 7.72504,-18.39642 11.68744,-27.57238 -2.66279,-1.06701 -5.33349,-2.1269 -8.01145,-3.18005 m -17.67348,24.80831 c -4e-4,-1.7e-4 0.71089,0.29523 0.71049,0.29506 m 0.1423,0.48985 c 4.49734,1.87003 8.97142,3.75596 13.41882,5.65962 m -10.07756,-3.99132 c 3.3045,1.3838 6.59589,2.77646 9.8728,4.17875 3.83071,-9.20427 7.72094,-18.39609 11.68121,-27.57188 -4.68156,-1.87698 -9.38775,-3.73191 -14.11494,-5.56693 m -3.47113,28.46889 c 2.5033,1.05562 4.99884,2.11653 7.48603,3.18308 3.84259,-9.20093 7.74586,-18.38896 11.72032,-27.56052 -12.40258,-4.98562 -24.97809,-9.81439 -37.65896,-14.52577 -3.82029,-1.41856 -7.65021,-2.82596 -11.48865,-4.22321 m 48.53743,21.60948 c -1.7e-4,3.9e-4 0.39562,-0.91482 0.39545,-0.91442 -12.31989,-4.95543 -24.81309,-9.75643 -37.41315,-14.4418 0,0 0,0 0,0 -0.002,-6.7e-4 -1.5944,-0.59165 -1.59619,-0.59232 m 14.92841,5.28033 c -4.43048,-1.68898 -8.87723,-3.36174 -13.33731,-5.02001 -10.81095,-4.01704 -21.70034,-7.94452 -32.64285,-11.80547 3.60406,-1.59938 7.21381,-3.19151 10.83032,-4.77558 m 3.29087,8.88546 c -4.50086,-1.62052 -9.01254,-3.22799 -13.53326,-4.82404 10.49312,-4.65332 21.03521,-9.24496 31.65268,-13.754413 6.66805,-2.833165 13.36682,-5.635506 20.10392,-8.398021 M 554.26188,116.4854 c -2.78093,-0.99529 -5.56581,-1.98581 -8.35423,-2.97194 3.53011,-1.56467 7.06571,-3.12228 10.60782,-4.67206 m -6.28217,1.12112 c 8.75211,-3.85687 17.54116,-7.66857 26.38242,-11.423276 6.20558,-2.636402 12.43772,-5.246109 18.70256,-7.821867 M 565.235,104.41462 c 1.69001,-0.73028 3.38168,-1.45864 5.07513,-2.185 m -3.7095,0.27093 c 3.32978,-1.43549 6.66623,-2.863461 10.01016,-4.283286 12.05562,-5.120857 24.21185,-10.14093 36.5136,-15.007053 -3.81958,-8.195982 -7.69977,-16.37731 -11.6316,-24.543711 m 7.66441,15.992954 c -2.66865,-5.659947 -5.36479,-11.312843 -8.08546,-16.958599 -6.13403,2.520537 -12.22664,5.07595 -18.28339,7.659824 m 21.84963,0.238651 c -1.20001,-2.513838 -2.40514,-5.026273 -3.61513,-7.537296 -5.45027,2.240821 -10.8679,4.509159 -16.25681,6.80051 m 12.33523,-6.475731 c -6.71383,2.781303 -13.37891,5.602978 -20.0026,8.456552 m 5.22342,-1.425141 c -2.06169,0.880321 -4.11923,1.763923 -6.17285,2.650552 -21.36486,9.204436 -42.34641,18.729808 -63.15655,28.416385 m 73.147,-32.390491 c -3.33946,1.415917 -6.66778,2.840803 -9.98587,4.27359 -14.08986,6.07131 -28.0133,12.282249 -41.83112,18.58698 m 34.13476,-15.102029 c -13.55068,5.91156 -26.95662,11.945573 -40.2726,18.06074 m 39.16746,-18.497686 c -10.0099,4.372426 -19.94106,8.811076 -29.81557,13.299296 m 19.59876,-7.374448 c -15.5269,6.890006 -30.88255,13.927354 -46.15087,21.048813 -1e-4,-0.0022 0.70303,16.025174 0.70293,16.022934 m 0.87606,-18.197656 c -1.8e-4,8.6e-5 -0.35811,0.166728 -0.35829,0.166814 m 1.0845,0.822688 c -0.004,0.0019 -1.6924,0.788526 -1.69655,0.790459 -1.3e-4,-0.0029 0.8415,19.229225 0.84138,19.226345 m 0.27161,-20.309876 c -7.4e-4,3.43e-4 -0.7139,0.332478 -0.71464,0.332822 -4.1e-4,-0.0093 1.44551,33.189744 1.44511,33.180454 11.28037,4.18384 22.50704,8.41503 33.65029,12.71877 m -35.32335,-28.4736 c -1.1e-4,-0.002 0.69833,15.95299 0.69823,15.95058 17.67847,6.5524 35.2262,13.2193 52.52889,20.09755 m -13.02772,-5.47913 c 6.6484,2.58631 13.26536,5.19988 19.84453,7.84608 m -14.54076,-5.47895 c 3.37538,1.32474 6.74215,2.65692 10.09948,3.99724 m -5.39576,-1.55957 c 5.19891,2.05665 10.37627,4.13181 15.52899,6.22812 7.99932,3.25904 15.93464,6.56309 23.78707,9.92231 3.57334,-8.58229 7.19846,-17.15376 10.88388,-25.71151 m -48.34699,8.62713 c 4.56751,1.81107 9.1183,3.63669 13.65027,5.47863 8.54576,3.47808 17.01964,7.00763 25.39866,10.60104 1.91828,-4.59494 3.85169,-9.18667 5.80151,-13.77474 m -41.52622,0.53198 c 3.46016,1.38089 6.91028,2.77041 10.34944,4.16935 8.32169,3.38981 16.57422,6.82834 24.73632,10.32703 3.83666,-9.20168 7.7334,-18.39069 11.70074,-27.56344 -5.91972,-2.37789 -11.87907,-4.72026 -17.87072,-7.03142 m 13.95401,4.36254 c -0.002,-8.8e-4 -1.79942,-0.71399 -1.80164,-0.71487 m 0.2527,1.27065 c -10.383,-4.11626 -20.88016,-8.12817 -31.45225,-12.05866 -10.56518,-3.92547 -21.20529,-7.76542 -31.89671,-11.54133 -0.0133,0.006 3.635,-1.60838 3.62171,-1.60249 m 48.06573,20.84643 c -4.71759,-1.82299 -9.45546,-3.6265 -14.21001,-5.41264 m 2.40102,-0.24272 c -2.66027,-1.00343 -5.32589,-2.00128 -7.99623,-2.99393 -10.42273,-3.87217 -20.91774,-7.66119 -31.46237,-11.38766 -0.0155,0.007 3.94408,-1.74398 3.92858,-1.73711 m 20.40457,11.06315 c -7.93034,-2.90965 -15.89953,-5.77414 -23.89767,-8.60246 5.07406,-2.24838 10.15954,-4.48219 15.25944,-6.69909 m -13.61623,6.67486 c -0.009,-0.003 -3.05456,-1.0798 -3.06326,-1.08288 10.62529,-4.71174 21.30067,-9.36051 32.05354,-13.925016 7.17818,-3.048345 14.3921,-6.060956 21.6512,-9.026612 m -8.83851,3.867272 c 7.88156,-3.275909 15.81224,-6.50137 23.80435,-9.661803 -0.90946,-1.951272 -1.82236,-3.901714 -2.73857,-5.851321 m 2.26344,3.123577 c -3.69749,-7.913834 -7.45102,-15.813948 -11.25251,-23.700094 -8.52807,3.498878 -16.97554,7.065434 -25.35735,10.682462 -4.89403,2.107372 -9.76789,4.231576 -14.62411,6.370693 M 445.26039,104.95921 c 8.95388,-0.41892 2.48979,-0.11655 11.44367,-0.53548 m -10.32304,0.17021 c 17.33763,-0.81148 34.68486,-1.62857 52.04397,-2.35972 0,2e-5 -0.46265,-11.003332 -0.46265,-11.003312 m -45.86181,13.509922 c 10.91924,-0.51039 21.84207,-1.01902 32.76909,-1.50304 m -10.72124,-0.82499 c 8.06799,-0.36738 16.13864,-0.72541 24.21221,-1.06487 0.002,0.0443 -1.33278,-31.644013 -1.33091,-31.599662 -6.59015,0.277373 -13.17046,0.56677 -19.74107,0.863273 m 2.25648,0.535649 c -7.33994,0.328149 -36.12847,1.680751 -43.46841,2.0089 m 35.77564,-0.870908 c -10.87947,0.497595 -31.75687,1.489268 -42.63634,1.986863 m 3.35972,-1.504318 c 0.3926,-0.01824 -9.26877,0.428031 -8.87616,0.409785 -0.001,-0.02231 1.44585,31.619878 1.44483,31.597578 0.10319,-0.005 5.20958,-0.23887 5.31278,-0.24357 m -0.204,-30.764537 c 0.20259,-0.0094 -6.92127,0.318259 -6.71869,0.308893 -9.8e-4,-0.02167 1.4404,31.616444 1.43942,31.594774 0.18506,-0.008 6.8961,-0.31721 7.08117,-0.32567 m -6.69282,-6.800653 c 0,-4e-6 0.31803,6.962623 0.31803,6.962613 0.24334,-0.0111 7.70728,-0.35517 7.95063,-0.3663 m -8.35399,-1.37173 c 0,0 0.0827,1.80758 0.0827,1.80758 3.05198,-0.1396 22.3444,-1.0416 25.39639,-1.1812 m 20.54411,-1.2031 c 8.98415,-0.412 17.97129,-0.81375 26.96173,-1.19252 0.002,0.0378 -1.33278,-31.63929 -1.33119,-31.601527 -10.17041,0.427735 -20.31779,0.884055 -30.44258,1.350874 m 30.68618,-0.727576 c -20.40162,0.859073 -40.71202,1.833698 -60.93492,2.777862 m 28.41956,-1.684043 c -4.22241,0.195401 -19.86403,0.929934 -24.08644,1.125334 m 22.1757,-1.068146 c -22.67755,1.053109 -16.70814,0.783245 -39.38568,1.836354 -1.5e-4,-0.0032 0.53526,11.761592 0.53512,11.758434 M 456.1832,71.641038 c -107.36134,5.003653 74.40662,-3.471827 -32.95473,1.531826 -1e-4,-0.0021 0.45249,9.905361 0.45239,9.903239 m 25.13451,-10.51949 c 11.4671,-0.537186 -36.69231,1.710473 -25.2252,1.173287 -0.001,-0.02348 1.44302,31.62008 1.44195,31.5966 6.6279,-0.30246 28.48629,-1.33026 35.11418,-1.63271 m -34.01894,1.55836 c 13.40919,-0.61298 30.78484,-1.43956 44.19403,-2.05254 m -9.57076,1.21557 c 12.84616,-0.59866 25.69743,-1.18654 38.55477,-1.72643 0.003,0.0687 -1.20262,-28.704057 -1.19974,-28.635325 m -20.19182,84.780915 c -0.21095,0.01 8.4496,-0.38049 8.23866,-0.3709 m -8.41928,0.49644 c 7.79043,-0.35497 15.56308,-0.70026 23.31815,-1.02742 0.007,0.17634 -1.454,-34.6511 -1.4466,-34.47476 -7.23283,0.30431 -14.47011,0.62392 -21.71203,0.95211 m 9.43944,34.49334 c 4.35639,-0.19382 8.70719,-0.3835 13.05244,-0.56757 0.003,0.0658 -1.45774,-34.5418 -1.45496,-34.47597 -0.0566,0.002 -5.57856,0.23811 -5.63518,0.2405 m 7.67487,28.58015 c 0,0 -0.41001,-9.7569 -0.41001,-9.7569 m 0.84075,6.75642 c 0.001,0.0345 -1.11266,-26.54189 -1.11121,-26.50737 -17.97928,0.75466 -35.9856,1.60511 -54.02154,2.44839 m 55.02012,23.80444 c 0.006,0.15291 -0.85594,-20.44976 -0.84954,-20.29685 m 0.21926,1.51521 c 3.2e-4,0.007 -0.35057,-8.37981 -0.35026,-8.37231 -10.56586,0.44235 -21.14047,0.91781 -31.72435,1.40548 m 9.07711,1.51928 c -17.08329,0.77653 -35.79512,1.67755 -52.8784,2.45408 -0.001,-0.0288 1.56889,34.50005 1.56758,34.4713 0.0578,-0.003 4.17177,-0.18968 4.22958,-0.1923 m -4.9898,-19.88838 c -3.9e-4,-0.009 0.87703,19.28511 0.87665,19.27657 18.52645,-0.84154 35.36,-1.65485 53.88645,-2.49639 m 11.79881,0.19044 c -0.15813,0.007 8.99192,-0.38652 8.83379,-0.37961 0,-8e-5 -1.43645,-34.11648 -1.43645,-34.11656 m -1.69544,33.35022 c -0.0262,0.001 3.81656,-0.16211 3.79034,-0.16098 0.0154,0.36787 -1.45891,-34.8442 -1.44351,-34.47633 -0.0214,9e-4 -3.51047,0.14833 -3.53187,0.14923 m 4.61961,19.10903 c 0.004,0.0846 -0.7849,-18.76637 -0.78136,-18.68176 -24.53906,1.02942 -49.13067,2.23808 -73.78157,3.36404 m 73.39732,-3.66621 c 0,0 -0.0474,-1.127 -0.0474,-1.127 -8.93561,0.37444 -17.87754,0.77245 -26.82607,1.18138 m 15.15017,0.12669 c -0.22973,0.0101 -9.6171,0.43046 -9.84682,0.44058 m 1.52062,0.345 c -16.3477,0.7365 -38.85642,1.81571 -55.20412,2.55222 -0.001,-0.024 1.47399,32.4516 1.4729,32.4276 m 40.34206,-35.16508 c -25.57791,1.18495 -15.88789,0.74325 -41.4658,1.92819 -7.8e-4,-0.0171 1.20903,26.53287 1.20826,26.51578 m 24.69612,-28.18016 c 9.38054,-0.43806 -35.6539,1.65382 -26.27337,1.21576 -0.001,-0.0299 1.57081,34.49549 1.56944,34.46557 0.0759,-0.003 4.73497,-0.21628 4.81082,-0.21973 m -2.79194,-33.16411 c 0.024,-0.001 -2.59955,0.11863 -2.57551,0.11753 -3.8e-4,-0.008 0.81071,17.75552 0.81033,17.74722 m -1.05401,-3.95996 c -4.1e-4,-0.009 0.893,19.58434 0.89259,19.57526 0.0996,-0.005 5.38625,-0.24533 5.48582,-0.24984 m -0.33746,0.29461 c 18.09098,-0.82865 28.05353,-1.30984 46.14451,-2.13849 m -30.04522,0.96991 c 1.36603,-0.0638 6.13168,-0.28688 7.4977,-0.35072 m -6.93486,1.30994 c 17.84352,-0.83316 35.59379,-1.67094 53.25327,-2.41376 0.001,0.025 -0.89264,-21.27401 -0.89159,-21.24898 M 645.80356,40.256829 c -23.8913,8.70051 -47.01068,18.108537 -69.65321,27.884575 -12.80286,5.515966 -25.46813,11.14719 -38.04142,16.859298 m 110.06361,-0.565846 c -1.94967,0.731567 -3.89505,1.468057 -5.83632,2.209266 m -8.16639,48.076008 c 27.78565,12.47688 54.52593,25.87031 79.39341,40.62548" + id="path10202" /> (C) DAVID LETTIER + x="194.04083" + id="tspan4784">(C) DAVID LETTIER diff --git a/packaging/linux/flatpak/com.lettier.movie-monad.json b/packaging/linux/flatpak/com.lettier.movie-monad.json index b877dd6..f5a174e 100644 --- a/packaging/linux/flatpak/com.lettier.movie-monad.json +++ b/packaging/linux/flatpak/com.lettier.movie-monad.json @@ -1,7 +1,7 @@ { "app-id": "com.lettier.movie-monad", "runtime": "org.gnome.Platform", - "runtime-version": "3.26", + "runtime-version": "3.28", "sdk": "org.gnome.Sdk", "command": "movie-monad", "finish-args": [ @@ -13,7 +13,6 @@ "--socket=pulseaudio", "--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*", - "--talk-name=org.gnome.SettingsDaemon", "--talk-name=org.gnome.SettingsDaemon.MediaKeys", "--env=DCONF_USER_CONFIG_DIR=.config/dconf", "--filesystem=host", @@ -1243,7 +1242,7 @@ ] }, { - "name": "gi-gst-1.0.15", + "name": "gi-gst-1.0.16", "only-arches": [ "x86_64" ], @@ -1257,8 +1256,8 @@ "sources": [ { "type": "archive", - "sha256": "04b314f4c1cc208e97001ac5643165ac6ffccd75c661c88058a915f43c8d0426", - "url": "https://hackage.haskell.org/package/gi-gst-1.0.15/gi-gst-1.0.15.tar.gz" + "sha256": "74e49760e8dea88dc317969f457688a48430d0a2d821a94958cb9f682153cf7b", + "url": "https://hackage.haskell.org/package/gi-gst-1.0.16/gi-gst-1.0.16.tar.gz" } ] }, @@ -1323,7 +1322,7 @@ ] }, { - "name": "gi-gstvideo-1.0.15", + "name": "gi-gstvideo-1.0.16", "only-arches": [ "x86_64" ], @@ -1337,8 +1336,8 @@ "sources": [ { "type": "archive", - "sha256": "0d84198c012aa4a2a0c6ae3fc1c73cdf69b1e264b4a19330873ecec098e965cc", - "url": "https://hackage.haskell.org/package/gi-gstvideo-1.0.15/gi-gstvideo-1.0.15.tar.gz" + "sha256": "9c2ac605b16dd66da022bac329f2507e0ec19dc3ded0dba1a16352125b09df3c", + "url": "https://hackage.haskell.org/package/gi-gstvideo-1.0.16/gi-gstvideo-1.0.16.tar.gz" } ] }, @@ -1434,7 +1433,7 @@ "sources": [ { "type": "git", - "tag": "0.0.6.1", + "tag": "0.0.7.0", "url": "https://github.com/lettier/movie-monad.git" } ] diff --git a/packaging/linux/flatpak/dependencies-list.txt b/packaging/linux/flatpak/dependencies-list.txt index 45d6c1d..9dc8ade 100644 --- a/packaging/linux/flatpak/dependencies-list.txt +++ b/packaging/linux/flatpak/dependencies-list.txt @@ -58,11 +58,11 @@ gi-cairo-1.0.15 gi-glib-2.0.16 gi-gobject-2.0.16 gi-atk-2.0.15 -gi-gst-1.0.15 +gi-gst-1.0.16 gi-gio-2.0.18 gi-pango-1.0.16 gi-gstbase-1.0.16 -gi-gstvideo-1.0.15 +gi-gstvideo-1.0.16 gi-gdkpixbuf-2.0.16 gi-gdk-3.0.15 gi-gtk-3.0.22 diff --git a/packaging/linux/snap/gui/com.lettier.movie-monad.desktop b/packaging/linux/snap/gui/com.lettier.movie-monad.desktop deleted file mode 100644 index e7db51a..0000000 --- a/packaging/linux/snap/gui/com.lettier.movie-monad.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Movie Monad -GenericName=Video Player -Categories=AudioVideo;Audio;Video;Player; -Comment=Play Videos -Icon=${SNAP}/meta/gui/com.lettier.movie-monad.svg -Exec=movie-monad -TryExec=movie-monad -Terminal=false diff --git a/packaging/linux/snap/gui/com.lettier.movie-monad.svg b/packaging/linux/snap/gui/com.lettier.movie-monad.svg deleted file mode 100644 index b8fcaef..0000000 --- a/packaging/linux/snap/gui/com.lettier.movie-monad.svg +++ /dev/null @@ -1,837 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - (C) DAVID LETTIER - - diff --git a/packaging/linux/snap/gui/movie-monad.svg b/packaging/linux/snap/gui/movie-monad.svg index b8fcaef..8889561 100644 --- a/packaging/linux/snap/gui/movie-monad.svg +++ b/packaging/linux/snap/gui/movie-monad.svg @@ -1,6 +1,4 @@ - - + version="1.1" + viewBox="0 0 73.970093 73.970093" + height="73.970093mm" + width="73.970093mm"> + style="stop-color:#57ace3;stop-opacity:1;" /> + style="stop-color:#57ace3;stop-opacity:0;" /> - - - - - - - - + id="Arrow1Mend" + refX="0" + refY="0" + orient="auto"> + style="fill:#57ace3;fill-opacity:1;fill-rule:evenodd;stroke:#57ace3;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path10335" /> + id="marker10589" + refX="0" + refY="0" + orient="auto"> + style="fill:#57ace3;fill-opacity:1;fill-rule:evenodd;stroke:#57ace3;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path10326" /> - + id="linearGradient10200"> + id="stop10196" /> + id="stop10198" /> - - - - - - - - - - - - - - - - - - - - - - - - - + osb:paint="solid" + id="linearGradient8935"> + style="stop-color:#373737;stop-opacity:1;" /> + style="stop-color:#814dd2;stop-opacity:1;" /> + style="stop-color:#b46bd3;stop-opacity:0.89019608" /> + id="Arrow1Lend" + refX="0" + refY="0" + orient="auto"> + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path4997" /> + id="Arrow1Lstart" + refX="0" + refY="0" + orient="auto"> + style="fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path4994" /> - - + id="linearGradient5284" + xlink:href="#linearGradient5282" /> - + gradientUnits="userSpaceOnUse" + id="linearGradient5300" + xlink:href="#linearGradient5282" /> + + + + y1="53.642838" + x1="-119.13808" + gradientUnits="userSpaceOnUse" + id="linearGradient4678" + xlink:href="#linearGradient5282" /> + y2="250.69791" + x2="128.98438" + y1="250.69791" + x1="61.251041" + id="linearGradient5260" + xlink:href="#linearGradient10200" /> + id="clipPath5388" + clipPathUnits="userSpaceOnUse"> + d="m 125.5315,249.78764 c -3.34965,-1.30393 -6.69931,-2.60787 -10.04896,-3.9118 5.21848,-2.15262 10.43696,-4.30525 15.65545,-6.45787 -0.92835,-2.01253 -1.85669,-4.02505 -2.78504,-6.03758 -6.83922,2.90641 -13.67843,5.81282 -20.51763,8.71921 0.0104,2.54721 0.0208,5.09442 0.0312,7.64163 6.86079,2.8724 13.7216,5.74479 20.58242,8.61717 0.90892,-2.11466 1.81783,-4.22931 2.72675,-6.34397 -1.76975,-0.68894 -3.53951,-1.37789 -5.30926,-2.06683 m -2.62477,-4.90221 c 3.04901,-1.25752 6.09801,-2.51505 9.14702,-3.77257 -0.92751,-2.01274 -1.85501,-4.02549 -2.78252,-6.03823 -2.59416,1.10259 -5.18831,2.20519 -7.78247,3.30778 m 5.56493,-1.53082 c -5.40972,2.29966 -10.81943,4.59932 -16.22916,6.89899 0.0117,2.54697 0.0234,5.09394 0.0352,7.64091 6.86463,2.8717 13.72924,5.74341 20.59384,8.61511 0.91009,-2.11486 1.82018,-4.22973 2.73027,-6.3446 -5.23684,-2.04024 -10.47368,-4.08049 -15.71053,-6.12073 0.75831,-0.31271 1.51662,-0.62542 2.27492,-0.93812 m -14.17992,-7.36348 c -0.76309,-1.65493 -1.52619,-3.30987 -2.28928,-4.9648 -6.839321,2.90343 -13.678636,5.80688 -20.517944,8.71032 0.01054,2.5462 0.02107,5.0924 0.03161,7.6386 6.860547,2.86946 13.721102,5.73892 20.581665,8.60838 0.90903,-2.11556 1.81807,-4.23112 2.72711,-6.34668 -5.23993,-2.04195 -10.479854,-4.08389 -15.719772,-6.12583 3.538493,-1.46115 7.076989,-2.9223 10.615482,-4.38345 m -9.578035,6.75815 c -0.379995,-0.14802 -0.759989,-0.29603 -1.139983,-0.44404 5.220982,-2.15291 10.441958,-4.30583 15.662928,-6.45875 -0.54602,-1.18498 -1.09203,-2.36995 -1.63805,-3.55493 m -30.759591,4.52156 c 2.327107,-4.2e-4 4.654213,-8.4e-4 6.981318,-0.001 4.72e-4,-2.42569 9.42e-4,-4.85139 0.0014,-7.27708 -5.608879,-0.001 -11.217765,-0.002 -16.826659,-0.003 4.62e-4,2.42483 9.24e-4,4.84967 0.0014,7.2745 5.611028,-9.8e-4 11.22205,-0.002 16.833063,-0.003 4.54e-4,-2.42568 9.07e-4,-4.85135 0.0014,-7.27703 -1.723988,-3e-4 -3.447976,-5.9e-4 -5.171966,-8.9e-4 m -2.024007,22.444 c 2.816132,-1e-5 5.632262,-2e-5 8.448391,-3e-5 4.56e-4,-2.64572 9.1e-4,-5.29144 0.0014,-7.93716 -5.637754,-2e-5 -11.275514,-5e-5 -16.913281,-7e-5 4.48e-4,2.6457 8.94e-4,5.29139 0.0013,7.93709 5.639668,-2e-5 11.279329,-5e-5 16.918984,-7e-5 4.39e-4,-2.64571 8.77e-4,-5.29143 0.0013,-7.93714 -0.03972,0 -0.07944,0 -0.119166,0 m 27.325498,-18.3087 -17.328914,7.36254 m 21.261664,1.45287 -0.93476,0.39715 m 0.9253,12.30443 14.19828,5.93971" + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.23003563;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" + d="m 650.1385,82.874465 c -10.14856,3.782654 -20.17926,7.700083 -30.11698,11.72366 3e-5,-0.006 -0.20482,33.232065 -0.20478,33.226075 10.46549,4.53108 20.80642,9.17856 30.98016,13.96537 M 633.88611,89.913445 c -4.37599,1.711249 -8.73217,3.445238 -13.07064,5.199586 10e-6,-4.22e-4 -0.0731,11.184859 -0.0731,11.184439 m 0.3725,-3.80674 c 2e-5,-0.002 -0.17666,25.85227 -0.17665,25.8502 14.60689,6.33968 28.96767,12.90811 42.96621,19.76778 m -31.32028,-14.07007 c 25.19819,11.26699 49.55187,23.27873 72.44648,36.3659 1.42471,-2.72961 2.86128,-5.45544 4.31003,-8.17738 m -6.9747,6.68407 c 0.92932,0.52537 1.85629,1.05248 2.78088,1.58133 4.58589,-8.78001 9.29471,-17.52088 14.13698,-26.21901 -6.95333,-3.77163 -14.01978,-7.44184 -21.18454,-11.01929 m 1.28755,-0.18569 c -14.81139,-7.42465 -30.04545,-14.44997 -45.57119,-21.15245 12.62262,-4.62919 25.39834,-9.03993 38.37684,-13.17341 m -18.736,22.83496 c -6.26352,-2.87301 -12.58606,-5.68603 -18.95852,-8.44437 23.14013,-8.47831 46.79246,-16.218619 71.2638,-22.85755 -0.22881,-0.662606 -0.45833,-1.325109 -0.68856,-1.987508 M 654.01463,113.139 c -2.7e-4,-1.2e-4 -0.7157,-0.30906 -0.71597,-0.30917 23.13517,-8.5031 46.78037,-16.274199 71.2423,-22.950019 -2.81543,-8.107892 -5.73743,-16.200324 -8.75838,-24.277065 m -26.0906,33.266668 C 700.9826,95.2376 712.42531,91.81337 724.05294,88.63561 723.6003,87.337599 723.14495,86.039985 722.6869,84.742768 m -0.61698,6.067377 c 0.81695,-0.226028 1.6348,-0.450842 2.45357,-0.674428 -3.17915,-9.162957 -6.49443,-18.306184 -9.93482,-27.429347 -0.62065,0.179639 -1.24074,0.359926 -1.86026,0.540855 m 11.24057,25.511777 c -3e-5,7e-6 0.25989,-0.07102 0.25987,-0.07101 -3.19279,-9.161294 -6.52126,-18.302817 -9.97442,-27.424233 -10.91387,3.159213 -21.65318,6.518244 -32.24401,10.04705 m 11.85645,-2.486221 c -23.89063,7.594747 -46.99669,16.092552 -69.6095,25.158099 m -0.43504,1.234896 c -0.86163,0.346106 -1.72255,0.693034 -2.58277,1.040765 0,-6.34e-4 -0.0817,11.715584 -0.0816,11.714954 m -1.1452,-4.62256 c 2e-5,-0.003 -0.15748,25.97022 -0.15747,25.96764 19.67826,8.52466 38.91018,17.46103 57.41168,26.96201 m -5.18017,-4.09637 c 11.17724,5.62986 22.1038,11.4573 32.71864,17.51516 1.06549,-2.04103 2.13762,-4.07996 3.21651,-6.11673 m -16.16776,-0.69646 c 4.49775,2.43586 8.94607,4.90905 13.34063,7.42189 4.58695,-8.78083 9.2969,-17.5225 14.14034,-26.22142 -13.91794,-7.55008 -28.28862,-14.69392 -42.99342,-21.50079 m 3.21074,0.98686 c -8.79479,-4.11181 -17.71249,-8.10054 -26.7275,-11.98114 9.58226,-3.52312 19.25253,-6.92117 29.03252,-10.1684 m -6.29117,3.40887 c 16.00699,-5.451544 32.29632,-10.509546 48.965,-15.059102 -2.7328,-7.869445 -5.56598,-15.724327 -8.49254,-23.564436 m 9.71391,23.600286 c 0,0 0.0757,-0.02053 0.0757,-0.02053 -3.16863,-9.16775 -6.47406,-18.315717 -9.90529,-27.443567 -14.81942,4.262317 -29.3167,8.895683 -43.55719,13.824889 m 47.96342,-1.486613 c -1.4697,-4.050884 -2.96505,-8.097851 -4.48508,-12.14087 -10.36572,2.9834 -20.57391,6.148352 -30.64696,9.469099 m 34.56573,1.426708 c -1.47522,-4.049947 -2.97598,-8.095973 -4.5013,-12.138051 -19.92422,5.742688 -39.26545,12.153458 -58.18225,19.049877 m 27.30054,-7.799146 c -7.20357,2.383909 -14.33829,4.847277 -21.41236,7.380658 m 13.91885,-6.240903 c -18.55555,6.311359 -36.66528,13.133939 -54.4718,20.303685 M 522.52817,91.33976 c -3.71543,1.71506 -7.42434,3.436 -11.12792,5.16192 -5e-5,-0.0011 0.51202,11.70155 0.51197,11.70043 m -1.1665,-9.974259 c -2e-5,7e-6 -0.1003,0.04677 -0.10032,0.04678 -4.8e-4,-0.01106 1.45486,33.189163 1.45438,33.178103 14.55619,5.39325 29.02314,10.86367 43.33703,16.46536 m -44.30747,-34.95594 c -1.2e-4,-0.003 0.7663,17.43323 0.76618,17.43044 2.49473,0.92408 4.98688,1.85041 7.47614,2.77928 m -7.7994,-15.73106 c -6e-5,-0.001 0.55121,12.57744 0.55114,12.57602 16.53443,6.12668 32.95588,12.35293 49.17089,18.75796 m -49.99946,-25.64531 c -2e-5,-4.2e-4 0.29602,6.72016 0.296,6.71974 21.69281,8.03096 43.19288,16.23183 64.28933,24.78141 m -55.73533,-22.29122 c 16.28128,6.07809 32.43879,12.26569 48.38274,18.6389 m -29.93723,-10.07554 c 13.09037,4.99891 26.07571,10.08848 38.90831,15.30914 4.92668,2.00718 9.8291,4.03142 14.70284,6.07511 m -42.55877,-18.2672 c 9.34563,3.62215 18.63091,7.2968 27.83828,11.03885 8.29429,3.37568 16.52059,6.79982 24.65785,10.28374 2.01069,-4.82106 4.0379,-9.63863 6.08313,-14.45221 m -27.09237,6.5496 c 6.76797,2.77515 13.48798,5.5838 20.1485,8.43215 3.83273,-9.20444 7.72504,-18.39642 11.68744,-27.57238 -2.66279,-1.06701 -5.33349,-2.1269 -8.01145,-3.18005 m -17.67348,24.80831 c -4e-4,-1.7e-4 0.71089,0.29523 0.71049,0.29506 m 0.1423,0.48985 c 4.49734,1.87003 8.97142,3.75596 13.41882,5.65962 m -10.07756,-3.99132 c 3.3045,1.3838 6.59589,2.77646 9.8728,4.17875 3.83071,-9.20427 7.72094,-18.39609 11.68121,-27.57188 -4.68156,-1.87698 -9.38775,-3.73191 -14.11494,-5.56693 m -3.47113,28.46889 c 2.5033,1.05562 4.99884,2.11653 7.48603,3.18308 3.84259,-9.20093 7.74586,-18.38896 11.72032,-27.56052 -12.40258,-4.98562 -24.97809,-9.81439 -37.65896,-14.52577 -3.82029,-1.41856 -7.65021,-2.82596 -11.48865,-4.22321 m 48.53743,21.60948 c -1.7e-4,3.9e-4 0.39562,-0.91482 0.39545,-0.91442 -12.31989,-4.95543 -24.81309,-9.75643 -37.41315,-14.4418 0,0 0,0 0,0 -0.002,-6.7e-4 -1.5944,-0.59165 -1.59619,-0.59232 m 14.92841,5.28033 c -4.43048,-1.68898 -8.87723,-3.36174 -13.33731,-5.02001 -10.81095,-4.01704 -21.70034,-7.94452 -32.64285,-11.80547 3.60406,-1.59938 7.21381,-3.19151 10.83032,-4.77558 m 3.29087,8.88546 c -4.50086,-1.62052 -9.01254,-3.22799 -13.53326,-4.82404 10.49312,-4.65332 21.03521,-9.24496 31.65268,-13.754413 6.66805,-2.833165 13.36682,-5.635506 20.10392,-8.398021 M 554.26188,116.4854 c -2.78093,-0.99529 -5.56581,-1.98581 -8.35423,-2.97194 3.53011,-1.56467 7.06571,-3.12228 10.60782,-4.67206 m -6.28217,1.12112 c 8.75211,-3.85687 17.54116,-7.66857 26.38242,-11.423276 6.20558,-2.636402 12.43772,-5.246109 18.70256,-7.821867 M 565.235,104.41462 c 1.69001,-0.73028 3.38168,-1.45864 5.07513,-2.185 m -3.7095,0.27093 c 3.32978,-1.43549 6.66623,-2.863461 10.01016,-4.283286 12.05562,-5.120857 24.21185,-10.14093 36.5136,-15.007053 -3.81958,-8.195982 -7.69977,-16.37731 -11.6316,-24.543711 m 7.66441,15.992954 c -2.66865,-5.659947 -5.36479,-11.312843 -8.08546,-16.958599 -6.13403,2.520537 -12.22664,5.07595 -18.28339,7.659824 m 21.84963,0.238651 c -1.20001,-2.513838 -2.40514,-5.026273 -3.61513,-7.537296 -5.45027,2.240821 -10.8679,4.509159 -16.25681,6.80051 m 12.33523,-6.475731 c -6.71383,2.781303 -13.37891,5.602978 -20.0026,8.456552 m 5.22342,-1.425141 c -2.06169,0.880321 -4.11923,1.763923 -6.17285,2.650552 -21.36486,9.204436 -42.34641,18.729808 -63.15655,28.416385 m 73.147,-32.390491 c -3.33946,1.415917 -6.66778,2.840803 -9.98587,4.27359 -14.08986,6.07131 -28.0133,12.282249 -41.83112,18.58698 m 34.13476,-15.102029 c -13.55068,5.91156 -26.95662,11.945573 -40.2726,18.06074 m 39.16746,-18.497686 c -10.0099,4.372426 -19.94106,8.811076 -29.81557,13.299296 m 19.59876,-7.374448 c -15.5269,6.890006 -30.88255,13.927354 -46.15087,21.048813 -1e-4,-0.0022 0.70303,16.025174 0.70293,16.022934 m 0.87606,-18.197656 c -1.8e-4,8.6e-5 -0.35811,0.166728 -0.35829,0.166814 m 1.0845,0.822688 c -0.004,0.0019 -1.6924,0.788526 -1.69655,0.790459 -1.3e-4,-0.0029 0.8415,19.229225 0.84138,19.226345 m 0.27161,-20.309876 c -7.4e-4,3.43e-4 -0.7139,0.332478 -0.71464,0.332822 -4.1e-4,-0.0093 1.44551,33.189744 1.44511,33.180454 11.28037,4.18384 22.50704,8.41503 33.65029,12.71877 m -35.32335,-28.4736 c -1.1e-4,-0.002 0.69833,15.95299 0.69823,15.95058 17.67847,6.5524 35.2262,13.2193 52.52889,20.09755 m -13.02772,-5.47913 c 6.6484,2.58631 13.26536,5.19988 19.84453,7.84608 m -14.54076,-5.47895 c 3.37538,1.32474 6.74215,2.65692 10.09948,3.99724 m -5.39576,-1.55957 c 5.19891,2.05665 10.37627,4.13181 15.52899,6.22812 7.99932,3.25904 15.93464,6.56309 23.78707,9.92231 3.57334,-8.58229 7.19846,-17.15376 10.88388,-25.71151 m -48.34699,8.62713 c 4.56751,1.81107 9.1183,3.63669 13.65027,5.47863 8.54576,3.47808 17.01964,7.00763 25.39866,10.60104 1.91828,-4.59494 3.85169,-9.18667 5.80151,-13.77474 m -41.52622,0.53198 c 3.46016,1.38089 6.91028,2.77041 10.34944,4.16935 8.32169,3.38981 16.57422,6.82834 24.73632,10.32703 3.83666,-9.20168 7.7334,-18.39069 11.70074,-27.56344 -5.91972,-2.37789 -11.87907,-4.72026 -17.87072,-7.03142 m 13.95401,4.36254 c -0.002,-8.8e-4 -1.79942,-0.71399 -1.80164,-0.71487 m 0.2527,1.27065 c -10.383,-4.11626 -20.88016,-8.12817 -31.45225,-12.05866 -10.56518,-3.92547 -21.20529,-7.76542 -31.89671,-11.54133 -0.0133,0.006 3.635,-1.60838 3.62171,-1.60249 m 48.06573,20.84643 c -4.71759,-1.82299 -9.45546,-3.6265 -14.21001,-5.41264 m 2.40102,-0.24272 c -2.66027,-1.00343 -5.32589,-2.00128 -7.99623,-2.99393 -10.42273,-3.87217 -20.91774,-7.66119 -31.46237,-11.38766 -0.0155,0.007 3.94408,-1.74398 3.92858,-1.73711 m 20.40457,11.06315 c -7.93034,-2.90965 -15.89953,-5.77414 -23.89767,-8.60246 5.07406,-2.24838 10.15954,-4.48219 15.25944,-6.69909 m -13.61623,6.67486 c -0.009,-0.003 -3.05456,-1.0798 -3.06326,-1.08288 10.62529,-4.71174 21.30067,-9.36051 32.05354,-13.925016 7.17818,-3.048345 14.3921,-6.060956 21.6512,-9.026612 m -8.83851,3.867272 c 7.88156,-3.275909 15.81224,-6.50137 23.80435,-9.661803 -0.90946,-1.951272 -1.82236,-3.901714 -2.73857,-5.851321 m 2.26344,3.123577 c -3.69749,-7.913834 -7.45102,-15.813948 -11.25251,-23.700094 -8.52807,3.498878 -16.97554,7.065434 -25.35735,10.682462 -4.89403,2.107372 -9.76789,4.231576 -14.62411,6.370693 M 445.26039,104.95921 c 8.95388,-0.41892 2.48979,-0.11655 11.44367,-0.53548 m -10.32304,0.17021 c 17.33763,-0.81148 34.68486,-1.62857 52.04397,-2.35972 0,2e-5 -0.46265,-11.003332 -0.46265,-11.003312 m -45.86181,13.509922 c 10.91924,-0.51039 21.84207,-1.01902 32.76909,-1.50304 m -10.72124,-0.82499 c 8.06799,-0.36738 16.13864,-0.72541 24.21221,-1.06487 0.002,0.0443 -1.33278,-31.644013 -1.33091,-31.599662 -6.59015,0.277373 -13.17046,0.56677 -19.74107,0.863273 m 2.25648,0.535649 c -7.33994,0.328149 -36.12847,1.680751 -43.46841,2.0089 m 35.77564,-0.870908 c -10.87947,0.497595 -31.75687,1.489268 -42.63634,1.986863 m 3.35972,-1.504318 c 0.3926,-0.01824 -9.26877,0.428031 -8.87616,0.409785 -0.001,-0.02231 1.44585,31.619878 1.44483,31.597578 0.10319,-0.005 5.20958,-0.23887 5.31278,-0.24357 m -0.204,-30.764537 c 0.20259,-0.0094 -6.92127,0.318259 -6.71869,0.308893 -9.8e-4,-0.02167 1.4404,31.616444 1.43942,31.594774 0.18506,-0.008 6.8961,-0.31721 7.08117,-0.32567 m -6.69282,-6.800653 c 0,-4e-6 0.31803,6.962623 0.31803,6.962613 0.24334,-0.0111 7.70728,-0.35517 7.95063,-0.3663 m -8.35399,-1.37173 c 0,0 0.0827,1.80758 0.0827,1.80758 3.05198,-0.1396 22.3444,-1.0416 25.39639,-1.1812 m 20.54411,-1.2031 c 8.98415,-0.412 17.97129,-0.81375 26.96173,-1.19252 0.002,0.0378 -1.33278,-31.63929 -1.33119,-31.601527 -10.17041,0.427735 -20.31779,0.884055 -30.44258,1.350874 m 30.68618,-0.727576 c -20.40162,0.859073 -40.71202,1.833698 -60.93492,2.777862 m 28.41956,-1.684043 c -4.22241,0.195401 -19.86403,0.929934 -24.08644,1.125334 m 22.1757,-1.068146 c -22.67755,1.053109 -16.70814,0.783245 -39.38568,1.836354 -1.5e-4,-0.0032 0.53526,11.761592 0.53512,11.758434 M 456.1832,71.641038 c -107.36134,5.003653 74.40662,-3.471827 -32.95473,1.531826 -1e-4,-0.0021 0.45249,9.905361 0.45239,9.903239 m 25.13451,-10.51949 c 11.4671,-0.537186 -36.69231,1.710473 -25.2252,1.173287 -0.001,-0.02348 1.44302,31.62008 1.44195,31.5966 6.6279,-0.30246 28.48629,-1.33026 35.11418,-1.63271 m -34.01894,1.55836 c 13.40919,-0.61298 30.78484,-1.43956 44.19403,-2.05254 m -9.57076,1.21557 c 12.84616,-0.59866 25.69743,-1.18654 38.55477,-1.72643 0.003,0.0687 -1.20262,-28.704057 -1.19974,-28.635325 m -20.19182,84.780915 c -0.21095,0.01 8.4496,-0.38049 8.23866,-0.3709 m -8.41928,0.49644 c 7.79043,-0.35497 15.56308,-0.70026 23.31815,-1.02742 0.007,0.17634 -1.454,-34.6511 -1.4466,-34.47476 -7.23283,0.30431 -14.47011,0.62392 -21.71203,0.95211 m 9.43944,34.49334 c 4.35639,-0.19382 8.70719,-0.3835 13.05244,-0.56757 0.003,0.0658 -1.45774,-34.5418 -1.45496,-34.47597 -0.0566,0.002 -5.57856,0.23811 -5.63518,0.2405 m 7.67487,28.58015 c 0,0 -0.41001,-9.7569 -0.41001,-9.7569 m 0.84075,6.75642 c 0.001,0.0345 -1.11266,-26.54189 -1.11121,-26.50737 -17.97928,0.75466 -35.9856,1.60511 -54.02154,2.44839 m 55.02012,23.80444 c 0.006,0.15291 -0.85594,-20.44976 -0.84954,-20.29685 m 0.21926,1.51521 c 3.2e-4,0.007 -0.35057,-8.37981 -0.35026,-8.37231 -10.56586,0.44235 -21.14047,0.91781 -31.72435,1.40548 m 9.07711,1.51928 c -17.08329,0.77653 -35.79512,1.67755 -52.8784,2.45408 -0.001,-0.0288 1.56889,34.50005 1.56758,34.4713 0.0578,-0.003 4.17177,-0.18968 4.22958,-0.1923 m -4.9898,-19.88838 c -3.9e-4,-0.009 0.87703,19.28511 0.87665,19.27657 18.52645,-0.84154 35.36,-1.65485 53.88645,-2.49639 m 11.79881,0.19044 c -0.15813,0.007 8.99192,-0.38652 8.83379,-0.37961 0,-8e-5 -1.43645,-34.11648 -1.43645,-34.11656 m -1.69544,33.35022 c -0.0262,0.001 3.81656,-0.16211 3.79034,-0.16098 0.0154,0.36787 -1.45891,-34.8442 -1.44351,-34.47633 -0.0214,9e-4 -3.51047,0.14833 -3.53187,0.14923 m 4.61961,19.10903 c 0.004,0.0846 -0.7849,-18.76637 -0.78136,-18.68176 -24.53906,1.02942 -49.13067,2.23808 -73.78157,3.36404 m 73.39732,-3.66621 c 0,0 -0.0474,-1.127 -0.0474,-1.127 -8.93561,0.37444 -17.87754,0.77245 -26.82607,1.18138 m 15.15017,0.12669 c -0.22973,0.0101 -9.6171,0.43046 -9.84682,0.44058 m 1.52062,0.345 c -16.3477,0.7365 -38.85642,1.81571 -55.20412,2.55222 -0.001,-0.024 1.47399,32.4516 1.4729,32.4276 m 40.34206,-35.16508 c -25.57791,1.18495 -15.88789,0.74325 -41.4658,1.92819 -7.8e-4,-0.0171 1.20903,26.53287 1.20826,26.51578 m 24.69612,-28.18016 c 9.38054,-0.43806 -35.6539,1.65382 -26.27337,1.21576 -0.001,-0.0299 1.57081,34.49549 1.56944,34.46557 0.0759,-0.003 4.73497,-0.21628 4.81082,-0.21973 m -2.79194,-33.16411 c 0.024,-0.001 -2.59955,0.11863 -2.57551,0.11753 -3.8e-4,-0.008 0.81071,17.75552 0.81033,17.74722 m -1.05401,-3.95996 c -4.1e-4,-0.009 0.893,19.58434 0.89259,19.57526 0.0996,-0.005 5.38625,-0.24533 5.48582,-0.24984 m -0.33746,0.29461 c 18.09098,-0.82865 28.05353,-1.30984 46.14451,-2.13849 m -30.04522,0.96991 c 1.36603,-0.0638 6.13168,-0.28688 7.4977,-0.35072 m -6.93486,1.30994 c 17.84352,-0.83316 35.59379,-1.67094 53.25327,-2.41376 0.001,0.025 -0.89264,-21.27401 -0.89159,-21.24898 M 645.80356,40.256829 c -23.8913,8.70051 -47.01068,18.108537 -69.65321,27.884575 -12.80286,5.515966 -25.46813,11.14719 -38.04142,16.859298 m 110.06361,-0.565846 c -1.94967,0.731567 -3.89505,1.468057 -5.83632,2.209266 m -8.16639,48.076008 c 27.78565,12.47688 54.52593,25.87031 79.39341,40.62548" + id="path5392" /> + x2="208.0477" + y1="171.69249" + x1="194.11444" + id="linearGradient5447" + xlink:href="#linearGradient5445" /> - - - - - - - - - - - - - - - - - - - - - @@ -773,65 +194,61 @@ + + + (C) 2018 David Lettier + + + transform="translate(-61.701405,-187.92013)" + id="layer1"> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:40px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';text-align:start;letter-spacing:0.38999996px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4670);stroke-width:1.13385832;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" + id="flowRoot4616" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:40px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';text-align:start;letter-spacing:0.38999996px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4678);stroke-width:1.13385832;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers" + id="flowRoot4650" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:42.66666794px;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Bold';text-align:start;letter-spacing:-2.850003px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#373737;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="flowRoot4642" /> + ry="2.3587098" + y="206.27705" + x="59.818722" + height="77.735466" + width="77.735458" + id="rect5250" + style="opacity:1;fill:url(#linearGradient5260);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.31037128;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" /> + d="m 125.5315,229.54802 c -3.34965,-1.30393 -6.69931,-2.60787 -10.04896,-3.9118 5.21848,-2.15262 10.43696,-4.30525 15.65545,-6.45787 -0.92835,-2.01253 -1.85669,-4.02505 -2.78504,-6.03758 -6.83922,2.90641 -13.67843,5.81282 -20.51763,8.71921 0.0104,2.54721 0.0208,5.09442 0.0312,7.64163 6.86079,2.8724 13.7216,5.74479 20.58242,8.61717 0.90892,-2.11466 1.81783,-4.22931 2.72675,-6.34397 -1.76975,-0.68894 -3.53951,-1.37789 -5.30926,-2.06683 m -2.62477,-4.90221 c 3.04901,-1.25752 6.09801,-2.51505 9.14702,-3.77257 -0.92751,-2.01274 -1.85501,-4.02549 -2.78252,-6.03823 -2.59416,1.10259 -5.18831,2.20519 -7.78247,3.30778 m 5.56493,-1.53082 c -5.40972,2.29966 -10.81943,4.59932 -16.22916,6.89899 0.0117,2.54697 0.0234,5.09394 0.0352,7.64091 6.86463,2.8717 13.72924,5.74341 20.59384,8.61511 0.91009,-2.11486 1.82018,-4.22973 2.73027,-6.3446 -5.23684,-2.04024 -10.47368,-4.08049 -15.71053,-6.12073 0.75831,-0.31271 1.51662,-0.62542 2.27492,-0.93812 m -14.17992,-7.36348 c -0.76309,-1.65493 -1.52619,-3.30987 -2.28928,-4.9648 -6.839321,2.90343 -13.678636,5.80688 -20.517944,8.71032 0.01054,2.5462 0.02107,5.0924 0.03161,7.6386 6.860547,2.86946 13.721102,5.73892 20.581665,8.60838 0.90903,-2.11556 1.81807,-4.23112 2.72711,-6.34668 -5.23993,-2.04195 -10.479854,-4.08389 -15.719772,-6.12583 3.538493,-1.46115 7.076989,-2.9223 10.615482,-4.38345 m -9.578035,6.75815 c -0.379995,-0.14802 -0.759989,-0.29603 -1.139983,-0.44404 5.220982,-2.15291 10.441958,-4.30583 15.662928,-6.45875 -0.54602,-1.18498 -1.09203,-2.36995 -1.63805,-3.55493 m -30.759591,4.52156 c 2.327107,-4.2e-4 4.654213,-8.4e-4 6.981318,-0.001 4.72e-4,-2.42569 9.42e-4,-4.85139 0.0014,-7.27708 -5.608879,-0.001 -11.217765,-0.002 -16.826659,-0.003 4.62e-4,2.42483 9.24e-4,4.84967 0.0014,7.2745 5.611028,-9.8e-4 11.22205,-0.002 16.833063,-0.003 4.54e-4,-2.42568 9.07e-4,-4.85135 0.0014,-7.27703 -1.723988,-3e-4 -3.447976,-5.9e-4 -5.171966,-8.9e-4 m -2.024007,22.444 c 2.816132,-1e-5 5.632262,-2e-5 8.448391,-3e-5 4.56e-4,-2.64572 9.1e-4,-5.29144 0.0014,-7.93716 -5.637754,-2e-5 -11.275514,-5e-5 -16.913281,-7e-5 4.48e-4,2.6457 8.94e-4,5.29139 0.0013,7.93709 5.639668,-2e-5 11.279329,-5e-5 16.918984,-7e-5 4.39e-4,-2.64571 8.77e-4,-5.29143 0.0013,-7.93714 -0.03972,0 -0.07944,0 -0.119166,0 m 27.325498,-18.3087 -17.328914,7.36254 m 21.261664,1.45287 -0.93476,0.39715 m 0.9253,12.30443 14.19828,5.93971" + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#2a144d;stroke-width:0.23003563;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="font-style:normal;font-variant:normal;font-weight:800;font-stretch:normal;font-size:57.54236603px;line-height:125%;font-family:'Fira Sans';-inkscape-font-specification:'Fira Sans Ultra-Bold';text-align:start;letter-spacing:-1.70070565px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#2a144d;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke" + d="m 650.1385,82.874465 c -10.14856,3.782654 -20.17926,7.700083 -30.11698,11.72366 3e-5,-0.006 -0.20482,33.232065 -0.20478,33.226075 10.46549,4.53108 20.80642,9.17856 30.98016,13.96537 M 633.88611,89.913445 c -4.37599,1.711249 -8.73217,3.445238 -13.07064,5.199586 10e-6,-4.22e-4 -0.0731,11.184859 -0.0731,11.184439 m 0.3725,-3.80674 c 2e-5,-0.002 -0.17666,25.85227 -0.17665,25.8502 14.60689,6.33968 28.96767,12.90811 42.96621,19.76778 m -31.32028,-14.07007 c 25.19819,11.26699 49.55187,23.27873 72.44648,36.3659 1.42471,-2.72961 2.86128,-5.45544 4.31003,-8.17738 m -6.9747,6.68407 c 0.92932,0.52537 1.85629,1.05248 2.78088,1.58133 4.58589,-8.78001 9.29471,-17.52088 14.13698,-26.21901 -6.95333,-3.77163 -14.01978,-7.44184 -21.18454,-11.01929 m 1.28755,-0.18569 c -14.81139,-7.42465 -30.04545,-14.44997 -45.57119,-21.15245 12.62262,-4.62919 25.39834,-9.03993 38.37684,-13.17341 m -18.736,22.83496 c -6.26352,-2.87301 -12.58606,-5.68603 -18.95852,-8.44437 23.14013,-8.47831 46.79246,-16.218619 71.2638,-22.85755 -0.22881,-0.662606 -0.45833,-1.325109 -0.68856,-1.987508 M 654.01463,113.139 c -2.7e-4,-1.2e-4 -0.7157,-0.30906 -0.71597,-0.30917 23.13517,-8.5031 46.78037,-16.274199 71.2423,-22.950019 -2.81543,-8.107892 -5.73743,-16.200324 -8.75838,-24.277065 m -26.0906,33.266668 C 700.9826,95.2376 712.42531,91.81337 724.05294,88.63561 723.6003,87.337599 723.14495,86.039985 722.6869,84.742768 m -0.61698,6.067377 c 0.81695,-0.226028 1.6348,-0.450842 2.45357,-0.674428 -3.17915,-9.162957 -6.49443,-18.306184 -9.93482,-27.429347 -0.62065,0.179639 -1.24074,0.359926 -1.86026,0.540855 m 11.24057,25.511777 c -3e-5,7e-6 0.25989,-0.07102 0.25987,-0.07101 -3.19279,-9.161294 -6.52126,-18.302817 -9.97442,-27.424233 -10.91387,3.159213 -21.65318,6.518244 -32.24401,10.04705 m 11.85645,-2.486221 c -23.89063,7.594747 -46.99669,16.092552 -69.6095,25.158099 m -0.43504,1.234896 c -0.86163,0.346106 -1.72255,0.693034 -2.58277,1.040765 0,-6.34e-4 -0.0817,11.715584 -0.0816,11.714954 m -1.1452,-4.62256 c 2e-5,-0.003 -0.15748,25.97022 -0.15747,25.96764 19.67826,8.52466 38.91018,17.46103 57.41168,26.96201 m -5.18017,-4.09637 c 11.17724,5.62986 22.1038,11.4573 32.71864,17.51516 1.06549,-2.04103 2.13762,-4.07996 3.21651,-6.11673 m -16.16776,-0.69646 c 4.49775,2.43586 8.94607,4.90905 13.34063,7.42189 4.58695,-8.78083 9.2969,-17.5225 14.14034,-26.22142 -13.91794,-7.55008 -28.28862,-14.69392 -42.99342,-21.50079 m 3.21074,0.98686 c -8.79479,-4.11181 -17.71249,-8.10054 -26.7275,-11.98114 9.58226,-3.52312 19.25253,-6.92117 29.03252,-10.1684 m -6.29117,3.40887 c 16.00699,-5.451544 32.29632,-10.509546 48.965,-15.059102 -2.7328,-7.869445 -5.56598,-15.724327 -8.49254,-23.564436 m 9.71391,23.600286 c 0,0 0.0757,-0.02053 0.0757,-0.02053 -3.16863,-9.16775 -6.47406,-18.315717 -9.90529,-27.443567 -14.81942,4.262317 -29.3167,8.895683 -43.55719,13.824889 m 47.96342,-1.486613 c -1.4697,-4.050884 -2.96505,-8.097851 -4.48508,-12.14087 -10.36572,2.9834 -20.57391,6.148352 -30.64696,9.469099 m 34.56573,1.426708 c -1.47522,-4.049947 -2.97598,-8.095973 -4.5013,-12.138051 -19.92422,5.742688 -39.26545,12.153458 -58.18225,19.049877 m 27.30054,-7.799146 c -7.20357,2.383909 -14.33829,4.847277 -21.41236,7.380658 m 13.91885,-6.240903 c -18.55555,6.311359 -36.66528,13.133939 -54.4718,20.303685 M 522.52817,91.33976 c -3.71543,1.71506 -7.42434,3.436 -11.12792,5.16192 -5e-5,-0.0011 0.51202,11.70155 0.51197,11.70043 m -1.1665,-9.974259 c -2e-5,7e-6 -0.1003,0.04677 -0.10032,0.04678 -4.8e-4,-0.01106 1.45486,33.189163 1.45438,33.178103 14.55619,5.39325 29.02314,10.86367 43.33703,16.46536 m -44.30747,-34.95594 c -1.2e-4,-0.003 0.7663,17.43323 0.76618,17.43044 2.49473,0.92408 4.98688,1.85041 7.47614,2.77928 m -7.7994,-15.73106 c -6e-5,-0.001 0.55121,12.57744 0.55114,12.57602 16.53443,6.12668 32.95588,12.35293 49.17089,18.75796 m -49.99946,-25.64531 c -2e-5,-4.2e-4 0.29602,6.72016 0.296,6.71974 21.69281,8.03096 43.19288,16.23183 64.28933,24.78141 m -55.73533,-22.29122 c 16.28128,6.07809 32.43879,12.26569 48.38274,18.6389 m -29.93723,-10.07554 c 13.09037,4.99891 26.07571,10.08848 38.90831,15.30914 4.92668,2.00718 9.8291,4.03142 14.70284,6.07511 m -42.55877,-18.2672 c 9.34563,3.62215 18.63091,7.2968 27.83828,11.03885 8.29429,3.37568 16.52059,6.79982 24.65785,10.28374 2.01069,-4.82106 4.0379,-9.63863 6.08313,-14.45221 m -27.09237,6.5496 c 6.76797,2.77515 13.48798,5.5838 20.1485,8.43215 3.83273,-9.20444 7.72504,-18.39642 11.68744,-27.57238 -2.66279,-1.06701 -5.33349,-2.1269 -8.01145,-3.18005 m -17.67348,24.80831 c -4e-4,-1.7e-4 0.71089,0.29523 0.71049,0.29506 m 0.1423,0.48985 c 4.49734,1.87003 8.97142,3.75596 13.41882,5.65962 m -10.07756,-3.99132 c 3.3045,1.3838 6.59589,2.77646 9.8728,4.17875 3.83071,-9.20427 7.72094,-18.39609 11.68121,-27.57188 -4.68156,-1.87698 -9.38775,-3.73191 -14.11494,-5.56693 m -3.47113,28.46889 c 2.5033,1.05562 4.99884,2.11653 7.48603,3.18308 3.84259,-9.20093 7.74586,-18.38896 11.72032,-27.56052 -12.40258,-4.98562 -24.97809,-9.81439 -37.65896,-14.52577 -3.82029,-1.41856 -7.65021,-2.82596 -11.48865,-4.22321 m 48.53743,21.60948 c -1.7e-4,3.9e-4 0.39562,-0.91482 0.39545,-0.91442 -12.31989,-4.95543 -24.81309,-9.75643 -37.41315,-14.4418 0,0 0,0 0,0 -0.002,-6.7e-4 -1.5944,-0.59165 -1.59619,-0.59232 m 14.92841,5.28033 c -4.43048,-1.68898 -8.87723,-3.36174 -13.33731,-5.02001 -10.81095,-4.01704 -21.70034,-7.94452 -32.64285,-11.80547 3.60406,-1.59938 7.21381,-3.19151 10.83032,-4.77558 m 3.29087,8.88546 c -4.50086,-1.62052 -9.01254,-3.22799 -13.53326,-4.82404 10.49312,-4.65332 21.03521,-9.24496 31.65268,-13.754413 6.66805,-2.833165 13.36682,-5.635506 20.10392,-8.398021 M 554.26188,116.4854 c -2.78093,-0.99529 -5.56581,-1.98581 -8.35423,-2.97194 3.53011,-1.56467 7.06571,-3.12228 10.60782,-4.67206 m -6.28217,1.12112 c 8.75211,-3.85687 17.54116,-7.66857 26.38242,-11.423276 6.20558,-2.636402 12.43772,-5.246109 18.70256,-7.821867 M 565.235,104.41462 c 1.69001,-0.73028 3.38168,-1.45864 5.07513,-2.185 m -3.7095,0.27093 c 3.32978,-1.43549 6.66623,-2.863461 10.01016,-4.283286 12.05562,-5.120857 24.21185,-10.14093 36.5136,-15.007053 -3.81958,-8.195982 -7.69977,-16.37731 -11.6316,-24.543711 m 7.66441,15.992954 c -2.66865,-5.659947 -5.36479,-11.312843 -8.08546,-16.958599 -6.13403,2.520537 -12.22664,5.07595 -18.28339,7.659824 m 21.84963,0.238651 c -1.20001,-2.513838 -2.40514,-5.026273 -3.61513,-7.537296 -5.45027,2.240821 -10.8679,4.509159 -16.25681,6.80051 m 12.33523,-6.475731 c -6.71383,2.781303 -13.37891,5.602978 -20.0026,8.456552 m 5.22342,-1.425141 c -2.06169,0.880321 -4.11923,1.763923 -6.17285,2.650552 -21.36486,9.204436 -42.34641,18.729808 -63.15655,28.416385 m 73.147,-32.390491 c -3.33946,1.415917 -6.66778,2.840803 -9.98587,4.27359 -14.08986,6.07131 -28.0133,12.282249 -41.83112,18.58698 m 34.13476,-15.102029 c -13.55068,5.91156 -26.95662,11.945573 -40.2726,18.06074 m 39.16746,-18.497686 c -10.0099,4.372426 -19.94106,8.811076 -29.81557,13.299296 m 19.59876,-7.374448 c -15.5269,6.890006 -30.88255,13.927354 -46.15087,21.048813 -1e-4,-0.0022 0.70303,16.025174 0.70293,16.022934 m 0.87606,-18.197656 c -1.8e-4,8.6e-5 -0.35811,0.166728 -0.35829,0.166814 m 1.0845,0.822688 c -0.004,0.0019 -1.6924,0.788526 -1.69655,0.790459 -1.3e-4,-0.0029 0.8415,19.229225 0.84138,19.226345 m 0.27161,-20.309876 c -7.4e-4,3.43e-4 -0.7139,0.332478 -0.71464,0.332822 -4.1e-4,-0.0093 1.44551,33.189744 1.44511,33.180454 11.28037,4.18384 22.50704,8.41503 33.65029,12.71877 m -35.32335,-28.4736 c -1.1e-4,-0.002 0.69833,15.95299 0.69823,15.95058 17.67847,6.5524 35.2262,13.2193 52.52889,20.09755 m -13.02772,-5.47913 c 6.6484,2.58631 13.26536,5.19988 19.84453,7.84608 m -14.54076,-5.47895 c 3.37538,1.32474 6.74215,2.65692 10.09948,3.99724 m -5.39576,-1.55957 c 5.19891,2.05665 10.37627,4.13181 15.52899,6.22812 7.99932,3.25904 15.93464,6.56309 23.78707,9.92231 3.57334,-8.58229 7.19846,-17.15376 10.88388,-25.71151 m -48.34699,8.62713 c 4.56751,1.81107 9.1183,3.63669 13.65027,5.47863 8.54576,3.47808 17.01964,7.00763 25.39866,10.60104 1.91828,-4.59494 3.85169,-9.18667 5.80151,-13.77474 m -41.52622,0.53198 c 3.46016,1.38089 6.91028,2.77041 10.34944,4.16935 8.32169,3.38981 16.57422,6.82834 24.73632,10.32703 3.83666,-9.20168 7.7334,-18.39069 11.70074,-27.56344 -5.91972,-2.37789 -11.87907,-4.72026 -17.87072,-7.03142 m 13.95401,4.36254 c -0.002,-8.8e-4 -1.79942,-0.71399 -1.80164,-0.71487 m 0.2527,1.27065 c -10.383,-4.11626 -20.88016,-8.12817 -31.45225,-12.05866 -10.56518,-3.92547 -21.20529,-7.76542 -31.89671,-11.54133 -0.0133,0.006 3.635,-1.60838 3.62171,-1.60249 m 48.06573,20.84643 c -4.71759,-1.82299 -9.45546,-3.6265 -14.21001,-5.41264 m 2.40102,-0.24272 c -2.66027,-1.00343 -5.32589,-2.00128 -7.99623,-2.99393 -10.42273,-3.87217 -20.91774,-7.66119 -31.46237,-11.38766 -0.0155,0.007 3.94408,-1.74398 3.92858,-1.73711 m 20.40457,11.06315 c -7.93034,-2.90965 -15.89953,-5.77414 -23.89767,-8.60246 5.07406,-2.24838 10.15954,-4.48219 15.25944,-6.69909 m -13.61623,6.67486 c -0.009,-0.003 -3.05456,-1.0798 -3.06326,-1.08288 10.62529,-4.71174 21.30067,-9.36051 32.05354,-13.925016 7.17818,-3.048345 14.3921,-6.060956 21.6512,-9.026612 m -8.83851,3.867272 c 7.88156,-3.275909 15.81224,-6.50137 23.80435,-9.661803 -0.90946,-1.951272 -1.82236,-3.901714 -2.73857,-5.851321 m 2.26344,3.123577 c -3.69749,-7.913834 -7.45102,-15.813948 -11.25251,-23.700094 -8.52807,3.498878 -16.97554,7.065434 -25.35735,10.682462 -4.89403,2.107372 -9.76789,4.231576 -14.62411,6.370693 M 445.26039,104.95921 c 8.95388,-0.41892 2.48979,-0.11655 11.44367,-0.53548 m -10.32304,0.17021 c 17.33763,-0.81148 34.68486,-1.62857 52.04397,-2.35972 0,2e-5 -0.46265,-11.003332 -0.46265,-11.003312 m -45.86181,13.509922 c 10.91924,-0.51039 21.84207,-1.01902 32.76909,-1.50304 m -10.72124,-0.82499 c 8.06799,-0.36738 16.13864,-0.72541 24.21221,-1.06487 0.002,0.0443 -1.33278,-31.644013 -1.33091,-31.599662 -6.59015,0.277373 -13.17046,0.56677 -19.74107,0.863273 m 2.25648,0.535649 c -7.33994,0.328149 -36.12847,1.680751 -43.46841,2.0089 m 35.77564,-0.870908 c -10.87947,0.497595 -31.75687,1.489268 -42.63634,1.986863 m 3.35972,-1.504318 c 0.3926,-0.01824 -9.26877,0.428031 -8.87616,0.409785 -0.001,-0.02231 1.44585,31.619878 1.44483,31.597578 0.10319,-0.005 5.20958,-0.23887 5.31278,-0.24357 m -0.204,-30.764537 c 0.20259,-0.0094 -6.92127,0.318259 -6.71869,0.308893 -9.8e-4,-0.02167 1.4404,31.616444 1.43942,31.594774 0.18506,-0.008 6.8961,-0.31721 7.08117,-0.32567 m -6.69282,-6.800653 c 0,-4e-6 0.31803,6.962623 0.31803,6.962613 0.24334,-0.0111 7.70728,-0.35517 7.95063,-0.3663 m -8.35399,-1.37173 c 0,0 0.0827,1.80758 0.0827,1.80758 3.05198,-0.1396 22.3444,-1.0416 25.39639,-1.1812 m 20.54411,-1.2031 c 8.98415,-0.412 17.97129,-0.81375 26.96173,-1.19252 0.002,0.0378 -1.33278,-31.63929 -1.33119,-31.601527 -10.17041,0.427735 -20.31779,0.884055 -30.44258,1.350874 m 30.68618,-0.727576 c -20.40162,0.859073 -40.71202,1.833698 -60.93492,2.777862 m 28.41956,-1.684043 c -4.22241,0.195401 -19.86403,0.929934 -24.08644,1.125334 m 22.1757,-1.068146 c -22.67755,1.053109 -16.70814,0.783245 -39.38568,1.836354 -1.5e-4,-0.0032 0.53526,11.761592 0.53512,11.758434 M 456.1832,71.641038 c -107.36134,5.003653 74.40662,-3.471827 -32.95473,1.531826 -1e-4,-0.0021 0.45249,9.905361 0.45239,9.903239 m 25.13451,-10.51949 c 11.4671,-0.537186 -36.69231,1.710473 -25.2252,1.173287 -0.001,-0.02348 1.44302,31.62008 1.44195,31.5966 6.6279,-0.30246 28.48629,-1.33026 35.11418,-1.63271 m -34.01894,1.55836 c 13.40919,-0.61298 30.78484,-1.43956 44.19403,-2.05254 m -9.57076,1.21557 c 12.84616,-0.59866 25.69743,-1.18654 38.55477,-1.72643 0.003,0.0687 -1.20262,-28.704057 -1.19974,-28.635325 m -20.19182,84.780915 c -0.21095,0.01 8.4496,-0.38049 8.23866,-0.3709 m -8.41928,0.49644 c 7.79043,-0.35497 15.56308,-0.70026 23.31815,-1.02742 0.007,0.17634 -1.454,-34.6511 -1.4466,-34.47476 -7.23283,0.30431 -14.47011,0.62392 -21.71203,0.95211 m 9.43944,34.49334 c 4.35639,-0.19382 8.70719,-0.3835 13.05244,-0.56757 0.003,0.0658 -1.45774,-34.5418 -1.45496,-34.47597 -0.0566,0.002 -5.57856,0.23811 -5.63518,0.2405 m 7.67487,28.58015 c 0,0 -0.41001,-9.7569 -0.41001,-9.7569 m 0.84075,6.75642 c 0.001,0.0345 -1.11266,-26.54189 -1.11121,-26.50737 -17.97928,0.75466 -35.9856,1.60511 -54.02154,2.44839 m 55.02012,23.80444 c 0.006,0.15291 -0.85594,-20.44976 -0.84954,-20.29685 m 0.21926,1.51521 c 3.2e-4,0.007 -0.35057,-8.37981 -0.35026,-8.37231 -10.56586,0.44235 -21.14047,0.91781 -31.72435,1.40548 m 9.07711,1.51928 c -17.08329,0.77653 -35.79512,1.67755 -52.8784,2.45408 -0.001,-0.0288 1.56889,34.50005 1.56758,34.4713 0.0578,-0.003 4.17177,-0.18968 4.22958,-0.1923 m -4.9898,-19.88838 c -3.9e-4,-0.009 0.87703,19.28511 0.87665,19.27657 18.52645,-0.84154 35.36,-1.65485 53.88645,-2.49639 m 11.79881,0.19044 c -0.15813,0.007 8.99192,-0.38652 8.83379,-0.37961 0,-8e-5 -1.43645,-34.11648 -1.43645,-34.11656 m -1.69544,33.35022 c -0.0262,0.001 3.81656,-0.16211 3.79034,-0.16098 0.0154,0.36787 -1.45891,-34.8442 -1.44351,-34.47633 -0.0214,9e-4 -3.51047,0.14833 -3.53187,0.14923 m 4.61961,19.10903 c 0.004,0.0846 -0.7849,-18.76637 -0.78136,-18.68176 -24.53906,1.02942 -49.13067,2.23808 -73.78157,3.36404 m 73.39732,-3.66621 c 0,0 -0.0474,-1.127 -0.0474,-1.127 -8.93561,0.37444 -17.87754,0.77245 -26.82607,1.18138 m 15.15017,0.12669 c -0.22973,0.0101 -9.6171,0.43046 -9.84682,0.44058 m 1.52062,0.345 c -16.3477,0.7365 -38.85642,1.81571 -55.20412,2.55222 -0.001,-0.024 1.47399,32.4516 1.4729,32.4276 m 40.34206,-35.16508 c -25.57791,1.18495 -15.88789,0.74325 -41.4658,1.92819 -7.8e-4,-0.0171 1.20903,26.53287 1.20826,26.51578 m 24.69612,-28.18016 c 9.38054,-0.43806 -35.6539,1.65382 -26.27337,1.21576 -0.001,-0.0299 1.57081,34.49549 1.56944,34.46557 0.0759,-0.003 4.73497,-0.21628 4.81082,-0.21973 m -2.79194,-33.16411 c 0.024,-0.001 -2.59955,0.11863 -2.57551,0.11753 -3.8e-4,-0.008 0.81071,17.75552 0.81033,17.74722 m -1.05401,-3.95996 c -4.1e-4,-0.009 0.893,19.58434 0.89259,19.57526 0.0996,-0.005 5.38625,-0.24533 5.48582,-0.24984 m -0.33746,0.29461 c 18.09098,-0.82865 28.05353,-1.30984 46.14451,-2.13849 m -30.04522,0.96991 c 1.36603,-0.0638 6.13168,-0.28688 7.4977,-0.35072 m -6.93486,1.30994 c 17.84352,-0.83316 35.59379,-1.67094 53.25327,-2.41376 0.001,0.025 -0.89264,-21.27401 -0.89159,-21.24898 M 645.80356,40.256829 c -23.8913,8.70051 -47.01068,18.108537 -69.65321,27.884575 -12.80286,5.515966 -25.46813,11.14719 -38.04142,16.859298 m 110.06361,-0.565846 c -1.94967,0.731567 -3.89505,1.468057 -5.83632,2.209266 m -8.16639,48.076008 c 27.78565,12.47688 54.52593,25.87031 79.39341,40.62548" + id="path10202" /> (C) DAVID LETTIER + x="194.04083" + id="tspan4784">(C) DAVID LETTIER diff --git a/packaging/linux/snap/snapcraft.yaml b/packaging/linux/snap/snapcraft.yaml index 215e9e1..daebe72 100644 --- a/packaging/linux/snap/snapcraft.yaml +++ b/packaging/linux/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: movie-monad -version: '0.0.6.1' +version: '0.0.7.0' summary: A free and simple to use video player made with Haskell. type: app description: | @@ -29,8 +29,6 @@ apps: - screen-inhibit-control - optical-drive - removable-media - - raw-usb - - mount-observe - home parts: diff --git a/src/InfoDialog.hs b/src/InfoDialog.hs index 7f87b7d..414e26d 100644 --- a/src/InfoDialog.hs +++ b/src/InfoDialog.hs @@ -27,7 +27,7 @@ addInfoDialogHandler infoDialogButton $ infoDialogButtonReleaseHandler infoDialog -infoDialogButtonReleaseHandler :: GI.Gtk.AboutDialog -> GI.Gdk.EventButton -> IO Bool +infoDialogButtonReleaseHandler :: GI.Gtk.Dialog -> GI.Gdk.EventButton -> IO Bool infoDialogButtonReleaseHandler infoDialog _ = do _ <- GI.Gtk.onDialogResponse infoDialog (\ _ -> GI.Gtk.widgetHide infoDialog) _ <- GI.Gtk.dialogRun infoDialog diff --git a/src/Label.hs b/src/Label.hs new file mode 100644 index 0000000..b69d411 --- /dev/null +++ b/src/Label.hs @@ -0,0 +1,46 @@ +{- + Movie Monad + (C) 2018 David Lettier + lettier.com +-} + +{-# LANGUAGE + NamedFieldPuns +#-} + +module Label where + +import Control.Monad +import Data.Text +import qualified GI.Gtk + +import Utils + +import qualified Records as R + +addLabelHandlers + :: R.Application + -> IO () +addLabelHandlers + R.Application + { R.guiObjects = + R.GuiObjects + { R.infoDialogLabel + } + } + = + handleLabelClick infoDialogLabel + +handleLabelClick + :: GI.Gtk.Label + -> IO () +handleLabelClick + label + = + void $ + GI.Gtk.onLabelActivateLink + label $ + \ uri -> do + openUriWithDefaultProgram + (Data.Text.unpack uri) + return True diff --git a/src/Main.hs b/src/Main.hs index d4e6007..dfd681b 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -13,6 +13,7 @@ module Main where import Prelude import System.Info +import Control.Monad import Data.IORef import Data.Maybe import Data.Text @@ -22,7 +23,6 @@ import GI.GObject import qualified GI.Gtk import GI.Gst import GI.GstVideo -import GI.GdkPixbuf import qualified Records as R import Constants @@ -41,6 +41,7 @@ import WindowWidthSelector import SubtitleSelector import VideoSpeedSelector import Playbin +import Label import ScreensaverAndPowerManagement (disable, enable) import CssStyle import Utils @@ -64,6 +65,7 @@ main = do window <- builderGetObject GI.Gtk.Window builder "window" fileChooserDialogButtonLabel <- builderGetObject GI.Gtk.Label builder "file-chooser-dialog-button-label" fileChooserDialogLabel <- builderGetObject GI.Gtk.Label builder "file-chooser-dialog-label" + infoDialogLabel <- builderGetObject GI.Gtk.Label builder "info-dialog-label" videoLocationEntry <- builderGetObject GI.Gtk.Entry builder "video-location-entry" fileChooserWidget <- builderGetObject GI.Gtk.FileChooserWidget builder "file-chooser-widget" videoWidgetBox <- builderGetObject GI.Gtk.Box builder "video-widget-box" @@ -76,6 +78,7 @@ main = do playPauseButton <- builderGetObject GI.Gtk.Button builder "play-pause-button" fullScreenButton <- builderGetObject GI.Gtk.Button builder "full-screen-button" infoDialogButton <- builderGetObject GI.Gtk.Button builder "info-dialog-button" + infoDialogCloseButton <- builderGetObject GI.Gtk.Button builder "info-dialog-close-button" repeatCheckButton <- builderGetObject GI.Gtk.CheckButton builder "repeat-check-button" volumeButton <- builderGetObject GI.Gtk.VolumeButton builder "volume-button" playImage <- builderGetObject GI.Gtk.Image builder "play-image" @@ -87,15 +90,12 @@ main = do bufferingSpinner <- builderGetObject GI.Gtk.Spinner builder "buffering-spinner" fileChooserDialog <- builderGetObject GI.Gtk.Dialog builder "file-chooser-dialog" errorMessageDialog <- builderGetObject GI.Gtk.MessageDialog builder "error-message-dialog" - infoDialog <- builderGetObject GI.Gtk.AboutDialog builder "info-dialog" - - logoFile <- getDataFileName "data/movie-monad-logo.svg" - logo <- GI.GdkPixbuf.pixbufNewFromFile logoFile - GI.Gtk.aboutDialogSetLogo infoDialog (Just logo) + infoDialog <- builderGetObject GI.Gtk.Dialog builder "info-dialog" -- Glade does not allow us to use the response ID nicknames so we programmatically set them here. GI.Gtk.dialogAddActionWidget fileChooserDialog fileChooserDialogCancelButton (enumToInt32 GI.Gtk.ResponseTypeCancel) GI.Gtk.dialogAddActionWidget fileChooserDialog fileChooserDialogOpenButton (enumToInt32 GI.Gtk.ResponseTypeOk) + GI.Gtk.dialogAddActionWidget infoDialog infoDialogCloseButton (enumToInt32 GI.Gtk.ResponseTypeOk) isWindowFullScreenRef <- newIORef False mouseMovedLastRef <- newIORef 0 @@ -112,11 +112,12 @@ main = do , R.alteringBottomControlsBoxVisibilityRef = alteringBottomControlsBoxVisibilityRef } - playbin <- fromJust <$> GI.Gst.elementFactoryMake "playbin" (Just "MultimediaPlayerPlaybin") + playbin <- fromJust <$> GI.Gst.elementFactoryMake "playbin" (Just "MultimediaPlayerPlaybin") + playbinBus <- fromJust <$> GI.Gst.elementGetBus playbin maybeGtkSink <- GI.Gst.elementFactoryMake "gtksink" (Just "MultimediaPlayerGtkSink") - videoWidget <- + videoWidget <- case maybeGtkSink of - Nothing -> do + Nothing -> do putStrLn "[ERROR] Could not create a \"gtksink\". Please install the GStreamer 1.0 bad plugins version 1.8 or higher." drawingArea <- GI.Gtk.drawingAreaNew GI.Gtk.widgetSetName drawingArea invalidVideoWidgetName @@ -133,26 +134,27 @@ main = do turnOffSubtitles playbin - playbinBus <- GI.Gst.elementGetBus playbin - let guiObjects = R.GuiObjects { R.window = window , R.fileChooserDialogButtonLabel = fileChooserDialogButtonLabel , R.fileChooserDialogLabel = fileChooserDialogLabel + , R.infoDialogLabel = infoDialogLabel , R.videoLocationEntry = videoLocationEntry , R.fileChooserWidget = fileChooserWidget , R.fileChooserDialogCancelButton = fileChooserDialogCancelButton , R.fileChooserDialogOpenButton = fileChooserDialogOpenButton - , R.videoWidget = videoWidget - , R.topControlsBox = topControlsBox - , R.bottomControlsBox = bottomControlsBox - , R.seekScale = seekScale + , R.infoDialogCloseButton = infoDialogCloseButton , R.fileChooserDialogButton = fileChooserDialogButton , R.playPauseButton = playPauseButton , R.fullScreenButton = fullScreenButton , R.volumeButton = volumeButton , R.repeatCheckButton = repeatCheckButton + , R.infoDialogButton = infoDialogButton + , R.videoWidget = videoWidget + , R.topControlsBox = topControlsBox + , R.bottomControlsBox = bottomControlsBox + , R.seekScale = seekScale , R.playImage = playImage , R.pauseImage = pauseImage , R.fileChooserDialogButtonImage = fileChooserDialogButtonImage @@ -162,7 +164,6 @@ main = do , R.bufferingSpinner = bufferingSpinner , R.errorMessageDialog = errorMessageDialog , R.fileChooserDialog = fileChooserDialog - , R.infoDialogButton = infoDialogButton , R.infoDialog = infoDialog } @@ -187,6 +188,7 @@ main = do addInfoDialogHandler application addKeyboardEventHandler application addErrorMessageDialogHandler application + addLabelHandlers application let operatingSystem = System.Info.os screenAndPowerManagementActions <- ScreensaverAndPowerManagement.disable operatingSystem @@ -205,8 +207,10 @@ builderGetObject :: (GI.GObject.GObject b, GI.Gtk.IsBuilder a) => (Data.GI.Base.ManagedPtr b -> b) -> a - -> Prelude.String + -> String -> IO b -builderGetObject objectTypeClass builder objectId = - fromJust <$> GI.Gtk.builderGetObject builder (pack objectId) >>= - GI.Gtk.unsafeCastTo objectTypeClass +builderGetObject objectTypeClass builder objectId = do + maybeObject <- GI.Gtk.builderGetObject builder $ pack objectId + when (isNothing maybeObject) $ + putStrLn $ "[ERROR] could not build " ++ objectId ++ "." + GI.Gtk.unsafeCastTo objectTypeClass $ fromJust maybeObject diff --git a/src/Records.hs b/src/Records.hs index bba99cc..ed88ff6 100644 --- a/src/Records.hs +++ b/src/Records.hs @@ -24,6 +24,7 @@ data GuiObjects = { window :: GI.Gtk.Window , fileChooserDialogButtonLabel :: GI.Gtk.Label , fileChooserDialogLabel :: GI.Gtk.Label + , infoDialogLabel :: GI.Gtk.Label , fileChooserDialog :: GI.Gtk.Dialog , videoLocationEntry :: GI.Gtk.Entry , fileChooserWidget :: GI.Gtk.FileChooserWidget @@ -37,6 +38,7 @@ data GuiObjects = , fileChooserDialogCancelButton :: GI.Gtk.Button , fileChooserDialogOpenButton :: GI.Gtk.Button , infoDialogButton :: GI.Gtk.Button + , infoDialogCloseButton :: GI.Gtk.Button , repeatCheckButton :: GI.Gtk.CheckButton , volumeButton :: GI.Gtk.VolumeButton , playImage :: GI.Gtk.Image @@ -47,7 +49,7 @@ data GuiObjects = , subtitleSelectionComboBoxText :: GI.Gtk.ComboBoxText , bufferingSpinner :: GI.Gtk.Spinner , errorMessageDialog :: GI.Gtk.MessageDialog - , infoDialog :: GI.Gtk.AboutDialog + , infoDialog :: GI.Gtk.Dialog } data IORefs = diff --git a/src/Utils.hs b/src/Utils.hs index a91645c..493bd05 100644 --- a/src/Utils.hs +++ b/src/Utils.hs @@ -4,6 +4,10 @@ lettier.com -} +{-# LANGUAGE + OverloadedStrings +#-} + module Utils where import System.Exit @@ -104,3 +108,57 @@ queryPlaybinForDurationAndPosition playbin = do if couldQueryDuration && couldQueryPosition && duration > 0 && position >= 0 then return (Just (duration, position)) else return Nothing + +openUriWithDefaultProgram + :: String + -> IO () +openUriWithDefaultProgram uri = do + maybeFileOpenCommand <- determineFileOpenCommand + case maybeFileOpenCommand of + Just fileOpenCommand -> + void $ + spawnCommand $ + fileOpenCommand ++ " \"" ++ uri ++ "\"" + _ -> return () + where + determineFileOpenCommand + :: IO (Maybe String) + determineFileOpenCommand = do + uname <- tryReadProcess "uname" ["-a"] + swVers <- tryReadProcess "sw_vers" [] + ver <- tryReadProcess "ver" [] + let linuxCommand = "xdg-open" + let macCommand = "open" + let windowsCommand = "explorer" + case (uname, swVers, ver) of + (Right s, _, _) -> + case (containsText "darwin" s, containsText "linux" s) of + (True, _) -> return $ Just macCommand + (_, True) -> return $ Just linuxCommand + _ -> return Nothing + (_, Right s, _) -> returnIf "mac" s macCommand + (_, _, Right s) -> returnIf "windows" s windowsCommand + _ -> return Nothing + where + tryReadProcess + :: String + -> [String] + -> IO (Either IOError String) + tryReadProcess process params = try $ readProcess process params [] + returnIf + :: Text + -> String + -> String + -> IO (Maybe String) + returnIf needle haystack command = + if containsText needle haystack + then return $ Just command + else return Nothing + containsText + :: Text + -> String + -> Bool + containsText needle haystack = + Data.Text.isInfixOf + needle + (Data.Text.toLower $ Data.Text.pack haystack) diff --git a/src/data/full-screen-icon.svg b/src/data/full-screen-icon.svg index eb85990..ee6d2a3 100644 --- a/src/data/full-screen-icon.svg +++ b/src/data/full-screen-icon.svg @@ -1,110 +1,54 @@ - - + version="1.1" + viewBox="0 0 3.9687499 3.9687501" + height="15" + width="15"> + refY="0.0" + refX="0.0" + id="marker23124" + style="overflow:visible;"> + d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z " + transform="scale(0.3) rotate(180) translate(-2.3,0)" /> + id="Arrow1Send" + refX="0.0" + refY="0.0" + orient="auto"> + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + id="path876" /> + id="Arrow1Mend" + refX="0.0" + refY="0.0" + orient="auto"> + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + id="path870" /> - - - - - - @@ -114,34 +58,32 @@ + + + (C) 2018 David Lettier + + + transform="translate(0,-293.03123)" + id="layer1"> + transform="matrix(1.0883098,0,0,1.1013122,4.8677154,-29.842988)" + id="g23222"> + d="m -1.390625,293.46289 c -0.068648,0.002 -0.1651221,-1.7e-4 -0.2129795,0.0491 l -2.4429613,2.66237 c -0.2649166,0.24991 -0.034758,0.47803 0.2137696,0.21181 l 2.6583225,-2.45139 c 0.1715018,-0.16871 0.02432,-0.47898 -0.2161513,-0.4719 z" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:0.90196078;fill-rule:evenodd;stroke:none;stroke-width:0.5291667;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1107.35998535;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> - + + style="fill:#ffffff;fill-opacity:0.90196078;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.09921876;stroke-linejoin:round;stroke-opacity:0.90196078" + d="m -3.2578843,296.30294 -1.1648365,0.42381 0.4983491,-1.07802 c 0.0452,0.29704 0.3668619,0.60497 0.6664874,0.65421 z" /> diff --git a/src/data/gui.glade b/src/data/gui.glade index b5d4819..bde922b 100644 --- a/src/data/gui.glade +++ b/src/data/gui.glade @@ -1,5 +1,5 @@ - - + version="1.1" + viewBox="0 0 3.9687499 3.9687501" + height="15" + width="15"> + id="Arrow2Lend" + refX="0.0" + refY="0.0" + orient="auto"> + style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round;stroke:#ffffff;stroke-opacity:0.90196078;fill:#ffffff;fill-opacity:1" + id="path882" /> + id="marker6275" + refX="0.0" + refY="0.0" + orient="auto"> + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + id="path6273" /> + id="Arrow2Mstart" + refX="0.0" + refY="0.0" + orient="auto"> + style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round;stroke:#000000;stroke-opacity:1;fill:#000000;fill-opacity:1" + id="path885" /> + id="Arrow1Lstart" + refX="0.0" + refY="0.0" + orient="auto"> + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + id="path861" /> + id="marker1171" + refX="0.0" + refY="0.0" + orient="auto"> + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + id="path1169" /> + id="Arrow1Mend" + refX="0.0" + refY="0.0" + orient="auto"> + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + id="path870" /> + id="Arrow1Lend" + refX="0.0" + refY="0.0" + orient="auto"> + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + id="path864" /> - - - - @@ -159,35 +106,28 @@ + + + (C) 2018 David Lettier + + + transform="translate(0,-293.03123)" + id="layer1"> + transform="matrix(1.0076325,0,0,1.0076325,-0.00105415,-2.266855)" + id="g22945"> + id="path6259" /> + d="m 2.5531352,296.27574 a 1.6266046,1.5149276 0 0 1 -2.02684103,-0.85056 1.6266046,1.5149276 0 0 1 0.77738413,-1.93975 1.6266046,1.5149276 0 0 1 2.1295431,0.5943" /> diff --git a/src/data/style.css b/src/data/style.css index b58c18b..f12a247 100644 --- a/src/data/style.css +++ b/src/data/style.css @@ -195,6 +195,12 @@ GtkScale#seek-scale .highlight { background-image: linear-gradient(to right, @_movie_monad_blue 0%, @_movie_monad_pink 100%); } +popover, +GtkPopover { + background: transparent; + background-color: @_movie_monad_black; +} + popover image, GtkPopover GtkImage { color: white; @@ -361,9 +367,15 @@ GtkDialog#info-dialog GtkTrough { } dialog#info-dialog scrollbar slider, -GtkDialog#info-dialog GtkScrollbar GtkSlider { - background-color: white; +GtkDialog#info-dialog GtkScrollbar GtkSlider, +GtkDialog#info-dialog GtkScrollbar .slider { + background-color: rgba(255, 255, 255, 0.8); + background-image: none; border: none; + border-radius: 2px; + padding: 2.5px; + box-shadow: none; + margin: 0px; } dialog#info-dialog button, diff --git a/stack.yaml b/stack.yaml index 1383cb2..9be1cee 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,10 +1,4 @@ resolver: lts-9.1 -compiler-check: match-exact -packages: -- '.' -extra-package-dbs: [] -explicit-setup-deps: - ! '*': true extra-deps: - haskell-gi-base-0.21.0 - haskell-gi-overloading-1.0 @@ -13,10 +7,10 @@ extra-deps: - gi-glib-2.0.16 - gi-gdk-3.0.15 - gi-gdkpixbuf-2.0.16 -- gi-gst-1.0.15 -- gi-gstbase-1.0.15 -- gi-gstvideo-1.0.15 - gi-gtk-3.0.21 +- gi-gst-1.0.16 +- gi-gstbase-1.0.16 +- gi-gstvideo-1.0.16 flags: gi-gobject: enable-overloading: false @@ -32,3 +26,9 @@ flags: enable-overloading: false gi-gtk: enable-overloading: false +compiler-check: match-exact +packages: +- '.' +extra-package-dbs: [] +explicit-setup-deps: + ! '*': true