Preparing for release 5.6-rc1

This commit is contained in:
Morgan Hardwood 2019-04-10 14:39:54 +02:00
parent bb58e65ffc
commit f4c6ba1f88
2 changed files with 126 additions and 84 deletions

View File

@ -1,17 +1,10 @@
RAWTHERAPEE 5.5-dev RELEASE NOTES RAWTHERAPEE 5.6-rc1 RELEASE NOTES
This is a development version of RawTherapee. We update the code almost daily. Every few months, once enough changes have accumulated and the code is stabilized, we make a new official release. Every code change between these releases is known as a "development" version, and this is one of them. This is RawTherapee 5.6 Release Candidate 1, released on 2019-04-10. This is not the final release yet.
Start by reading the "Getting Started" article on RawPedia: Start by reading the "Getting Started" article on RawPedia:
http://rawpedia.rawtherapee.com/ http://rawpedia.rawtherapee.com/
While we only commit tested and relatively stable code and so the development versions should be fairly stable, you should be aware that:
- Development versions only had limited testing, so there may be bugs unknown to us.
- You should report these bugs so that they get fixed for the next stable release. See
www.rawpedia.rawtherapee.com/How_to_write_useful_bug_reports
- The way new tools work in the development versions is likely to change as we tweak and tune them, so your processing profiles may produce different results when used in a future stable version.
- Bugs present in the stable versions get fixed in the development versions, and make it into the next stable version when we make a new official release. That means that in some ways the development versions can be "more stable" than the latest stable release. At the same time, new features may introduce new bugs. This is a trade-off you should be aware of.
NEWS RELEVANT TO PHOTOGRAPHERS NEWS RELEVANT TO PHOTOGRAPHERS
@ -27,12 +20,20 @@ In order to use RawTherapee efficiently you should know that:
- There are many keyboard shortcuts which make working with RawTherapee much faster and give you greater control. Make sure you familiarize yourself with them on RawPedia's "Keyboard Shortcuts" page! - There are many keyboard shortcuts which make working with RawTherapee much faster and give you greater control. Make sure you familiarize yourself with them on RawPedia's "Keyboard Shortcuts" page!
New features since 5.5: New features since 5.5:
TODO. - HiDPI support, for a smooth and sharp user interface regardless of screen size. Scaling in RawTherapee depends on font size, DPI and display scaling. No scaling occurs when the font size is set to 9pt, DPI is set to 96 (or 72 for macOS) and scaling is set to 1 (100%).
- Ability to move tools to a new Favorites tab, http://rawpedia.rawtherapee.com/Favorites_Tab
- "Unclipped" processing profile, to make it easy to save an image while preserving data across the whole tonal range, http://rawpedia.rawtherapee.com/Unclipped
- User-adjustable tiles-per-thread settings in Preferences > Performance, for users who want to perform performance benchmarks to find optimal values for their system. The default value of 2 tiles-per-thread performs best overall.
- Hundreds of speed optimizations, bug fixes, and overall improvements.
NEWS RELEVANT TO PACKAGE MAINTAINERS NEWS RELEVANT TO PACKAGE MAINTAINERS
New since 5.5:
- Requires librsvg >=2.40.
- GTK+ versions 3.24.2 - 3.24.6 have an issue where combobox menu scroll-arrows are missing when the combobox list does not fit vertically on the screen. As a result, users would not be able to scroll in the following comboboxes: Processing Profiles, Film Simulation, and the camera and lens profiles in Profiled Lens Correction.
In general: In general:
- To get the source code, either clone from git or use the tarball from http://rawtherapee.com/shared/source/ . Do not use the auto-generated GitHub release tarballs. - To get the source code, either clone from git or use the tarball from http://rawtherapee.com/shared/source/ . Do not use the auto-generated GitHub release tarballs.
- Requires GTK+ version >=3.16, though >=3.22.24 is recommended. - Requires GTK+ version >=3.16, though >=3.22.24 is recommended.

View File

@ -16,7 +16,7 @@
version="1.1" version="1.1"
id="svg783" id="svg783"
inkscape:version="0.92.2 2405546, 2018-03-11" inkscape:version="0.92.2 2405546, 2018-03-11"
sodipodi:docname="rt-splash.svg" sodipodi:docname="splash.svg"
inkscape:export-filename="/tmp/splash.png" inkscape:export-filename="/tmp/splash.png"
inkscape:export-xdpi="96" inkscape:export-xdpi="96"
inkscape:export-ydpi="96" inkscape:export-ydpi="96"
@ -479,8 +479,8 @@
borderopacity="1.0" borderopacity="1.0"
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="2.3815029" inkscape:zoom="2.3526012"
inkscape:cx="209.44539" inkscape:cx="276"
inkscape:cy="173" inkscape:cy="173"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="layer1" inkscape:current-layer="layer1"
@ -574,14 +574,31 @@
<dc:type <dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>RawTherapee splash screen</dc:title> <dc:title>RawTherapee splash screen</dc:title>
<dc:date>2019-03-11</dc:date> <dc:date>2019-04-10</dc:date>
<dc:creator> <dc:creator>
<cc:Agent> <cc:Agent>
<dc:title>Maciej Dworak</dc:title> <dc:title>Maciej Dworak</dc:title>
</cc:Agent> </cc:Agent>
</dc:creator> </dc:creator>
<dc:source>www.rawtherapee.com</dc:source> <dc:source>www.rawtherapee.com</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
</cc:Work> </cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
</cc:License>
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
<g <g
@ -675,61 +692,6 @@
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.96875px;line-height:1.25;font-family:'Eras Medium ITC';-inkscape-font-specification:'Eras Medium ITC';stroke-width:0.26458338px" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.96875px;line-height:1.25;font-family:'Eras Medium ITC';-inkscape-font-specification:'Eras Medium ITC';stroke-width:0.26458338px"
id="path652" /> id="path652" />
</g> </g>
<g
style="fill:#ffffff;enable-background:new"
transform="matrix(0.24804687,0,0,0.2480469,-16.632726,273.1232)"
id="g1249">
<g
aria-label="Development"
transform="skewX(3)"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:-1.06666672px;word-spacing:0px;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text1247">
<path
d="m 491.97892,49.720543 q 0.18333,-1.9 0.25,-3.041667 0.1,-1.699999 0.2,-4.399999 0.075,-2.066667 0.075,-2.958333 v -0.975 q 0.975,0.025 1.68333,0.025 0.68333,0 1.79167,-0.03333 1.10833,-0.04167 2.08333,-0.04167 1.11667,0 1.95833,0.133333 0.84167,0.133333 1.56667,0.55 0.73333,0.416667 1.225,1.091666 0.49167,0.675 0.75,1.583334 0.25833,0.9 0.25833,1.858333 0,0.941667 -0.2,1.816667 -0.2,0.866666 -0.55833,1.566666 -0.35833,0.7 -0.84167,1.208333 -0.475,0.5 -1.09166,0.858334 -0.45834,0.266666 -0.925,0.416666 -0.46667,0.15 -1.275,0.241667 -0.9,0.1 -2.04167,0.1 l -3.36667,-0.025 q -0.475,0 -1.54166,0.025 z m 3.6,-2.508333 q 0.45833,0.04167 0.95833,0.04167 0.85,0 1.51667,-0.15 0.66666,-0.15 1.16666,-0.641666 0.50834,-0.491667 0.75,-1.258333 0.24167,-0.775 0.24167,-1.583334 0,-0.991666 -0.35833,-1.666666 -0.35834,-0.683334 -0.95834,-0.95 -0.59166,-0.266667 -1.61666,-0.266667 -0.6,0 -1.41667,0.05 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path615" />
<path
d="m 512.24558,47.203876 q -0.10833,0.5 -0.41666,2.416667 -0.96667,0.191667 -1.625,0.25 -0.65834,0.06667 -1.33334,0.06667 -0.99166,0 -1.825,-0.141667 -0.83333,-0.133333 -1.44166,-0.483333 -0.6,-0.35 -1.00834,-0.866667 -0.40833,-0.525 -0.625,-1.241667 -0.20833,-0.716666 -0.20833,-1.475 0,-1.066666 0.425,-2.083333 0.425,-1.025 1.09167,-1.6 0.675,-0.575 1.55,-0.816666 0.875,-0.241667 1.79166,-0.241667 0.95,0 1.80834,0.225 0.86666,0.216667 1.46666,0.766667 0.6,0.55 0.85,1.241666 0.25834,0.691667 0.25834,1.491667 0,0.475 -0.10834,1.058333 l -5.84166,0.0083 q -0.008,0.133334 -0.008,0.241667 0,0.9 0.64167,1.325 0.64167,0.425 1.56667,0.425 0.55,0 1.25,-0.125 0.70833,-0.133333 1.74166,-0.441667 z m -5.125,-2.699999 h 2.75 q 0.008,-0.141667 0.008,-0.241667 0,-0.433333 -0.15834,-0.741667 -0.15,-0.308333 -0.44166,-0.45 -0.28334,-0.141666 -0.64167,-0.141666 -0.25,0 -0.48333,0.08333 -0.23334,0.075 -0.425,0.233333 -0.18334,0.15 -0.30834,0.35 -0.125,0.2 -0.18333,0.391667 -0.0583,0.183333 -0.11667,0.516667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path617" />
<path
d="m 515.32058,49.720543 -0.88333,-2.733333 -1.99167,-5.775 q 0.95,0.01667 1.76667,0.01667 0.85,0 1.6,-0.01667 0.14167,0.575 0.55833,2.016667 0.41667,1.433333 0.91667,3.416666 l 0.21666,-0.691667 q 0.05,-0.125 0.39167,-1.066666 l 1.325,-3.675 q 0.9,0.01667 1.7,0.01667 0.825,0 1.71667,-0.01667 l -1.15,2.475 -2.14167,4.916666 -0.45833,1.116667 q -0.98334,-0.01667 -1.73334,-0.01667 -0.81666,0 -1.83333,0.01667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path619" />
<path
d="m 530.27891,47.203876 q -0.10833,0.5 -0.41666,2.416667 -0.96667,0.191667 -1.625,0.25 -0.65834,0.06667 -1.33334,0.06667 -0.99166,0 -1.82499,-0.141667 -0.83334,-0.133333 -1.44167,-0.483333 -0.6,-0.35 -1.00833,-0.866667 -0.40834,-0.525 -0.625,-1.241667 -0.20834,-0.716666 -0.20834,-1.475 0,-1.066666 0.425,-2.083333 0.425,-1.025 1.09167,-1.6 0.675,-0.575 1.55,-0.816666 0.875,-0.241667 1.79166,-0.241667 0.95,0 1.80834,0.225 0.86666,0.216667 1.46666,0.766667 0.6,0.55 0.85,1.241666 0.25834,0.691667 0.25834,1.491667 0,0.475 -0.10834,1.058333 l -5.84166,0.0083 q -0.008,0.133334 -0.008,0.241667 0,0.9 0.64166,1.325 0.64167,0.425 1.56667,0.425 0.55,0 1.25,-0.125 0.70833,-0.133333 1.74166,-0.441667 z m -5.12499,-2.699999 h 2.74999 q 0.008,-0.141667 0.008,-0.241667 0,-0.433333 -0.15834,-0.741667 -0.15,-0.308333 -0.44166,-0.45 -0.28334,-0.141666 -0.64167,-0.141666 -0.25,0 -0.48333,0.08333 -0.23334,0.075 -0.425,0.233333 -0.18334,0.15 -0.30834,0.35 -0.125,0.2 -0.18333,0.391667 -0.0583,0.183333 -0.11666,0.516667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path621" />
<path
d="m 531.04558,49.71221 0.15,-1.791667 0.325,-6.225 0.0917,-3.349999 q 1.15833,0.01667 1.74166,0.01667 0.75834,0 1.675,-0.01667 l -0.19166,2.558333 -0.30834,6.299999 -0.0667,2.516667 q -0.89167,-0.01667 -1.60834,-0.01667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path623" />
<path
d="m 540.25391,40.995543 q 1.03334,0 1.98334,0.316667 0.95833,0.316667 1.61666,0.916667 0.65834,0.591666 0.96667,1.391666 0.31667,0.791667 0.31667,1.708334 0,0.891666 -0.28334,1.699999 -0.275,0.8 -0.94166,1.508334 -0.66667,0.7 -1.7,1.05 -1.025,0.35 -2.175,0.35 -1.05834,0 -2.03334,-0.308334 -0.975,-0.308333 -1.63333,-0.9 -0.65,-0.591666 -0.98333,-1.416666 -0.325,-0.825 -0.325,-1.733334 0,-0.908333 0.31666,-1.733333 0.325,-0.825 1.01667,-1.483333 0.7,-0.658333 1.725,-1.008333 1.025,-0.358334 2.13333,-0.358334 z m -0.0583,2.45 q -0.53333,0 -0.95,0.275 -0.41667,0.275 -0.63333,0.808334 -0.20834,0.525 -0.20834,1.149999 0,0.916667 0.45834,1.408334 0.45833,0.483333 1.15,0.483333 0.525,0 0.94166,-0.275 0.41667,-0.283333 0.625,-0.825 0.21667,-0.55 0.21667,-1.175 0,-0.516666 -0.16667,-0.933333 -0.16666,-0.416667 -0.55,-0.666667 -0.375,-0.25 -0.88333,-0.25 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path625" />
<path
d="m 545.04558,53.620543 q 0.15833,-1.708334 0.26666,-3.408333 0.19167,-2.908334 0.25834,-4.875 0.075,-1.975 0.075,-3.908333 1.69166,-0.258334 2.65,-0.341667 0.95833,-0.09167 1.91666,-0.09167 1.2,0 2.20834,0.25 1.00833,0.25 1.61666,0.883334 0.61667,0.633333 0.925,1.508333 0.30834,0.875 0.30834,1.833333 0,0.875 -0.25,1.7 -0.25,0.816667 -0.76667,1.475 -0.51667,0.658333 -1.19167,0.975 -0.66666,0.316667 -1.49166,0.316667 -0.40834,0 -0.85,-0.08333 -0.43334,-0.075 -0.825,-0.225 -0.39167,-0.15 -0.65834,-0.3 -0.25833,-0.158333 -0.65,-0.45 l -0.0917,2.325 q -0.0583,1.6 -0.0583,2.416667 -0.96666,-0.01667 -1.65833,-0.01667 -0.6,0 -1.73333,0.01667 z m 3.84166,-10.066666 q -0.0667,0.375 -0.0917,0.616666 -0.025,0.233334 -0.05,0.641667 -0.025,0.4 -0.025,0.641666 0,0.683334 0.20833,1.15 0.21667,0.458334 0.59167,0.716667 0.38333,0.25 0.81666,0.25 0.45834,0 0.84167,-0.258333 0.38333,-0.266667 0.60833,-0.791667 0.225,-0.525 0.225,-1.183333 0,-0.891667 -0.475,-1.433333 -0.46666,-0.541667 -1.36666,-0.541667 -0.56667,0 -1.28334,0.191667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path627" />
<path
d="m 555.45391,49.720543 0.23334,-4.016667 0.13333,-3.141666 0.0167,-1.35 q 0.91666,0.01667 1.61666,0.01667 0.79167,0 1.54167,-0.01667 l -0.0583,1.108333 q 0.25833,-0.333333 0.43333,-0.508333 0.18333,-0.183333 0.44167,-0.341667 0.25833,-0.166666 0.53333,-0.258333 0.275,-0.1 0.61667,-0.158333 0.34166,-0.05833 0.71666,-0.05833 0.425,0 0.78334,0.075 0.35833,0.06667 0.61666,0.175 0.25834,0.108334 0.45,0.25 0.19167,0.141667 0.33334,0.325 0.15,0.175 0.34166,0.516667 0.36667,-0.533333 0.775,-0.808333 0.40834,-0.275 0.925,-0.4 0.525,-0.133334 1.075,-0.133334 0.725,0 1.36667,0.208334 0.64167,0.208333 1.05,0.725 0.41667,0.508333 0.41667,1.325 0,0.383333 -0.0583,1.158333 -0.05,0.775 -0.15,2.666666 -0.0917,1.883334 -0.1,2.641667 -0.76666,-0.01667 -1.48333,-0.01667 -0.875,0 -1.83333,0.01667 0.0833,-1.058333 0.16666,-2.65 0.0917,-1.6 0.0917,-2.216666 0,-0.533334 -0.125,-0.791667 -0.125,-0.266667 -0.325,-0.358333 -0.19167,-0.1 -0.425,-0.1 -0.25,0 -0.43333,0.09167 -0.2,0.1 -0.35,0.308334 -0.2,0.275 -0.325,0.691666 -0.1,0.325 -0.15834,0.991667 -0.0583,0.683333 -0.0917,1.8 l -0.0667,2.233333 q -0.89167,-0.01667 -1.60833,-0.01667 -0.73334,0 -1.725,0.01667 0.075,-0.741667 0.175,-2.491667 0.1,-1.75 0.1,-2.341666 0,-0.5 -0.1,-0.75 -0.1,-0.25 -0.28334,-0.4 -0.175,-0.15 -0.475,-0.15 -0.325,0 -0.56666,0.191667 -0.24167,0.191666 -0.41667,0.55 -0.16667,0.358333 -0.24167,0.991666 -0.0667,0.625 -0.125,1.916667 -0.0583,1.291666 -0.075,2.483333 -1.00833,-0.01667 -1.63333,-0.01667 -0.69167,0 -1.71667,0.01667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path629" />
<path
d="m 578.51224,47.203876 q -0.10833,0.5 -0.41666,2.416667 -0.96667,0.191667 -1.625,0.25 -0.65834,0.06667 -1.33334,0.06667 -0.99166,0 -1.825,-0.141667 -0.83333,-0.133333 -1.44166,-0.483333 -0.6,-0.35 -1.00834,-0.866667 -0.40833,-0.525 -0.625,-1.241667 -0.20833,-0.716666 -0.20833,-1.475 0,-1.066666 0.425,-2.083333 0.425,-1.025 1.09167,-1.6 0.675,-0.575 1.55,-0.816666 0.875,-0.241667 1.79166,-0.241667 0.95,0 1.80834,0.225 0.86666,0.216667 1.46666,0.766667 0.6,0.55 0.85,1.241666 0.25834,0.691667 0.25834,1.491667 0,0.475 -0.10834,1.058333 l -5.84166,0.0083 q -0.008,0.133334 -0.008,0.241667 0,0.9 0.64167,1.325 0.64167,0.425 1.56667,0.425 0.55,0 1.25,-0.125 0.70833,-0.133333 1.74166,-0.441667 z m -5.125,-2.699999 h 2.75 q 0.008,-0.141667 0.008,-0.241667 0,-0.433333 -0.15834,-0.741667 -0.15,-0.308333 -0.44166,-0.45 -0.28334,-0.141666 -0.64167,-0.141666 -0.25,0 -0.48333,0.08333 -0.23334,0.075 -0.425,0.233333 -0.18334,0.15 -0.30834,0.35 -0.125,0.2 -0.18333,0.391667 -0.0583,0.183333 -0.11667,0.516667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path631" />
<path
d="m 579.21224,49.720543 q 0.24167,-1.891667 0.36667,-4.175 0.13333,-2.291666 0.15833,-4.333333 1,0.01667 1.725,0.01667 0.84167,0 1.61667,-0.01667 l -0.0833,1.133333 q 0.275,-0.308333 0.475,-0.483333 0.2,-0.183333 0.49166,-0.35 0.3,-0.175 0.63334,-0.283333 0.33333,-0.108334 0.725,-0.166667 0.4,-0.06667 0.83333,-0.06667 0.6,0 1.16667,0.133334 0.575,0.125 0.95833,0.366666 0.38333,0.233334 0.64167,0.591667 0.25833,0.35 0.34166,0.758333 0.0833,0.408334 0.0833,0.841667 0,0.316667 -0.0667,1.366667 l -0.14167,3.016666 q -0.0417,0.891667 -0.0417,1.65 -0.84167,-0.01667 -1.575,-0.01667 -0.99167,0 -1.80834,0.01667 0.075,-0.758333 0.15834,-2.25 0.0833,-1.5 0.0833,-2.108333 0,-0.941667 -0.36667,-1.308333 -0.35833,-0.375 -0.90833,-0.375 -0.48333,0 -0.91667,0.316666 -0.425,0.316667 -0.65833,0.925 -0.23333,0.6 -0.33333,1.983333 -0.0917,1.383334 -0.125,2.816667 -0.83334,-0.01667 -1.625,-0.01667 -0.83334,0 -1.80834,0.01667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path633" />
<path
d="m 596.02891,47.270543 q -0.15,0.7 -0.25833,1.366667 l -0.18334,1.016666 q -0.825,0.183334 -1.29166,0.233334 -0.45834,0.05 -0.89167,0.05 -0.70833,0 -1.25833,-0.125 -0.55,-0.116667 -0.91667,-0.433334 -0.36667,-0.325 -0.5,-0.741666 -0.13333,-0.416667 -0.13333,-0.883334 0,-0.08333 0.008,-0.291666 0.008,-0.216667 0.0583,-0.95 l 0.18334,-2.883333 h -1.3 q 0.0417,-0.575 0.075,-1.516667 l 0.025,-0.775 h 1.38333 q 0.05,-0.383333 0.125,-1.675 l 1.425,-0.291666 q 0.39167,-0.075 1.66667,-0.383334 -0.0583,1.091667 -0.0833,2.35 h 1.9 q -0.0667,1.733333 -0.0667,2.291667 h -1.91667 l -0.1,2.083333 q -0.0167,0.466666 -0.0167,0.6 0,0.4 0.0833,0.666666 0.0917,0.266667 0.30833,0.383334 0.225,0.116666 0.49167,0.116666 0.2,0 0.41666,-0.025 0.21667,-0.03333 0.76667,-0.183333 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path635" />
</g>
</g>
<g <g
id="g171" id="g171"
style="filter:url(#filter173)"> style="filter:url(#filter173)">
@ -903,20 +865,6 @@
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:80px;line-height:1.25;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold'" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:80px;line-height:1.25;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold'"
id="path660" /> id="path660" />
</g> </g>
<g
aria-label=". 5"
transform="matrix(0.24127119,0,0.01264448,0.24127122,4.1926315,267.35338)"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:0%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';letter-spacing:-7.09514618px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter4749);enable-background:new"
id="text3662">
<path
d="m 286.21154,2.2370076 q 0.19276,-3.22882392 0.33734,-8.7226438 l 4.96371,0.072287 q 0.79516,0 4.19265,-0.072287 -0.19276,2.6264315 -0.43372,8.7226438 l -4.19265,-0.048191 q -0.45782,0 -4.86733,0.048191 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:49.34799576px;line-height:1.25;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';letter-spacing:-7.09514618px"
id="path655" />
<path
d="m 300.38189,1.7550936 -0.16867,-2.43366581 q -0.0723,-1.18068939 -0.16867,-2.14451739 -0.0723,-0.963828 -0.31325,-3.1324411 4.98781,1.4216463 8.26483,1.4216463 1.75898,0 3.22882,-0.5542011 1.49393,-0.5542011 2.28909,-1.5662206 0.79516,-1.0120194 0.79516,-2.2168045 0,-1.7589864 -1.63851,-2.6505274 -1.61441,-0.915636 -5.08419,-0.915636 -1.54213,0 -3.03606,0.120478 -1.46984,0.09638 -3.99988,0.433723 l 1.22888,-15.565823 q 0.0723,-1.156594 0.14457,-3.204728 6.04802,0.04819 11.63822,0.04819 7.08414,0 11.8069,-0.04819 -0.21686,2.505953 -0.26506,3.97579 l -0.12047,3.277016 -3.20473,-0.120479 -1.49394,-0.0241 h -2.33728 q -1.49393,-0.02409 -3.71074,-0.02409 -0.74696,0 -2.45776,0.04819 l -0.48191,5.517916 q 1.61441,-0.120479 2.50595,-0.120479 3.75893,0 6.62632,1.204785 2.86739,1.18069 4.19265,3.325207 1.32526,2.144517 1.32526,4.8432359 0,2.6264315 -1.34936,5.0600973 -1.34935,2.4095701 -3.71073,3.85531213 -2.33729,1.42164637 -5.44563,2.07223027 -3.08425,0.6264882 -6.33717,0.6264882 -1.22888,0 -2.91558,-0.1686699 -1.6867,-0.1445742 -2.84329,-0.3373398 -1.1566,-0.1927656 -2.96377,-0.6023925 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:49.34799576px;line-height:1.25;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';letter-spacing:-7.09514618px"
id="path657" />
</g>
<g <g
aria-label="Therapee" aria-label="Therapee"
transform="matrix(0.24732122,0,0,0.24687704,-5.5339446,264.55152)" transform="matrix(0.24732122,0,0,0.24687704,-5.5339446,264.55152)"
@ -1048,7 +996,7 @@
id="tspan595" id="tspan595"
x="283.85016" x="283.85016"
y="2.2370076" y="2.2370076"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:49.34799576px;line-height:1.25;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';letter-spacing:-7.09514618px">. 5</tspan></text> style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:49.34799576px;line-height:1.25;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';letter-spacing:-7.09514618px">. 6</tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Eras Medium ITC';-inkscape-font-specification:'Eras Medium ITC';letter-spacing:1px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.07075834px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter155);enable-background:new" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Eras Medium ITC';-inkscape-font-specification:'Eras Medium ITC';letter-spacing:1px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.07075834px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter155);enable-background:new"
@ -1099,5 +1047,98 @@
x="61.72514" x="61.72514"
id="tspan611" id="tspan611"
sodipodi:role="line">Raw</tspan></text> sodipodi:role="line">Raw</tspan></text>
<g
id="g1148"
transform="matrix(0.24804687,0,0,0.2480469,-9.6198743,273.10678)"
style="fill:#ffffff;enable-background:new">
<g
aria-label="Release Candidate 1"
transform="skewX(3)"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:-1.06666672px;word-spacing:0px;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text1146">
<path
d="m 441.64559,49.720543 q 0.15833,-1.466667 0.25,-2.641667 0.0917,-1.175 0.15833,-2.724999 0.0667,-1.55 0.1,-3.266667 0.0333,-1.725 0.0333,-2.741666 1.04167,0.025 1.68334,0.025 0.66666,0 1.625,-0.03333 0.95833,-0.04167 1.86666,-0.04167 1.06667,0 1.9,0.08333 0.625,0.05833 1.13334,0.241667 0.51666,0.183333 0.86666,0.45 0.35,0.258333 0.58334,0.583333 0.23333,0.325 0.35833,0.766666 0.13333,0.433334 0.13333,0.933334 0,0.558333 -0.14166,1.05 -0.14167,0.483333 -0.45,0.916666 -0.3,0.425 -0.76667,0.741667 -0.45833,0.308333 -1.29167,0.633333 l 0.43334,1.058333 q 0.18333,0.441667 0.39166,0.9 l 1.11667,2.441667 q 0.075,0.158333 0.26667,0.625 -1.375,-0.01667 -1.85,-0.01667 -0.6,0 -1.96667,0.01667 -0.13333,-0.433333 -0.48333,-1.608333 -0.14167,-0.491667 -0.24167,-0.758334 -0.2,-0.591666 -0.59167,-1.658333 l -0.85833,-2.358333 q 0.45,0.08333 0.88333,0.08333 0.60834,0 1.1,-0.183333 0.5,-0.183333 0.75,-0.566667 0.25834,-0.383333 0.25834,-0.808333 0,-0.358333 -0.19167,-0.625 -0.19167,-0.275 -0.60833,-0.408333 -0.40834,-0.133334 -1.26667,-0.133334 -0.29167,0 -0.60833,0.01667 -0.30834,0.0083 -0.725,0.01667 -0.10834,1.708333 -0.19167,4.166666 -0.0833,2.458333 -0.10833,4.825 -1.39167,-0.01667 -1.80834,-0.01667 -0.48333,0 -1.74166,0.01667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path1159" />
<path
d="m 460.71225,47.203876 q -0.10833,0.5 -0.41666,2.416667 -0.96667,0.191667 -1.625,0.25 -0.65834,0.06667 -1.33334,0.06667 -0.99166,0 -1.825,-0.141667 -0.83333,-0.133333 -1.44166,-0.483333 -0.6,-0.35 -1.00834,-0.866667 -0.40833,-0.525 -0.625,-1.241667 -0.20833,-0.716666 -0.20833,-1.475 0,-1.066666 0.425,-2.083333 0.425,-1.025 1.09167,-1.6 0.675,-0.575 1.55,-0.816666 0.875,-0.241667 1.79166,-0.241667 0.95,0 1.80834,0.225 0.86666,0.216667 1.46666,0.766667 0.6,0.55 0.85,1.241666 0.25834,0.691667 0.25834,1.491667 0,0.475 -0.10834,1.058333 l -5.84166,0.0083 q -0.008,0.133334 -0.008,0.241667 0,0.9 0.64167,1.325 0.64167,0.425 1.56667,0.425 0.55,0 1.25,-0.125 0.70833,-0.133333 1.74166,-0.441667 z m -5.125,-2.699999 h 2.75 q 0.008,-0.141667 0.008,-0.241667 0,-0.433333 -0.15834,-0.741667 -0.15,-0.308333 -0.44166,-0.45 -0.28334,-0.141666 -0.64167,-0.141666 -0.25,0 -0.48333,0.08333 -0.23334,0.075 -0.425,0.233333 -0.18334,0.15 -0.30834,0.35 -0.125,0.2 -0.18333,0.391667 -0.0583,0.183333 -0.11667,0.516667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path1161" />
<path
d="m 461.47892,49.71221 0.15,-1.791667 0.325,-6.225 0.0917,-3.349999 q 1.15833,0.01667 1.74166,0.01667 0.75834,0 1.675,-0.01667 l -0.19166,2.558333 -0.30834,6.299999 -0.0667,2.516667 q -0.89167,-0.01667 -1.60834,-0.01667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path1163" />
<path
d="m 473.97892,47.203876 q -0.10833,0.5 -0.41667,2.416667 -0.96666,0.191667 -1.625,0.25 -0.65833,0.06667 -1.33333,0.06667 -0.99167,0 -1.825,-0.141667 -0.83333,-0.133333 -1.44167,-0.483333 -0.6,-0.35 -1.00833,-0.866667 -0.40833,-0.525 -0.625,-1.241667 -0.20833,-0.716666 -0.20833,-1.475 0,-1.066666 0.425,-2.083333 0.425,-1.025 1.09166,-1.6 0.675,-0.575 1.55,-0.816666 0.875,-0.241667 1.79167,-0.241667 0.95,0 1.80833,0.225 0.86667,0.216667 1.46667,0.766667 0.6,0.55 0.85,1.241666 0.25833,0.691667 0.25833,1.491667 0,0.475 -0.10833,1.058333 l -5.84167,0.0083 q -0.008,0.133334 -0.008,0.241667 0,0.9 0.64167,1.325 0.64166,0.425 1.56666,0.425 0.55,0 1.25,-0.125 0.70834,-0.133333 1.74167,-0.441667 z m -5.125,-2.699999 h 2.75 q 0.008,-0.141667 0.008,-0.241667 0,-0.433333 -0.15833,-0.741667 -0.15,-0.308333 -0.44167,-0.45 -0.28333,-0.141666 -0.64166,-0.141666 -0.25,0 -0.48334,0.08333 -0.23333,0.075 -0.425,0.233333 -0.18333,0.15 -0.30833,0.35 -0.125,0.2 -0.18333,0.391667 -0.0583,0.183333 -0.11667,0.516667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path1165" />
<path
d="m 475.54559,43.63721 q 0.15833,-0.825 0.2,-1.133333 0.0417,-0.316667 0.13333,-0.983334 2.4,-0.525 4.125,-0.525 0.98333,0 1.8,0.225 0.81666,0.216667 1.275,0.708334 0.45833,0.491666 0.45833,1.408333 0,0.466667 -0.125,2.1 -0.125,1.633333 -0.19167,4.283333 -0.81666,-0.01667 -1.625,-0.01667 -0.78333,0 -1.66666,0.01667 0.11666,-0.916667 0.25833,-3.783333 -0.31666,0.15 -0.5,0.216666 -0.175,0.06667 -0.625,0.2 -0.45,0.133334 -0.70833,0.225 -0.25,0.09167 -0.44167,0.233334 -0.18333,0.141666 -0.26666,0.291666 -0.075,0.15 -0.075,0.333334 0,0.283333 0.225,0.483333 0.225,0.2 0.71666,0.2 0.175,0 0.375,-0.025 0.2,-0.03333 0.55,-0.15 -0.24166,0.641667 -0.575,1.875 -0.71666,0.116667 -1.35833,0.116667 -1.03333,0 -1.725,-0.283334 -0.68333,-0.291666 -1.05833,-0.933333 -0.36667,-0.641667 -0.36667,-1.283333 0,-0.391667 0.13333,-0.766667 0.14167,-0.375 0.43334,-0.733333 0.29166,-0.358334 0.68333,-0.608333 0.39167,-0.258334 1.06667,-0.483334 0.68333,-0.225 1.725,-0.425 0.43333,-0.08333 0.79166,-0.175 0.36667,-0.1 0.51667,-0.166666 0.15833,-0.075 0.25,-0.166667 0.1,-0.1 0.14166,-0.2 0.0417,-0.108333 0.0417,-0.225 0,-0.316667 -0.26666,-0.483333 -0.26667,-0.175 -0.78334,-0.175 -1.43333,0 -3.54166,0.808333 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path1167" />
<path
d="m 483.96225,49.56221 q -0.0333,-0.366667 -0.0667,-0.766667 -0.0333,-0.408333 -0.10834,-1.116667 l -0.0667,-0.6 q 0.80833,0.316667 1.39166,0.475 0.58333,0.15 1.075,0.15 0.40833,0 0.65833,-0.075 0.25834,-0.075 0.375,-0.216666 0.11667,-0.141667 0.11667,-0.291667 0,-0.133333 -0.0917,-0.258333 -0.0833,-0.133334 -0.39166,-0.358334 -0.68334,-0.5 -1.20834,-0.908333 -0.51666,-0.408333 -0.78333,-0.725 -0.25833,-0.316666 -0.4,-0.683333 -0.13333,-0.366667 -0.13333,-0.758333 0,-0.691667 0.39167,-1.291667 0.39999,-0.6 1.16666,-0.866667 0.775,-0.275 1.88333,-0.275 1.15834,0 2.95834,0.3 l 0.13333,2.341667 q -1.00833,-0.4 -1.94167,-0.4 -0.65833,0 -0.95833,0.133333 -0.29167,0.133334 -0.29167,0.408334 0,0.09167 0.0333,0.175 0.0333,0.08333 0.11666,0.175 0.0917,0.09167 0.21667,0.191666 0.13333,0.09167 0.63333,0.441667 0.5,0.35 0.78334,0.575 0.46666,0.366666 0.70833,0.683333 0.25,0.308333 0.375,0.666667 0.13333,0.35 0.13333,0.741666 0,0.591667 -0.29166,1.091667 -0.28334,0.491667 -0.86667,0.825 -0.575,0.333333 -1.25,0.458333 -0.675,0.133334 -1.39167,0.133334 -0.48333,0 -1.21666,-0.08333 -0.725,-0.08333 -1.69167,-0.291666 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path1169" />
<path
d="m 499.44559,47.203876 q -0.10834,0.5 -0.41667,2.416667 -0.96667,0.191667 -1.625,0.25 -0.65833,0.06667 -1.33333,0.06667 -0.99167,0 -1.825,-0.141667 -0.83334,-0.133333 -1.44167,-0.483333 -0.6,-0.35 -1.00833,-0.866667 -0.40834,-0.525 -0.625,-1.241667 -0.20834,-0.716666 -0.20834,-1.475 0,-1.066666 0.425,-2.083333 0.425,-1.025 1.09167,-1.6 0.675,-0.575 1.55,-0.816666 0.875,-0.241667 1.79167,-0.241667 0.95,0 1.80833,0.225 0.86667,0.216667 1.46667,0.766667 0.6,0.55 0.85,1.241666 0.25833,0.691667 0.25833,1.491667 0,0.475 -0.10833,1.058333 l -5.84167,0.0083 q -0.008,0.133334 -0.008,0.241667 0,0.9 0.64166,1.325 0.64167,0.425 1.56667,0.425 0.55,0 1.25,-0.125 0.70833,-0.133333 1.74167,-0.441667 z m -5.125,-2.699999 h 2.75 q 0.008,-0.141667 0.008,-0.241667 0,-0.433333 -0.15833,-0.741667 -0.15,-0.308333 -0.44167,-0.45 -0.28333,-0.141666 -0.64167,-0.141666 -0.25,0 -0.48333,0.08333 -0.23333,0.075 -0.425,0.233333 -0.18333,0.15 -0.30833,0.35 -0.125,0.2 -0.18334,0.391667 -0.0583,0.183333 -0.11666,0.516667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path1171" />
<path
d="m 513.37892,46.945543 q -0.1,0.491667 -0.24167,1.375 -0.14167,0.875 -0.19167,1.358333 -1.78333,0.258334 -3.18333,0.258334 -1.35,0 -2.51667,-0.333334 -1.15833,-0.341666 -2.13333,-1.108333 -0.96667,-0.775 -1.38333,-1.816667 -0.41667,-1.041666 -0.41667,-2.333333 0,-1.508333 0.55833,-2.708333 0.56667,-1.208333 1.61667,-2.008333 1.05833,-0.808333 2.31667,-1.15 1.25833,-0.35 2.6,-0.35 1.23333,0 3.05,0.316667 l 0.0167,0.7 q 0.0167,0.458333 0.05,1.008333 l 0.0583,0.95 q -0.975,-0.233334 -1.58334,-0.316667 -0.6,-0.08333 -1.11666,-0.08333 -1.125,0 -2.025,0.45 -0.9,0.45 -1.41667,1.308333 -0.51667,0.858333 -0.51667,1.9 0,0.95 0.43334,1.633333 0.43333,0.675 1.16666,1.05 0.74167,0.366667 1.825,0.366667 0.59167,0 1.28334,-0.09167 0.7,-0.1 1.75,-0.375 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path1173" />
<path
d="m 514.57892,43.63721 q 0.15833,-0.825 0.2,-1.133333 0.0417,-0.316667 0.13333,-0.983334 2.4,-0.525 4.125,-0.525 0.98333,0 1.8,0.225 0.81667,0.216667 1.275,0.708334 0.45833,0.491666 0.45833,1.408333 0,0.466667 -0.125,2.1 -0.125,1.633333 -0.19166,4.283333 -0.81667,-0.01667 -1.625,-0.01667 -0.78334,0 -1.66667,0.01667 0.11667,-0.916667 0.25833,-3.783333 -0.31666,0.15 -0.5,0.216666 -0.175,0.06667 -0.625,0.2 -0.45,0.133334 -0.70833,0.225 -0.25,0.09167 -0.44167,0.233334 -0.18333,0.141666 -0.26666,0.291666 -0.075,0.15 -0.075,0.333334 0,0.283333 0.225,0.483333 0.225,0.2 0.71666,0.2 0.175,0 0.375,-0.025 0.2,-0.03333 0.55,-0.15 -0.24166,0.641667 -0.575,1.875 -0.71666,0.116667 -1.35833,0.116667 -1.03333,0 -1.725,-0.283334 -0.68333,-0.291666 -1.05833,-0.933333 -0.36667,-0.641667 -0.36667,-1.283333 0,-0.391667 0.13333,-0.766667 0.14167,-0.375 0.43334,-0.733333 0.29166,-0.358334 0.68333,-0.608333 0.39167,-0.258334 1.06667,-0.483334 0.68333,-0.225 1.725,-0.425 0.43333,-0.08333 0.79166,-0.175 0.36667,-0.1 0.51667,-0.166666 0.15833,-0.075 0.25,-0.166667 0.1,-0.1 0.14167,-0.2 0.0417,-0.108333 0.0417,-0.225 0,-0.316667 -0.26666,-0.483333 -0.26667,-0.175 -0.78334,-0.175 -1.43333,0 -3.54166,0.808333 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path1175" />
<path
d="m 522.97891,49.720543 q 0.24167,-1.891667 0.36667,-4.175 0.13333,-2.291666 0.15833,-4.333333 1,0.01667 1.725,0.01667 0.84167,0 1.61667,-0.01667 l -0.0833,1.133333 q 0.275,-0.308333 0.475,-0.483333 0.2,-0.183333 0.49166,-0.35 0.3,-0.175 0.63334,-0.283333 0.33333,-0.108334 0.725,-0.166667 0.4,-0.06667 0.83333,-0.06667 0.6,0 1.16667,0.133334 0.575,0.125 0.95833,0.366666 0.38333,0.233334 0.64167,0.591667 0.25833,0.35 0.34166,0.758333 0.0833,0.408334 0.0833,0.841667 0,0.316667 -0.0667,1.366667 l -0.14167,3.016666 q -0.0417,0.891667 -0.0417,1.65 -0.84167,-0.01667 -1.575,-0.01667 -0.99167,0 -1.80834,0.01667 0.075,-0.758333 0.15834,-2.25 0.0833,-1.5 0.0833,-2.108333 0,-0.941667 -0.36667,-1.308333 -0.35833,-0.375 -0.90833,-0.375 -0.48333,0 -0.91667,0.316666 -0.425,0.316667 -0.65833,0.925 -0.23333,0.6 -0.33333,1.983333 -0.0917,1.383334 -0.125,2.816667 -0.83334,-0.01667 -1.625,-0.01667 -0.83334,0 -1.80834,0.01667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path1177" />
<path
d="m 542.97891,49.720543 q -0.89166,-0.01667 -1.48333,-0.01667 -0.66667,0 -1.61667,0.01667 l 0.05,-1.058333 q -0.325,0.316666 -0.56666,0.516666 -0.24167,0.191667 -0.625,0.375 -0.375,0.183334 -0.81667,0.283334 -0.43333,0.1 -0.9,0.1 -0.8,0 -1.5,-0.291667 -0.69167,-0.291667 -1.18333,-0.825 -0.49167,-0.541667 -0.73334,-1.275 -0.24166,-0.741667 -0.24166,-1.533333 0,-1.125 0.44166,-2.2 0.44167,-1.075 1.15,-1.691667 0.71667,-0.616666 1.60834,-0.866666 0.9,-0.258334 1.94166,-0.258334 0.69167,0 1.61667,0.125 0.0667,-0.991666 0.0917,-2.774999 1.025,0.01667 1.675,0.01667 0.84166,0 1.7,-0.01667 -0.24167,2.474999 -0.425,6.041666 -0.18334,3.566666 -0.18334,5.333333 z m -2.975,-6.433333 q -0.44166,-0.1 -0.83333,-0.1 -0.80833,0 -1.375,0.316667 -0.56667,0.308333 -0.875,0.975 -0.3,0.658333 -0.3,1.299999 0,0.483334 0.16667,0.875 0.175,0.383334 0.525,0.608334 0.35833,0.225 0.79166,0.225 0.45834,0 0.83334,-0.258334 0.38333,-0.258333 0.61666,-0.758333 0.24167,-0.5 0.325,-1.183333 0.0917,-0.691667 0.125,-2 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path1179" />
<path
d="m 544.27058,40.153877 q 0.05,-0.991667 0.05,-1.566667 0,-0.166666 -0.008,-0.45 1.00833,0.01667 1.69167,0.01667 0.94166,0 1.65,-0.01667 -0.025,0.258334 -0.0333,0.433334 l -0.05,1.033333 q -0.0167,0.233333 -0.0167,0.55 -0.825,-0.01667 -1.58334,-0.01667 -0.78333,0 -1.7,0.01667 z m -0.525,9.566666 q 0.11667,-1.016667 0.175,-1.675 0.0583,-0.658333 0.10834,-1.683333 0.0583,-1.025 0.1,-2.266667 0.0417,-1.241666 0.0667,-2.883333 1.08334,0.01667 1.73334,0.01667 0.59166,0 1.7,-0.01667 -0.14167,1.575 -0.20834,2.766667 -0.0583,1.191666 -0.075,2.524999 -0.0333,2.366667 -0.0333,3.216667 -0.99167,-0.01667 -1.70833,-0.01667 -0.70834,0 -1.85834,0.01667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path1181" />
<path
d="m 557.44558,49.720543 q -0.89167,-0.01667 -1.48333,-0.01667 -0.66667,0 -1.61667,0.01667 l 0.05,-1.058333 q -0.325,0.316666 -0.56667,0.516666 -0.24166,0.191667 -0.625,0.375 -0.375,0.183334 -0.81666,0.283334 -0.43334,0.1 -0.9,0.1 -0.8,0 -1.5,-0.291667 -0.69167,-0.291667 -1.18334,-0.825 -0.49166,-0.541667 -0.73333,-1.275 -0.24167,-0.741667 -0.24167,-1.533333 0,-1.125 0.44167,-2.2 0.44167,-1.075 1.15,-1.691667 0.71667,-0.616666 1.60833,-0.866666 0.9,-0.258334 1.94167,-0.258334 0.69167,0 1.61667,0.125 0.0667,-0.991666 0.0917,-2.774999 1.025,0.01667 1.675,0.01667 0.84167,0 1.7,-0.01667 -0.24166,2.474999 -0.425,6.041666 -0.18333,3.566666 -0.18333,5.333333 z m -2.975,-6.433333 q -0.44167,-0.1 -0.83333,-0.1 -0.80834,0 -1.375,0.316667 -0.56667,0.308333 -0.875,0.975 -0.3,0.658333 -0.3,1.299999 0,0.483334 0.16666,0.875 0.175,0.383334 0.525,0.608334 0.35834,0.225 0.79167,0.225 0.45833,0 0.83333,-0.258334 0.38334,-0.258333 0.61667,-0.758333 0.24167,-0.5 0.325,-1.183333 0.0917,-0.691667 0.125,-2 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path1183" />
<path
d="m 559.04558,43.63721 q 0.15833,-0.825 0.2,-1.133333 0.0417,-0.316667 0.13333,-0.983334 2.4,-0.525 4.125,-0.525 0.98333,0 1.8,0.225 0.81667,0.216667 1.275,0.708334 0.45833,0.491666 0.45833,1.408333 0,0.466667 -0.125,2.1 -0.125,1.633333 -0.19166,4.283333 -0.81667,-0.01667 -1.625,-0.01667 -0.78334,0 -1.66667,0.01667 0.11667,-0.916667 0.25833,-3.783333 -0.31666,0.15 -0.5,0.216666 -0.175,0.06667 -0.625,0.2 -0.45,0.133334 -0.70833,0.225 -0.25,0.09167 -0.44167,0.233334 -0.18333,0.141666 -0.26666,0.291666 -0.075,0.15 -0.075,0.333334 0,0.283333 0.225,0.483333 0.225,0.2 0.71666,0.2 0.175,0 0.375,-0.025 0.2,-0.03333 0.55,-0.15 -0.24166,0.641667 -0.575,1.875 -0.71666,0.116667 -1.35833,0.116667 -1.03333,0 -1.725,-0.283334 -0.68333,-0.291666 -1.05833,-0.933333 -0.36667,-0.641667 -0.36667,-1.283333 0,-0.391667 0.13333,-0.766667 0.14167,-0.375 0.43334,-0.733333 0.29166,-0.358334 0.68333,-0.608333 0.39167,-0.258334 1.06667,-0.483334 0.68333,-0.225 1.725,-0.425 0.43333,-0.08333 0.79166,-0.175 0.36667,-0.1 0.51667,-0.166666 0.15833,-0.075 0.25,-0.166667 0.1,-0.1 0.14167,-0.2 0.0417,-0.108333 0.0417,-0.225 0,-0.316667 -0.26666,-0.483333 -0.26667,-0.175 -0.78334,-0.175 -1.43333,0 -3.54166,0.808333 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path1185" />
<path
d="m 573.72891,47.270543 q -0.15,0.7 -0.25833,1.366667 l -0.18333,1.016666 q -0.825,0.183334 -1.29167,0.233334 -0.45833,0.05 -0.89167,0.05 -0.70833,0 -1.25833,-0.125 -0.55,-0.116667 -0.91667,-0.433334 -0.36666,-0.325 -0.5,-0.741666 -0.13333,-0.416667 -0.13333,-0.883334 0,-0.08333 0.008,-0.291666 0.008,-0.216667 0.0583,-0.95 l 0.18333,-2.883333 h -1.3 q 0.0417,-0.575 0.075,-1.516667 l 0.025,-0.775 h 1.38333 q 0.05,-0.383333 0.125,-1.675 l 1.425,-0.291666 q 0.39167,-0.075 1.66667,-0.383334 -0.0583,1.091667 -0.0833,2.35 h 1.9 q -0.0667,1.733333 -0.0667,2.291667 h -1.91667 l -0.1,2.083333 q -0.0167,0.466666 -0.0167,0.6 0,0.4 0.0833,0.666666 0.0917,0.266667 0.30833,0.383334 0.225,0.116666 0.49167,0.116666 0.2,0 0.41667,-0.025 0.21666,-0.03333 0.76666,-0.183333 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path1187" />
<path
d="m 581.97891,47.203876 q -0.10833,0.5 -0.41667,2.416667 -0.96666,0.191667 -1.625,0.25 -0.65833,0.06667 -1.33333,0.06667 -0.99167,0 -1.825,-0.141667 -0.83333,-0.133333 -1.44167,-0.483333 -0.6,-0.35 -1.00833,-0.866667 -0.40833,-0.525 -0.625,-1.241667 -0.20833,-0.716666 -0.20833,-1.475 0,-1.066666 0.425,-2.083333 0.425,-1.025 1.09166,-1.6 0.675,-0.575 1.55,-0.816666 0.875,-0.241667 1.79167,-0.241667 0.95,0 1.80833,0.225 0.86667,0.216667 1.46667,0.766667 0.6,0.55 0.85,1.241666 0.25833,0.691667 0.25833,1.491667 0,0.475 -0.10833,1.058333 l -5.84167,0.0083 q -0.008,0.133334 -0.008,0.241667 0,0.9 0.64167,1.325 0.64166,0.425 1.56666,0.425 0.55,0 1.25,-0.125 0.70834,-0.133333 1.74167,-0.441667 z m -5.125,-2.699999 h 2.75 q 0.008,-0.141667 0.008,-0.241667 0,-0.433333 -0.15833,-0.741667 -0.15,-0.308333 -0.44167,-0.45 -0.28333,-0.141666 -0.64166,-0.141666 -0.25,0 -0.48334,0.08333 -0.23333,0.075 -0.425,0.233333 -0.18333,0.15 -0.30833,0.35 -0.125,0.2 -0.18333,0.391667 -0.0583,0.183333 -0.11667,0.516667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path1189" />
<path
d="m 589.40392,49.720543 q 0.10833,-1.291667 0.275,-4.175 0.16666,-2.883333 0.19166,-4.125 -0.30833,0.191667 -0.6,0.383334 -0.29166,0.183333 -1.26666,0.883333 0.05,-0.708333 0.0917,-1.658333 0.0417,-0.958334 0.0417,-1.408333 0.425,-0.241667 0.95833,-0.575 0.54167,-0.333334 0.65834,-0.416667 0.125,-0.09167 0.36666,-0.283333 0.74167,0.01667 1.70834,0.01667 0.91666,0 1.875,-0.01667 l -0.16667,1.858333 -0.35833,6.166666 -0.0833,2.266667 v 1.083333 q -0.70833,-0.01667 -1.725,-0.01667 -1.18333,0 -1.96666,0.01667 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.06666565px;line-height:110.00000238%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';text-align:end;letter-spacing:-1.06666672px;text-anchor:end;fill:#ffffff;stroke-width:1.06666672px"
id="path1191" />
</g>
</g>
<g
aria-label=". 6"
transform="matrix(0.24127119,0,0.01264448,0.24127122,4.1926296,267.35338)"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:0%;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';letter-spacing:-7.09514618px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter4749);enable-background:new"
id="text1152">
<path
d="m 286.21154,2.2370076 q 0.19276,-3.22882392 0.33734,-8.7226438 l 4.96371,0.072287 q 0.79516,0 4.19265,-0.072287 -0.19276,2.6264315 -0.43372,8.7226438 l -4.19265,-0.048191 q -0.45782,0 -4.86733,0.048191 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:49.34799576px;line-height:1.25;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';letter-spacing:-7.09514618px"
id="path1154" />
<path
d="m 315.05617,-18.750348 q 1.25297,-0.216861 2.38547,-0.216861 2.77101,0 4.96372,1.084306 2.2168,1.084307 3.3493,3.373398 1.1325,2.264996 1.1325,5.0600976 0,1.855369 -0.53011,3.5902595 -0.50601,1.7107947 -1.46984,3.1806325 -0.96382,1.4457421 -2.40957,2.60233572 -1.42164,1.13249798 -3.06015,1.73489048 -1.61441,0.6023925 -3.44569,0.8915409 -1.83127,0.3132441 -3.71073,0.3132441 -4.36133,0 -7.59015,-1.445742 -3.20473,-1.46983778 -4.67457,-3.9998864 -1.44574,-2.5541443 -1.44574,-5.6142983 0,-1.7589862 0.38553,-3.8553121 0.40963,-2.096326 1.75899,-4.98781 1.37345,-2.91558 3.73483,-6.698605 2.38548,-3.783025 4.84324,-6.915466 h 12.337 q -3.66255,4.216747 -4.86733,5.710681 -1.7108,2.144517 -3.22883,4.433609 -1.49393,2.264996 -2.50595,4.216748 -0.98792,1.951751 -1.6867,3.831216 -0.40963,1.108402 -0.60239,2.07223 -0.16867,0.9638283 -0.16867,1.8071778 0,1.132498 0.45782,2.1686131 0.45781,1.0361152 1.37345,1.6385077 0.91564,0.6023925 2.19271,0.6023925 1.20478,0 2.12042,-0.5542011 0.93973,-0.5782968 1.39755,-1.5662206 0.45782,-1.0120194 0.45782,-2.1204216 0,-1.9517518 -1.42165,-2.8432928 -1.39755,-0.891541 -2.7951,-0.891541 -0.43372,0 -1.30116,0.120479 0.5542,-0.891541 2.07223,-3.445686 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:49.34799576px;line-height:1.25;font-family:'Eras Bold ITC';-inkscape-font-specification:'Eras Bold ITC Bold';letter-spacing:-7.09514618px"
id="path1156" />
</g>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 103 KiB