<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[200544] trunk/PerformanceTests</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/200544">200544</a></dd>
<dt>Author</dt> <dd>timothy@apple.com</dd>
<dt>Date</dt> <dd>2016-05-07 09:51:58 -0700 (Sat, 07 May 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Update Animometer design
https://bugs.webkit.org/show_bug.cgi?id=157449

Reviewed by Darin Adler.

* Animometer/developer.html: Stop including runner/animometer.css.
* Animometer/index.html: Udpated elements to fit new styles.

* Animometer/resources/debug-runner/animometer.css:
Copy the old runner/animometer.css to here so the debug runner is unaffected.

* Animometer/resources/runner/animometer.css:
New styles for the design. Drop flex box for broad browser support.

* Animometer/resources/runner/animometer.js:
(ResultsTable.clear): Use textContent.
(window.sectionsManager.showSection): Add class to the body.
(window.sectionsManager.setSectionScore): Use textContent, not innerHTML.

* Animometer/resources/runner/crystal.svg: Added.
* Animometer/resources/runner/lines.svg: Added.
* Animometer/resources/runner/logo.svg: Added.

* Animometer/resources/runner/tests.js: Shorten test name and title case them.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkPerformanceTestsAnimometerdeveloperhtml">trunk/PerformanceTests/Animometer/developer.html</a></li>
<li><a href="#trunkPerformanceTestsAnimometerindexhtml">trunk/PerformanceTests/Animometer/index.html</a></li>
<li><a href="#trunkPerformanceTestsAnimometerresourcesdebugrunneranimometercss">trunk/PerformanceTests/Animometer/resources/debug-runner/animometer.css</a></li>
<li><a href="#trunkPerformanceTestsAnimometerresourcesrunneranimometercss">trunk/PerformanceTests/Animometer/resources/runner/animometer.css</a></li>
<li><a href="#trunkPerformanceTestsAnimometerresourcesrunneranimometerjs">trunk/PerformanceTests/Animometer/resources/runner/animometer.js</a></li>
<li><a href="#trunkPerformanceTestsAnimometerresourcesrunnertestsjs">trunk/PerformanceTests/Animometer/resources/runner/tests.js</a></li>
<li><a href="#trunkPerformanceTestsChangeLog">trunk/PerformanceTests/ChangeLog</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkPerformanceTestsAnimometerresourcesrunnercrystalsvg">trunk/PerformanceTests/Animometer/resources/runner/crystal.svg</a></li>
<li><a href="#trunkPerformanceTestsAnimometerresourcesrunnerlinessvg">trunk/PerformanceTests/Animometer/resources/runner/lines.svg</a></li>
<li><a href="#trunkPerformanceTestsAnimometerresourcesrunnerlogosvg">trunk/PerformanceTests/Animometer/resources/runner/logo.svg</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkPerformanceTestsAnimometerdeveloperhtml"></a>
<div class="modfile"><h4>Modified: trunk/PerformanceTests/Animometer/developer.html (200543 => 200544)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/PerformanceTests/Animometer/developer.html        2016-05-07 16:20:16 UTC (rev 200543)
+++ trunk/PerformanceTests/Animometer/developer.html        2016-05-07 16:51:58 UTC (rev 200544)
</span><span class="lines">@@ -4,7 +4,6 @@
</span><span class="cx">     &lt;title&gt;Animometer - developer&lt;/title&gt;
</span><span class="cx">     &lt;meta charset=&quot;utf-8&quot;&gt;
</span><span class="cx">     &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, user-scalable=no&quot;&gt;
</span><del>-    &lt;link rel=&quot;stylesheet&quot; href=&quot;resources/runner/animometer.css&quot;&gt;
</del><span class="cx">     &lt;link rel=&quot;stylesheet&quot; href=&quot;resources/debug-runner/animometer.css&quot;&gt;
</span><span class="cx">     &lt;script src=&quot;resources/strings.js&quot;&gt;&lt;/script&gt;
</span><span class="cx">     &lt;script src=&quot;resources/extensions.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkPerformanceTestsAnimometerindexhtml"></a>
<div class="modfile"><h4>Modified: trunk/PerformanceTests/Animometer/index.html (200543 => 200544)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/PerformanceTests/Animometer/index.html        2016-05-07 16:20:16 UTC (rev 200543)
+++ trunk/PerformanceTests/Animometer/index.html        2016-05-07 16:51:58 UTC (rev 200544)
</span><span class="lines">@@ -1,45 +1,51 @@
</span><span class="cx"> &lt;!DOCTYPE html&gt;
</span><span class="cx"> &lt;html&gt;
</span><span class="cx"> &lt;head&gt;
</span><del>-    &lt;title&gt;Animometer&lt;/title&gt;
</del><span class="cx">     &lt;meta charset=&quot;utf-8&quot;&gt;
</span><span class="cx">     &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, user-scalable=no&quot;&gt;
</span><ins>+
+    &lt;title&gt;Motion Mark 1.0&lt;/title&gt;
+
</ins><span class="cx">     &lt;link rel=&quot;stylesheet&quot; href=&quot;resources/runner/animometer.css&quot;&gt;
</span><del>-    &lt;script src=&quot;resources/strings.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;resources/extensions.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;resources/statistics.js&quot;&gt;&lt;/script&gt;
</del><span class="cx"> 
</span><del>-    &lt;script src=&quot;resources/runner/tests.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;resources/runner/animometer.js&quot;&gt;&lt;/script&gt;
</del><ins>+    &lt;script src=&quot;resources/strings.js&quot; defer&gt;&lt;/script&gt;
+    &lt;script src=&quot;resources/extensions.js&quot; defer&gt;&lt;/script&gt;
+    &lt;script src=&quot;resources/statistics.js&quot; defer&gt;&lt;/script&gt;
</ins><span class="cx"> 
</span><del>-    &lt;script src=&quot;resources/runner/benchmark-runner.js&quot;&gt;&lt;/script&gt;
</del><ins>+    &lt;script src=&quot;resources/runner/tests.js&quot; defer&gt;&lt;/script&gt;
+    &lt;script src=&quot;resources/runner/animometer.js&quot; defer&gt;&lt;/script&gt;
+
+    &lt;script src=&quot;resources/runner/benchmark-runner.js&quot; defer&gt;&lt;/script&gt;
+
+    &lt;script&gt;
+        window.addEventListener(&quot;load&quot;, function() {
+            // Start the fade in animation.
+            document.body.classList.add(&quot;images-loaded&quot;);
+        });
+    &lt;/script&gt;
</ins><span class="cx"> &lt;/head&gt;
</span><del>-&lt;body&gt;
</del><ins>+&lt;body class=&quot;showing-intro&quot;&gt;
</ins><span class="cx">     &lt;main&gt;
</span><del>-        &lt;hr&gt;
</del><span class="cx">         &lt;section id=&quot;intro&quot; class=&quot;selected&quot;&gt;
</span><del>-            &lt;h1&gt;Animometer&lt;/h1&gt;
-            &lt;p&gt;Animometer is a graphics benchmark that measures a browser’s capability to animate complex scenes at a target frame rate.&lt;/p&gt;
-            &lt;p&gt;For accurate results, please take the browser window full screen, or rotate the device to landscape orientation.&lt;/p&gt;
-            &lt;div class=&quot;orientation-check&quot;&gt;
-                &lt;p class=&quot;hidden&quot;&gt;Please rotate the device to orientation before starting.&lt;/p&gt;
-                &lt;button id=&quot;run-benchmark&quot; onclick=&quot;benchmarkController.startBenchmark()&quot;&gt;Run benchmark&lt;/button&gt;
</del><ins>+            &lt;svg class=&quot;logo&quot;&gt;&lt;use xlink:href=&quot;resources/runner/logo.svg#root&quot;&gt;&lt;/svg&gt;
+            &lt;div class=&quot;body&quot;&gt;
+                &lt;p&gt;Motion Mark is a graphics benchmark that measures a browser’s capability to animate complex scenes at a target frame rate.&lt;/p&gt;
+                &lt;p&gt;For accurate results, please take your browser window full screen, or rotate your device to landscape orientation.&lt;/p&gt;
+                &lt;p class=&quot;portrait-orientation-check&quot;&gt;&lt;b&gt;Please rotate your device.&lt;/b&gt;&lt;/p&gt;
+                &lt;button class=&quot;landscape-orientation-check&quot; onclick=&quot;benchmarkController.startBenchmark()&quot;&gt;Run Benchmark&lt;/button&gt;
</ins><span class="cx">             &lt;/div&gt;
</span><span class="cx">         &lt;/section&gt;
</span><del>-        &lt;section id=&quot;test-container&quot; class=&quot;frame-container&quot;&gt;
-        &lt;/section&gt;
</del><ins>+
+        &lt;section id=&quot;test-container&quot; class=&quot;frame-container&quot;&gt;&lt;/section&gt;
+
</ins><span class="cx">         &lt;section id=&quot;results&quot;&gt;
</span><del>-            &lt;h1&gt;Animometer score&lt;/h1&gt;
-            &lt;p class=&quot;score&quot; onclick=&quot;benchmarkController.showDebugInfo()&quot;&gt;&lt;/p&gt;
-            &lt;div id=&quot;results-tables&quot;&gt;
-                &lt;table id=&quot;results-score&quot;&gt;&lt;/table&gt;
-                &lt;table id=&quot;results-header&quot;&gt;&lt;/table&gt;
</del><ins>+            &lt;svg class=&quot;logo&quot;&gt;&lt;use xlink:href=&quot;resources/runner/logo.svg#root&quot;&gt;&lt;/svg&gt;
+            &lt;div class=&quot;body&quot;&gt;
+                &lt;p class=&quot;score&quot; onclick=&quot;benchmarkController.showDebugInfo()&quot;&gt;&lt;/p&gt;
+                &lt;table id=&quot;results-header&quot;&gt;&lt;/table&gt;&lt;table id=&quot;results-score&quot;&gt;&lt;/table&gt;&lt;br&gt;
+                &lt;button onclick=&quot;benchmarkController.startBenchmark()&quot;&gt;Test Again&lt;/button&gt;
</ins><span class="cx">             &lt;/div&gt;
</span><del>-            &lt;footer&gt;
-                &lt;button onclick=&quot;benchmarkController.startBenchmark()&quot;&gt;Test Again&lt;/button&gt;
-            &lt;/footer&gt;
</del><span class="cx">         &lt;/section&gt;
</span><del>-        &lt;hr&gt;
</del><span class="cx">     &lt;/main&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkPerformanceTestsAnimometerresourcesdebugrunneranimometercss"></a>
<div class="modfile"><h4>Modified: trunk/PerformanceTests/Animometer/resources/debug-runner/animometer.css (200543 => 200544)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/PerformanceTests/Animometer/resources/debug-runner/animometer.css        2016-05-07 16:20:16 UTC (rev 200543)
+++ trunk/PerformanceTests/Animometer/resources/debug-runner/animometer.css        2016-05-07 16:51:58 UTC (rev 200544)
</span><span class="lines">@@ -1,4 +1,340 @@
</span><ins>+/* Outer harness */
+html,body {
+    height: 100%;
+    margin: 0px;
+    padding: 0px;
+}
+
</ins><span class="cx"> body {
</span><ins>+    background-color: rgb(241, 241, 241);
+    color: rgb(96, 96, 96);
+    font-family: -apple-system, &quot;Helvetica Neue&quot;, Helvetica, Verdana, sans-serif;
+}
+
+main {
+    width: 100%;
+    height: 100%;
+
+    display: flex;
+    align-items: center;
+    justify-content: flex-start;
+    flex-flow: column;
+}
+
+hr {
+    flex: 1 0 20px;
+    width: 1px;
+    border: 0;
+    margin: 0;
+}
+
+section {
+    box-sizing: border-box;
+    width: 100%;
+    display: none;
+}
+
+section.selected {
+    display: initial;
+}
+
+h1 {
+    font-size: 3em;
+    text-align: center;
+    font-weight: 600;
+    margin: 10vh 0;
+    flex: 0 1 1em;
+}
+
+.hidden {
+    display: none;
+}
+
+button {
+    flex: 0 0 auto;
+    display: block;
+    font-size: 1.5em;
+    border: 2px solid rgb(96, 96, 96);
+    color: rgb(96, 96, 96);
+    background: transparent;
+    border-radius: 10px;
+    padding: .5em 2em;
+}
+
+button:hover {
+    background-color: rgba(0, 0, 0, .1);
+    cursor: pointer;
+}
+
+button:active {
+    color: inherit;
+    background-color: rgba(0, 0, 0, .2);
+}
+
+button:disabled {
+    border-color: rgba(96, 96, 96, .5);
+    color: rgba(96, 96, 96, .5);
+}
+
+@media screen and (min-device-height: 1024px),
+    screen and (min-device-width: 1024px) and (orientation: landscape) {
+    section {
+        padding: 0 20px;
+    }
+
+    section.selected {
+        display: flex;
+        align-items: center;
+        justify-content: flex-start;
+        flex-flow: column;
+    }
+}
+
+@media screen and (max-device-width: 414px),
+    screen and (max-device-height: 414px) and (orientation: landscape) {
+    h1 {
+        font-size: 2.5em;
+    }
+
+    hr {
+        flex: 0 0 0;
+    }
+
+    section {
+        box-sizing: border-box;
+        width: 100%;
+        height: 100%;
+        align-self: stretch;
+        padding: 0 5px;
+    }
+}
+
+/* Intro section */
+#intro.selected {
+    flex: 1 0 auto;
+}
+
+#intro &gt; p {
+    flex: 0 1 auto;
+    padding: .5em 0;
+    margin: 0;
+    font-size: 2em;
+}
+
+#intro .orientation-check {
+    padding: 10vh 0;
+    text-align: center;
+}
+
+#intro .orientation-check p {
+    font-size: 1em;
+    color: hsl(11, 72%, 50%);
+    margin-bottom: 1em;
+    -apple-trailing-word: -apple-partially-balanced;
+}
+
+#intro .orientation-check button {
+    margin: 0 auto;
+}
+
+@media screen and (min-device-height: 1024px),
+    screen and (min-device-width: 1024px) and (orientation: landscape) {
+    #intro p {
+        max-width: 800px;
+        margin: 0;
+    }
+}
+
+@media screen and (max-device-width: 414px),
+    screen and (max-device-height: 414px) and (orientation: landscape) {
+    #intro.selected {
+        display: flex;
+        align-items: center;
+        justify-content: flex-start;
+        flex-flow: column;
+    }
+
+    #intro p {
+        padding-left: 20px;
+        padding-right: 20px;
+        font-size: 1.5em;
+    }
+}
+
+/* Running test section */
+#test-container.selected {
+    display: flex;
+
+    align-items: center;
+    justify-content: center;
+}
+
+.frame-container &gt; iframe {
+    width: 1200px;
+    height: 600px;
+    border: 0;
+    margin: 0 auto;
+}
+
+@media screen and (max-device-width: 414px),
+    screen and (max-device-height: 414px) and (orientation: landscape) {
+    #test-container {
+        padding: 0;
+    }
+
+    .frame-container {
+        width: 100%;
+        height: calc(100% + 1px);
+    }
+
+    .frame-container &gt; iframe {
+        width: 100%;
+        height: 100%;
+    }
+}
+
+@media (min-device-height: 768px) and (max-device-height: 1024px) {
+    .frame-container &gt; iframe {
+        width: 900px;
+        height: 600px;
+    }
+}
+
+@media screen and (max-device-width: 1024px) and (min-device-height: 1366px) {
+    .frame-container &gt; iframe {
+        width: 1200px;
+        height: 800px;
+    }
+}
+
+@media screen and (min-width: 1800px) {
+    .frame-container &gt; iframe {
+        width: 1600px;
+        height: 800px;
+    }
+}
+
+/* Results section */
+#results {
+    text-align: center;
+}
+
+#results.selected {
+    flex: 1 0 auto;
+}
+
+.score {
+    font-size: 5em;
+    font-weight: bold;
+    margin: 0;
+}
+
+#results-tables {
+    direction: rtl;
+
+    display: flex;
+
+    align-items: center;
+    justify-content: center;
+
+    margin: 3em 0;
+}
+
+#results table {
+    direction: ltr;
+    border-spacing: 0;
+}
+
+#results th {
+    padding: .5em 0;
+}
+
+#results tr td {
+    padding: .25em 0;
+}
+
+#results-header td, #results-header th {
+    text-align: left;
+}
+#results-header tr td {
+    padding-right: 1em;
+}
+#results-score td, #results-score th {
+    text-align: right;
+}
+#results footer {
+    padding-bottom: 10vh;
+}
+
+@media screen and (max-device-width: 414px),
+    screen and (max-device-height: 414px) and (orientation: landscape) {
+    #results.selected {
+        padding: 0 20px;
+        display: flex;
+        align-items: center;
+        justify-content: flex-start;
+        flex-flow: column;
+    }
+
+    .score {
+        font-size: 3em;
+    }
+}
+
+#overlay {
+    position: fixed;
+    width: 100%;
+    height: 100%;
+    top: 0;
+    left: 0;
+    color: rgb(255, 255, 255);
+    background: rgba(0, 0, 10, .8);
+}
+
+@supports (-webkit-backdrop-filter: blur(10px)) {
+    #overlay {
+        background: rgba(0, 0, 10, .4);
+        -webkit-backdrop-filter: blur(10px);
+    }
+}
+
+#overlay &gt; div {
+    width: 500px;
+    height: 500px;
+    position: absolute;
+    margin-top: -250px;
+    margin-left: -250px;
+    top: 50%;
+    left: 50%;
+    display: flex;
+    justify-content: flex-start;
+    flex-flow: column;
+}
+
+#overlay &gt; div div {
+    flex: 1 1 auto;
+    overflow: scroll;
+    border: 1px solid rgb(241, 241, 241);
+    padding: 2px;
+    box-sizing: border-box;
+}
+
+#overlay button {
+    margin: 1em 5em;
+    border-color: rgb(241, 241, 241);
+    color: rgb(241, 241, 241);
+}
+
+#overlay button:hover {
+    background-color: rgba(255, 255, 255, .1);
+}
+
+#overlay button:active {
+    background-color: rgba(255, 255, 255, .2);
+}
+
+/* Debug specific */
+body {
</ins><span class="cx">     background-color: rgb(96, 96, 96);
</span><span class="cx">     color: rgb(235, 235, 235);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkPerformanceTestsAnimometerresourcesrunneranimometercss"></a>
<div class="modfile"><h4>Modified: trunk/PerformanceTests/Animometer/resources/runner/animometer.css (200543 => 200544)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/PerformanceTests/Animometer/resources/runner/animometer.css        2016-05-07 16:20:16 UTC (rev 200543)
+++ trunk/PerformanceTests/Animometer/resources/runner/animometer.css        2016-05-07 16:51:58 UTC (rev 200544)
</span><span class="lines">@@ -1,334 +1,466 @@
</span><span class="cx"> /* Outer harness */
</span><del>-html,body {
-    height: 100%;
-    margin: 0px;
-    padding: 0px;
</del><ins>+
+html,
+body {
+    min-height: 100%;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> body {
</span><del>-    background-color: rgb(241, 241, 241);
-    color: rgb(96, 96, 96);
-    font-family: -apple-system, &quot;Helvetica Neue&quot;, Helvetica, Verdana, sans-serif;
</del><ins>+    background-color: hsl(0, 0%, 95%);
+
+    font-family: &quot;Helvetica Neue&quot;, Helvetica, Verdana, sans-serif;
+    font-size: 15px;
+
+    cursor: default;
+
+    -webkit-user-select: none;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-main {
-    width: 100%;
-    height: 100%;
</del><ins>+body.showing-intro,
+body.showing-results {
+    background-color: hsl(35, 100%, 100%);
+    background-image: url(crystal.svg), url(lines.svg);
+    background-size: auto 225%, auto 100%;
+    background-repeat: no-repeat;
</ins><span class="cx"> 
</span><del>-    display: flex;
-    align-items: center;
-    justify-content: flex-start;
-    flex-flow: column;
</del><ins>+    animation: background-fade 1s ease-in 1s, background-color 60s linear infinite 2s;
+    animation-play-state: paused;
+
+    will-change: background-color;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-hr {
-    flex: 1 0 20px;
-    width: 1px;
-    border: 0;
-    margin: 0;
</del><ins>+body.showing-test-container {
+    overflow: hidden;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><ins>+body.images-loaded {
+    animation-play-state: running;
+}
+
+@media screen and (min-width: 667px) {
+    body {
+        font-size: 24px;
+    }
+
+    body.showing-intro,
+    body.showing-results {
+        background-size: 200% 100%, 150% auto;
+    }
+}
+
+@media screen and (min-width: 1025px) {
+    body.showing-intro,
+    body.showing-results {
+        background-size: 150% 100%, 150% auto;
+    }
+}
+
+::selection {
+    background-color: black;
+    color: white;
+}
+
+.hidden {
+    display: none;
+}
+
</ins><span class="cx"> section {
</span><del>-    box-sizing: border-box;
-    width: 100%;
</del><span class="cx">     display: none;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> section.selected {
</span><del>-    display: initial;
</del><ins>+    display: block;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-h1 {
-    font-size: 3em;
-    text-align: center;
-    font-weight: 600;
-    margin: 10vh 0;
-    flex: 0 1 1em;
</del><ins>+svg.logo {
+    width: 350px;
+    height: 88px;
+
+    max-width: 100%;
+
+    padding-bottom: 1em;
+
+    color: hsl(35, 100%, 50%);
+
+    animation: foreground-color 60s linear infinite 2s;
+    animation-play-state: paused;
+
+    will-change: color;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.hidden {
-    display: none;
</del><ins>+body.images-loaded svg.logo {
+    animation-play-state: running;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><ins>+@media screen and (min-width: 667px) {
+    svg.logo {
+        width: 525px;
+        height: 130px;
+    }
+}
+
+section .body {
+    margin: 0 1em;
+    max-width: 350px;
+}
+
+section .body p {
+    margin: 1em 0;
+    line-height: 1.5em;
+
+    -webkit-user-select: text;
+    cursor: text;
+}
+
+@media screen and (min-width: 667px) {
+    section .body {
+        margin-left: 2.5em;
+        max-width: 500px;
+        transform: skewX(-10deg);
+    }
+
+    section button {
+        transform: none;
+    }
+}
+
</ins><span class="cx"> button {
</span><del>-    flex: 0 0 auto;
-    display: block;
-    font-size: 1.5em;
-    border: 2px solid rgb(96, 96, 96);
-    color: rgb(96, 96, 96);
-    background: transparent;
-    border-radius: 10px;
-    padding: .5em 2em;
</del><ins>+    background-color: hsl(35, 100%, 50%);
+    color: white;
+
+    padding: 0.25em;
+    margin: 1.5em -0.25em 0 0;
+
+    min-width: 50%;
+
+    border: none;
+
+    font-family: inherit;
+    font-size: inherit;
+
+    transform: skewX(-10deg);
+
+    transition: 100ms filter ease-in-out;
+
+    animation: background-color 60s linear infinite 2s;
+    animation-play-state: paused;
+
+    will-change: background-color;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><ins>+body.images-loaded button {
+    animation-play-state: running;
+}
+
</ins><span class="cx"> button:hover {
</span><del>-    background-color: rgba(0, 0, 0, .1);
-    cursor: pointer;
</del><ins>+    filter: brightness(115%);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> button:active {
</span><del>-    color: inherit;
-    background-color: rgba(0, 0, 0, .2);
</del><ins>+    filter: brightness(130%);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> button:disabled {
</span><del>-    border-color: rgba(96, 96, 96, .5);
-    color: rgba(96, 96, 96, .5);
</del><ins>+    opacity: 0.5;
+    filter: none !important;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-@media screen and (min-device-height: 1024px),
-    screen and (min-device-width: 1024px) and (orientation: landscape) {
-    section {
-        padding: 0 20px;
</del><ins>+@media print {
+    button {
+        display: none;
</ins><span class="cx">     }
</span><ins>+}
</ins><span class="cx"> 
</span><del>-    section.selected {
-        display: flex;
-        align-items: center;
-        justify-content: flex-start;
-        flex-flow: column;
-    }
</del><ins>+.portrait-orientation-check {
+    display: none;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-@media screen and (max-device-width: 414px),
-    screen and (max-device-height: 414px) and (orientation: landscape) {
-    h1 {
-        font-size: 2.5em;
</del><ins>+@media screen and (max-device-width: 1025px) and (orientation: portrait) {
+    .portrait-orientation-check {
+        display: block;
</ins><span class="cx">     }
</span><ins>+}
</ins><span class="cx"> 
</span><del>-    hr {
-        flex: 0 0 0;
</del><ins>+@media screen and (max-device-width: 1025px) and (orientation: portrait) {
+    .landscape-orientation-check {
+        /* This keeps the button color animation in sync with page, while display: none does not. */
+        visibility: hidden;
</ins><span class="cx">     }
</span><ins>+}
</ins><span class="cx"> 
</span><del>-    section {
-        box-sizing: border-box;
-        width: 100%;
-        height: 100%;
-        align-self: stretch;
-        padding: 0 5px;
</del><ins>+@keyframes background-fade {
+    100% {
+        background-color: hsl(35, 100%, 50%);
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-/* Intro section */
-#intro.selected {
-    flex: 1 0 auto;
-}
</del><ins>+@keyframes background-color {
+    0%, 10% {
+        background-color: hsl(35, 100%, 50%);
+    }
</ins><span class="cx"> 
</span><del>-#intro &gt; p {
-    flex: 0 1 auto;
-    padding: .5em 0;
-    margin: 0;
-    font-size: 2em;
-}
</del><ins>+    12%, 20% {
+        background-color: hsl(75, 100%, 30%);
+    }
</ins><span class="cx"> 
</span><del>-#intro .orientation-check {
-    padding: 10vh 0;
-    text-align: center;
-}
</del><ins>+    22%, 30% {
+        background-color: hsl(115, 100%, 30%);
+    }
</ins><span class="cx"> 
</span><del>-#intro .orientation-check p {
-    font-size: 1em;
-    color: hsl(11, 72%, 50%);
-    margin-bottom: 1em;
-    -apple-trailing-word: -apple-partially-balanced;
-}
</del><ins>+    32%, 40% {
+        background-color: hsl(155, 100%, 30%);
+    }
</ins><span class="cx"> 
</span><del>-#intro .orientation-check button {
-    margin: 0 auto;
-}
</del><ins>+    42%, 50% {
+        background-color: hsl(195, 100%, 30%);
+    }
</ins><span class="cx"> 
</span><del>-@media screen and (min-device-height: 1024px),
-    screen and (min-device-width: 1024px) and (orientation: landscape) {
-    #intro p {
-        max-width: 800px;
-        margin: 0;
</del><ins>+    52%, 60% {
+        background-color: hsl(235, 100%, 30%);
</ins><span class="cx">     }
</span><ins>+
+    62%, 70% {
+        background-color: hsl(275, 100%, 30%);
+    }
+
+    72%, 80% {
+        background-color: hsl(315, 100%, 30%);
+    }
+
+    82%, 90% {
+        background-color: hsl(355, 100%, 30%);
+    }
+
+    92%, 100% {
+        background-color: hsl(395, 100%, 50%);
+    }
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-@media screen and (max-device-width: 414px),
-    screen and (max-device-height: 414px) and (orientation: landscape) {
-    #intro.selected {
-        display: flex;
-        align-items: center;
-        justify-content: flex-start;
-        flex-flow: column;
</del><ins>+@keyframes foreground-color {
+    0%, 10% {
+        color: hsl(35, 100%, 50%);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><del>-    #intro p {
-        padding-left: 20px;
-        padding-right: 20px;
-        font-size: 1.5em;
</del><ins>+    12%, 20% {
+        color: hsl(75, 100%, 30%);
</ins><span class="cx">     }
</span><ins>+
+    22%, 30% {
+        color: hsl(115, 100%, 30%);
+    }
+
+    32%, 40% {
+        color: hsl(155, 100%, 30%);
+    }
+
+    42%, 50% {
+        color: hsl(195, 100%, 30%);
+    }
+
+    52%, 60% {
+        color: hsl(235, 100%, 30%);
+    }
+
+    62%, 70% {
+        color: hsl(275, 100%, 30%);
+    }
+
+    72%, 80% {
+        color: hsl(315, 100%, 30%);
+    }
+
+    82%, 90% {
+        color: hsl(355, 100%, 30%);
+    }
+
+    92%, 100% {
+        color: hsl(395, 100%, 50%);
+    }
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-/* Running test section */
-#test-container.selected {
-    display: flex;
</del><ins>+/* Intro section */
</ins><span class="cx"> 
</span><del>-    align-items: center;
-    justify-content: center;
</del><ins>+#intro {
+    padding: 2em;
+    opacity: 0;
+    transition: opacity 500ms ease-in;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.frame-container &gt; iframe {
</del><ins>+body.images-loaded #intro {
+    opacity: 1;
+}
+
+/* Running test section */
+
+#test-container {
+    position: absolute;
+
</ins><span class="cx">     width: 1200px;
</span><span class="cx">     height: 600px;
</span><ins>+
+    top: 50%;
+    left: 50%;
+
+    margin-left: -600px;
+    margin-top: -300px;
+}
+
+#test-container &gt; iframe {
+    width: 100%;
+    height: 100%;
+
</ins><span class="cx">     border: 0;
</span><del>-    margin: 0 auto;
</del><ins>+    margin: 0;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-@media screen and (max-device-width: 414px),
-    screen and (max-device-height: 414px) and (orientation: landscape) {
</del><ins>+@media screen and (max-device-width: 414px), screen and (max-device-height: 414px) and (orientation: landscape) {
</ins><span class="cx">     #test-container {
</span><del>-        padding: 0;
-    }
-
-    .frame-container {
</del><span class="cx">         width: 100%;
</span><del>-        height: calc(100% + 1px);
-    }
</del><ins>+        height: 100%;
</ins><span class="cx"> 
</span><del>-    .frame-container &gt; iframe {
-        width: 100%;
-        height: 100%;
</del><ins>+        top: 0;
+        left: 0;
+
+        margin-top: 0;
+        margin-left: 0;
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-@media (min-device-height: 768px) and (max-device-height: 1024px) {
-    .frame-container &gt; iframe {
</del><ins>+@media screen and (min-device-height: 768px) and (max-device-height: 1024px) {
+    #test-container {
</ins><span class="cx">         width: 900px;
</span><span class="cx">         height: 600px;
</span><ins>+
+        margin-left: -450px;
+        margin-top: -300px;
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @media screen and (max-device-width: 1024px) and (min-device-height: 1366px) {
</span><del>-    .frame-container &gt; iframe {
</del><ins>+    #test-container {
</ins><span class="cx">         width: 1200px;
</span><del>-        height: 800px;
</del><ins>+        height: 600px;
+
+        margin-left: -600px;
+        margin-top: -300px;
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @media screen and (min-width: 1800px) {
</span><del>-    .frame-container &gt; iframe {
</del><ins>+    #test-container {
</ins><span class="cx">         width: 1600px;
</span><span class="cx">         height: 800px;
</span><ins>+
+        margin-left: -800px;
+        margin-top: -400px;
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /* Results section */
</span><ins>+
</ins><span class="cx"> #results {
</span><del>-    text-align: center;
</del><ins>+    padding: 2em;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-#results.selected {
-    flex: 1 0 auto;
-}
-
-.score {
</del><ins>+#results .score {
</ins><span class="cx">     font-size: 5em;
</span><span class="cx">     font-weight: bold;
</span><del>-    margin: 0;
-}
</del><ins>+    font-style: italic;
</ins><span class="cx"> 
</span><del>-#results-tables {
-    direction: rtl;
</del><ins>+    padding-left: 0.25em;
</ins><span class="cx"> 
</span><del>-    display: flex;
-
-    align-items: center;
-    justify-content: center;
-
-    margin: 3em 0;
</del><ins>+    margin: 0;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #results table {
</span><del>-    direction: ltr;
</del><span class="cx">     border-spacing: 0;
</span><ins>+    margin: 0;
+    padding: 0;
+    min-width: 40%;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-#results th {
-    padding: .5em 0;
</del><ins>+#results table td,
+#results table th {
+    padding: 0.25em;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-#results tr td {
-    padding: .25em 0;
</del><ins>+#results table td.suites-separator {
+    padding: 0;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-#results-header td, #results-header th {
-    text-align: left;
</del><ins>+#results table tr:nth-child(even) {
+    background-color: hsla(0, 0%, 0%, 0.05);
</ins><span class="cx"> }
</span><del>-#results-header tr td {
-    padding-right: 1em;
</del><ins>+
+#results #results-header,
+#results #results-score {
+    display: inline-table;
</ins><span class="cx"> }
</span><del>-#results-score td, #results-score th {
</del><ins>+
+#results #results-header td,
+#results #results-header th {
</ins><span class="cx">     text-align: right;
</span><ins>+    padding-right: 1em !important;
+    padding-left: 0.5em !important;
</ins><span class="cx"> }
</span><del>-#results footer {
-    padding-bottom: 10vh;
</del><ins>+
+#results #results-score td,
+#results #results-score th {
+    text-align: left;
+    padding-right: 0.5em !important;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-@media screen and (max-device-width: 414px),
-    screen and (max-device-height: 414px) and (orientation: landscape) {
-    #results.selected {
-        padding: 0 20px;
-        display: flex;
-        align-items: center;
-        justify-content: flex-start;
-        flex-flow: column;
-    }
</del><ins>+#results #results-score td {
+    -webkit-user-select: text;
+    cursor: text;
+}
</ins><span class="cx"> 
</span><del>-    .score {
-        font-size: 3em;
</del><ins>+@media screen and (min-width: 667px) {
+    #results .body .score {
+        font-style: normal;
+        padding-left: 0.1em;
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #overlay {
</span><span class="cx">     position: fixed;
</span><del>-    width: 100%;
-    height: 100%;
</del><ins>+
</ins><span class="cx">     top: 0;
</span><span class="cx">     left: 0;
</span><del>-    color: rgb(255, 255, 255);
-    background: rgba(0, 0, 10, .8);
</del><ins>+    bottom: 0;
+    right: 0;
+
+    background: hsla(0, 0%, 100%, 0.9);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @supports (-webkit-backdrop-filter: blur(10px)) {
</span><span class="cx">     #overlay {
</span><del>-        background: rgba(0, 0, 10, .4);
-        -webkit-backdrop-filter: blur(10px);
</del><ins>+        background: hsla(0, 0%, 100%, 0.7);
+        -webkit-backdrop-filter: blur(20px);
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #overlay &gt; div {
</span><ins>+    position: absolute;
+
</ins><span class="cx">     width: 500px;
</span><span class="cx">     height: 500px;
</span><del>-    position: absolute;
</del><ins>+
</ins><span class="cx">     margin-top: -250px;
</span><span class="cx">     margin-left: -250px;
</span><ins>+
</ins><span class="cx">     top: 50%;
</span><span class="cx">     left: 50%;
</span><del>-    display: flex;
-    justify-content: flex-start;
-    flex-flow: column;
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #overlay &gt; div div {
</span><del>-    flex: 1 1 auto;
</del><span class="cx">     overflow: scroll;
</span><del>-    border: 1px solid rgb(241, 241, 241);
-    padding: 2px;
-    box-sizing: border-box;
-}
</del><span class="cx"> 
</span><del>-#overlay button {
-    margin: 1em 5em;
-    border-color: rgb(241, 241, 241);
-    color: rgb(241, 241, 241);
-}
</del><ins>+    -webkit-user-select: text;
+    cursor: text;
</ins><span class="cx"> 
</span><del>-#overlay button:hover {
-    background-color: rgba(255, 255, 255, .1);
-}
</del><ins>+    max-height: 250px;
</ins><span class="cx"> 
</span><del>-#overlay button:active {
-    background-color: rgba(255, 255, 255, .2);
</del><ins>+    border: 1px solid hsla(0, 0%, 0%, 0.1);
+    padding: 1em;
</ins><span class="cx"> }
</span></span></pre></div>
<a id="trunkPerformanceTestsAnimometerresourcesrunneranimometerjs"></a>
<div class="modfile"><h4>Modified: trunk/PerformanceTests/Animometer/resources/runner/animometer.js (200543 => 200544)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/PerformanceTests/Animometer/resources/runner/animometer.js        2016-05-07 16:20:16 UTC (rev 200543)
+++ trunk/PerformanceTests/Animometer/resources/runner/animometer.js        2016-05-07 16:51:58 UTC (rev 200544)
</span><span class="lines">@@ -223,7 +223,7 @@
</span><span class="cx"> 
</span><span class="cx">     clear: function()
</span><span class="cx">     {
</span><del>-        this.element.innerHTML = &quot;&quot;;
</del><ins>+        this.element.textContent = &quot;&quot;;
</ins><span class="cx">     },
</span><span class="cx"> 
</span><span class="cx">     _addHeader: function()
</span><span class="lines">@@ -327,6 +327,12 @@
</span><span class="cx"> {
</span><span class="cx">     showSection: function(sectionIdentifier, pushState)
</span><span class="cx">     {
</span><ins>+        document.body.classList.remove(&quot;showing-intro&quot;);
+        document.body.classList.remove(&quot;showing-results&quot;);
+        document.body.classList.remove(&quot;showing-test-container&quot;);
+
+        document.body.classList.add(&quot;showing-&quot; + sectionIdentifier);
+
</ins><span class="cx">         var currentSectionElement = document.querySelector(&quot;section.selected&quot;);
</span><span class="cx">         console.assert(currentSectionElement);
</span><span class="cx"> 
</span><span class="lines">@@ -344,7 +350,7 @@
</span><span class="cx">     {
</span><span class="cx">         document.querySelector(&quot;#&quot; + sectionIdentifier + &quot; .score&quot;).textContent = score;
</span><span class="cx">         if (mean)
</span><del>-            document.querySelector(&quot;#&quot; + sectionIdentifier + &quot; .mean&quot;).innerHTML = mean;
</del><ins>+            document.querySelector(&quot;#&quot; + sectionIdentifier + &quot; .mean&quot;).textContent = mean;
</ins><span class="cx">     },
</span><span class="cx"> 
</span><span class="cx">     populateTable: function(tableIdentifier, headers, dashboard)
</span><span class="lines">@@ -457,7 +463,7 @@
</span><span class="cx">         var container = Utilities.createElement(&quot;div&quot;, {}, overlay);
</span><span class="cx"> 
</span><span class="cx">         var header = Utilities.createElement(&quot;h3&quot;, {}, container);
</span><del>-        header.textContent = &quot;Debug output&quot;;
</del><ins>+        header.textContent = &quot;Debug Output&quot;;
</ins><span class="cx"> 
</span><span class="cx">         var data = Utilities.createElement(&quot;div&quot;, {}, container);
</span><span class="cx">         data.textContent = &quot;Please wait...&quot;;
</span></span></pre></div>
<a id="trunkPerformanceTestsAnimometerresourcesrunnercrystalsvg"></a>
<div class="addfile"><h4>Added: trunk/PerformanceTests/Animometer/resources/runner/crystal.svg (0 => 200544)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/PerformanceTests/Animometer/resources/runner/crystal.svg                                (rev 0)
+++ trunk/PerformanceTests/Animometer/resources/runner/crystal.svg        2016-05-07 16:51:58 UTC (rev 200544)
</span><span class="lines">@@ -0,0 +1,92 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
+&lt;!-- Copyright © 2016 Apple Inc. All rights reserved. --&gt;
+&lt;svg viewBox=&quot;0 0 1000 1000&quot; preserveAspectRatio=&quot;none&quot; version=&quot;1.1&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;
+    &lt;g fill=&quot;white&quot; stroke=&quot;white&quot; stroke-width=&quot;0.15&quot;&gt;
+        &lt;path fill-opacity=&quot;1&quot; stroke-opacity=&quot;1&quot; d=&quot; M 0 0 L 327.88 0 C 325.14 2.87 322.60 5.94 319.73 8.68 C 315.84 12.50 311.31 16.05 309.30 21.31 C 303.10 37.43 296.87 53.54 290.57 69.62 C 288.47 75.11 285.91 80.43 284.24 86.07 C 285.81 87.43 287.37 88.81 289.07 90.01 C 311.23 105.31 332.96 121.25 355.21 136.43 C 357.15 140.82 359.76 145.01 360.61 149.80 C 361.24 153.54 361.64 157.34 361.37 161.13 C 358.55 166.08 356.04 171.21 353.27 176.19 C 353.07 176.54 352.67 177.23 352.48 177.57 C 350 179.82 347.14 181.57 344.29 183.30 C 335.73 188.47 327.27 193.80 318.71 198.98 C 308.13 198.76 297.56 199.12 287.01 199.74 C 279.65 200.20 272.27 199.53 264.92 200.02 C 262.30 200.09 259.91 201.30 257.93 202.94 C 238.82 218.89 219.07 234.08 199.86 249.90 C 196.40 252.94 194.22 257.05 191.56 260.74 C 185.35 267.44 176.30 270.51 169.90 276.91 C 167.71 282.16 169.92 288.14 170.35 293.60 C 171.49 300.35 172.29 307.14 173.21 313.92 C 173.56 316.94 174.94 319.79 1
 77.25 321.80 C 191.06 333.94 203.32 347.74 217.23 359.78 C 225.25 367.81 233.44 375.66 241.21 383.92 C 240.08 390.20 237.63 396.53 238.91 402.98 C 243.04 426.95 247.04 450.94 251.10 474.92 C 252.01 480.25 253.09 485.59 253.21 491.02 C 252.78 493.08 252.36 495.16 251.80 497.20 C 245.46 503.93 239.30 510.88 232.53 517.18 C 229.17 519.86 225.15 522.50 223.72 526.76 C 222.48 536.86 222.68 547.08 221.69 557.21 C 221.55 562.43 220.62 567.83 222.17 572.93 C 227.92 589.76 231.93 607.12 236.76 624.23 C 237.77 628.08 239 631.89 239.78 635.81 C 236.34 648.91 232.70 661.96 229.12 675.02 C 221.78 676.32 214.41 674.68 207.03 674.87 C 197.35 675.08 187.73 673.63 178.06 673.91 C 167.70 674.16 157.40 672.47 147.04 672.92 C 134.73 673.25 122.45 671.07 110.15 672.14 C 114.51 679.54 119.71 686.40 124.41 693.59 C 143.51 722.45 162.87 751.15 181.98 780 C 185.26 784.93 191.47 785.96 196.30 788.75 C 197.35 794.78 196.74 800.90 196.84 806.98 C 196.94 817.65 196.93 828.31 196.97 838.98 C 197.12 846.8
 2 196.23 854.78 198.23 862.46 C 198.18 870.99 198.91 879.57 197.90 888.06 C 196.92 891.68 197.94 895.32 199.28 898.70 C 195.30 904.88 190.33 910.34 185.64 915.99 C 178.89 920.62 171.57 924.35 164.65 928.72 C 158.28 932.76 151.41 936 145.28 940.39 C 140 944.77 136.22 950.60 131.64 955.65 C 128.24 959.88 124.34 963.73 121.19 968.16 C 119.32 970.80 120.37 974.22 120.59 977.20 C 121.77 984.78 122.70 992.40 123.77 1000 L 0 1000 L 0 0 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.9883&quot; stroke-opacity=&quot;0.9883&quot; d=&quot; M 169.90 276.91 C 176.30 270.51 185.35 267.44 191.56 260.74 C 195.63 265.49 201.89 267.02 207.24 269.80 C 229.32 280.67 251.38 291.56 273.44 302.46 C 289.29 309.67 304.43 318.39 320.48 325.16 C 323.79 331.38 327.72 337.24 331.27 343.31 C 301.44 357.25 271.05 370 241.21 383.92 C 233.44 375.66 225.25 367.81 217.23 359.78 C 203.32 347.74 191.06 333.94 177.25 321.80 C 174.94 319.79 173.56 316.94 173.21 313.92 C 172.29 307.14 171.49 300.35 170.35 293.60 C 169.92 288.14 167.71 282.16 169.90 276.91 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.9804&quot; stroke-opacity=&quot;0.9804&quot; d=&quot; M 110.15 672.14 C 122.45 671.07 134.73 673.25 147.04 672.92 C 157.40 672.47 167.70 674.16 178.06 673.91 C 187.73 673.63 197.35 675.08 207.03 674.87 C 214.41 674.68 221.78 676.32 229.12 675.02 C 230.32 677.25 231.56 679.45 232.90 681.60 C 233.20 683.35 233.22 685.15 232.89 686.92 C 226.83 717.17 221.18 747.50 215.10 777.75 C 209.29 781.47 203.40 785.09 197.76 789.07 C 197.63 813.54 198.62 838 198.23 862.46 C 196.23 854.78 197.12 846.82 196.97 838.98 C 196.93 828.31 196.94 817.65 196.84 806.98 C 196.74 800.90 197.35 794.78 196.30 788.75 C 191.47 785.96 185.26 784.93 181.98 780 C 162.87 751.15 143.51 722.45 124.41 693.59 C 119.71 686.40 114.51 679.54 110.15 672.14 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.9687&quot; stroke-opacity=&quot;0.9687&quot; d=&quot; M 287.01 199.74 C 297.56 199.12 308.13 198.76 318.71 198.98 C 320.17 228.28 318.86 257.66 320.23 286.97 C 320.34 299.70 320.40 312.43 320.48 325.16 C 304.43 318.39 289.29 309.67 273.44 302.46 C 251.38 291.56 229.32 280.67 207.24 269.80 C 201.89 267.02 195.63 265.49 191.56 260.74 C 194.22 257.05 196.40 252.94 199.86 249.90 C 219.07 234.08 238.82 218.89 257.93 202.94 C 259.91 201.30 262.30 200.09 264.92 200.02 C 272.27 199.53 279.65 200.20 287.01 199.74 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.953&quot; stroke-opacity=&quot;0.953&quot; d=&quot; M 327.88 0 L 373.98 0 C 367.79 45.48 361.61 90.97 355.21 136.43 C 332.96 121.25 311.23 105.31 289.07 90.01 C 287.37 88.81 285.81 87.43 284.24 86.07 C 285.91 80.43 288.47 75.11 290.57 69.62 C 296.87 53.54 303.10 37.43 309.30 21.31 C 311.31 16.05 315.84 12.50 319.73 8.68 C 322.60 5.94 325.14 2.87 327.88 0 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.9491&quot; stroke-opacity=&quot;0.9491&quot; d=&quot; M 164.65 928.72 C 171.57 924.35 178.89 920.62 185.64 915.99 C 186.75 944 188.72 971.99 190.07 1000 L 123.77 1000 C 122.70 992.40 121.77 984.78 120.59 977.20 C 120.37 974.22 119.32 970.80 121.19 968.16 C 124.34 963.73 128.24 959.88 131.64 955.65 C 136.22 950.60 140 944.77 145.28 940.39 C 151.41 936 158.28 932.76 164.65 928.72 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.9295&quot; stroke-opacity=&quot;0.9295&quot; d=&quot; M 331.27 343.31 C 342.73 349.21 354.49 354.50 365.86 360.56 C 366.36 361.84 366.86 363.12 367.37 364.41 C 367.21 366.77 366.28 368.98 365.20 371.06 C 362.81 375.78 360.53 380.54 358.35 385.36 C 345.47 397.11 333.54 409.87 321.09 422.06 C 299.90 443.25 278.73 464.47 257.50 485.61 C 255.90 487.27 254.44 489.06 253.21 491.02 C 253.09 485.59 252.01 480.25 251.10 474.92 C 247.04 450.94 243.04 426.95 238.91 402.98 C 237.63 396.53 240.08 390.20 241.21 383.92 C 271.05 370 301.44 357.25 331.27 343.31 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.8785&quot; stroke-opacity=&quot;0.8785&quot; d=&quot; M 223.72 526.76 C 225.15 522.50 229.17 519.86 232.53 517.18 C 238.93 523.27 246.16 528.39 253.01 533.95 C 280.84 556.11 308.83 578.09 336.63 600.29 C 341.10 603.79 346.07 606.93 349.22 611.79 C 350.70 615.38 352.13 618.98 353.74 622.52 C 347.24 625.52 339.96 624.93 333.04 625.88 C 301.97 629.40 270.82 632.13 239.78 635.81 C 239 631.89 237.77 628.08 236.76 624.23 C 231.93 607.12 227.92 589.76 222.17 572.93 C 220.62 567.83 221.55 562.43 221.69 557.21 C 222.68 547.08 222.48 536.86 223.72 526.76 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.8746&quot; stroke-opacity=&quot;0.8746&quot; d=&quot; M 199.28 898.70 C 203.46 901.06 207.86 902.98 212.33 904.76 C 214.88 905.73 217.17 907.37 218.69 909.68 C 225.30 927.02 231.55 944.50 238.11 961.86 C 239.21 964.87 240.62 967.82 241.15 971.02 C 241.25 973.62 240.44 976.14 239.87 978.66 C 238.03 985.74 236.68 992.94 234.74 1000 L 190.07 1000 C 188.72 971.99 186.75 944 185.64 915.99 C 190.33 910.34 195.30 904.88 199.28 898.70 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.8706&quot; stroke-opacity=&quot;0.8706&quot; d=&quot; M 232.90 681.60 C 235.14 683.02 237.58 684.12 240.11 684.93 C 258.41 690.06 276.85 694.79 294.93 700.68 C 304.80 726.80 314.30 753.06 323.99 779.25 C 321.69 780.75 319.57 782.51 317.43 784.23 C 283.33 781.96 249.22 779.81 215.10 777.75 C 221.18 747.50 226.83 717.17 232.89 686.92 C 233.22 685.15 233.20 683.35 232.90 681.60 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.8589&quot; stroke-opacity=&quot;0.8589&quot; d=&quot; M 353.74 622.52 C 354.67 624.51 355 626.71 354.72 628.90 C 354.14 631.20 353.60 633.50 353.05 635.80 C 350.68 639.43 347.58 642.48 344.71 645.70 C 328.13 664.04 311.35 682.20 294.93 700.68 C 276.85 694.79 258.41 690.06 240.11 684.93 C 237.58 684.12 235.14 683.02 232.90 681.60 C 231.56 679.45 230.32 677.25 229.12 675.02 C 232.70 661.96 236.34 648.91 239.78 635.81 C 270.82 632.13 301.97 629.40 333.04 625.88 C 339.96 624.93 347.24 625.52 353.74 622.52 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.855&quot; stroke-opacity=&quot;0.855&quot; d=&quot; M 197.76 789.07 C 203.40 785.09 209.29 781.47 215.10 777.75 C 249.22 779.81 283.33 781.96 317.43 784.23 C 315.73 791.84 313.84 799.40 312.11 807 C 310.31 810.16 307.51 812.57 304.47 814.49 C 287.18 825.78 270.27 837.63 253.03 848.98 C 236.55 859.79 220.52 871.26 203.96 881.93 C 201.52 883.50 199.47 885.61 197.90 888.06 C 198.91 879.57 198.18 870.99 198.23 862.46 C 198.62 838 197.63 813.54 197.76 789.07 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.855&quot; stroke-opacity=&quot;0.855&quot; d=&quot; M 344.29 183.30 C 347.14 181.57 350 179.82 352.48 177.57 C 352.77 181.76 355.26 185.30 357.10 188.94 C 365.30 204.47 373.30 220.10 381.52 235.62 C 383.12 238.45 384.06 241.61 384.44 244.84 C 387.81 271.89 391.59 298.89 394.85 325.96 C 385.10 337.41 375.36 348.89 365.86 360.56 C 354.49 354.50 342.73 349.21 331.27 343.31 C 327.72 337.24 323.79 331.38 320.48 325.16 C 320.40 312.43 320.34 299.70 320.23 286.97 C 318.86 257.66 320.17 228.28 318.71 198.98 C 327.27 193.80 335.73 188.47 344.29 183.30 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.8432&quot; stroke-opacity=&quot;0.8432&quot; d=&quot; M 321.09 422.06 C 333.54 409.87 345.47 397.11 358.35 385.36 C 358.79 393.90 358 402.41 357.61 410.93 C 357.58 424.29 356.35 437.61 356.32 450.97 C 355.30 462.60 355.77 474.29 354.82 485.93 C 354.49 491.91 354.57 497.91 354.23 503.90 C 350.84 504.27 347.41 504.51 344.01 504.17 C 313.30 501.45 282.48 500.24 251.80 497.20 C 252.36 495.16 252.78 493.08 253.21 491.02 C 254.44 489.06 255.90 487.27 257.50 485.61 C 278.73 464.47 299.90 443.25 321.09 422.06 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.8393&quot; stroke-opacity=&quot;0.8393&quot; d=&quot; M 373.98 0 L 375.50 0 C 397.90 16.47 420.67 32.46 443.14 48.85 C 449.83 53.79 456.77 58.38 463.25 63.61 C 431.93 89.13 400.82 114.91 369.61 140.56 C 366.28 143.28 362.37 145.67 360.61 149.80 C 359.76 145.01 357.15 140.82 355.21 136.43 C 361.61 90.97 367.79 45.48 373.98 0 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.8275&quot; stroke-opacity=&quot;0.8275&quot; d=&quot; M 251.80 497.20 C 282.48 500.24 313.30 501.45 344.01 504.17 C 347.41 504.51 350.84 504.27 354.23 503.90 C 357.03 506.62 361.90 508.29 361.97 512.80 C 358.05 541.20 353.99 569.58 349.99 597.97 C 349.44 602.54 347.90 607.21 349.22 611.79 C 346.07 606.93 341.10 603.79 336.63 600.29 C 308.83 578.09 280.84 556.11 253.01 533.95 C 246.16 528.39 238.93 523.27 232.53 517.18 C 239.30 510.88 245.46 503.93 251.80 497.20 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.8197&quot; stroke-opacity=&quot;0.8197&quot; d=&quot; M 304.47 814.49 C 307.51 812.57 310.31 810.16 312.11 807 C 310.99 813.29 311.73 819.70 311.72 826.05 C 312.47 837.02 312.51 848.02 312.50 859.01 C 300.69 875.28 289.35 891.88 277.41 908.05 C 270.37 909.81 263.17 908.36 256.04 908.19 C 249.68 907.96 243.30 908.12 236.94 907.87 C 231.21 907.71 225.49 906.94 219.75 907.36 C 219.49 907.94 218.96 909.10 218.69 909.68 C 217.17 907.37 214.88 905.73 212.33 904.76 C 207.86 902.98 203.46 901.06 199.28 898.70 C 197.94 895.32 196.92 891.68 197.90 888.06 C 199.47 885.61 201.52 883.50 203.96 881.93 C 220.52 871.26 236.55 859.79 253.03 848.98 C 270.27 837.63 287.18 825.78 304.47 814.49 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.7844&quot; stroke-opacity=&quot;0.7844&quot; d=&quot; M 219.75 907.36 C 225.49 906.94 231.21 907.71 236.94 907.87 C 243.30 908.12 249.68 907.96 256.04 908.19 C 263.17 908.36 270.37 909.81 277.41 908.05 C 279.98 912.58 284.54 915.31 288.41 918.60 C 295.15 924.19 301.91 929.75 308.65 935.35 C 313.06 939.14 318.10 942.31 321.57 947.09 C 318.07 952.97 314.74 958.95 311.43 964.94 C 302.10 970.37 292.91 976.03 283.57 981.44 C 281.17 982.96 278.31 984.13 276.66 986.54 C 275.16 990.86 275.11 995.50 274.48 1000 L 234.74 1000 C 236.68 992.94 238.03 985.74 239.87 978.66 C 240.44 976.14 241.25 973.62 241.15 971.02 C 240.62 967.82 239.21 964.87 238.11 961.86 C 231.55 944.50 225.30 927.02 218.69 909.68 C 218.96 909.10 219.49 907.94 219.75 907.36 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.7687&quot; stroke-opacity=&quot;0.7687&quot; d=&quot; M 375.50 0 L 548.99 0 C 548.07 11.56 546.25 23.02 544.95 34.54 C 525.98 45.47 506.58 55.63 487.69 66.69 C 479.58 65.38 471.41 64.56 463.25 63.61 C 456.77 58.38 449.83 53.79 443.14 48.85 C 420.67 32.46 397.90 16.47 375.50 0 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.7569&quot; stroke-opacity=&quot;0.7569&quot; d=&quot; M 352.48 177.57 C 352.67 177.23 353.07 176.54 353.27 176.19 C 355.78 178.93 358.62 181.38 361.89 183.17 C 373.79 190.05 384.67 198.48 396.38 205.65 C 405.55 211.85 415.12 217.43 424.07 223.95 C 435.96 231.69 447.97 239.23 459.67 247.26 C 464.57 250.45 469.33 253.97 474.82 256.12 C 481.80 259.13 489.74 260.31 495.64 265.43 C 491.08 270.99 486.53 276.57 481.84 282.02 C 453.09 297.13 423.63 310.91 394.85 325.96 C 391.59 298.89 387.81 271.89 384.44 244.84 C 384.06 241.61 383.12 238.45 381.52 235.62 C 373.30 220.10 365.30 204.47 357.10 188.94 C 355.26 185.30 352.77 181.76 352.48 177.57 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.753&quot; stroke-opacity=&quot;0.753&quot; d=&quot; M 369.61 140.56 C 400.82 114.91 431.93 89.13 463.25 63.61 C 471.41 64.56 479.58 65.38 487.69 66.69 C 486.82 82.73 485.05 98.72 483.75 114.73 C 483.15 119.05 483.64 123.99 480.54 127.48 C 469.52 141.36 458.63 155.35 447.54 169.17 C 426.29 167.96 405.18 164.93 383.98 162.95 C 376.44 162.39 368.97 160.61 361.37 161.13 C 361.64 157.34 361.24 153.54 360.61 149.80 C 362.37 145.67 366.28 143.28 369.61 140.56 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.7491&quot; stroke-opacity=&quot;0.7491&quot; d=&quot; M 344.71 645.70 C 347.58 642.48 350.68 639.43 353.05 635.80 C 353.70 641.86 356.06 647.52 357.70 653.34 C 367.82 686.89 378.38 720.31 388.25 753.93 C 381.61 761.08 375.26 768.49 368.57 775.58 C 353.73 777.09 338.83 777.79 323.99 779.25 C 314.30 753.06 304.80 726.80 294.93 700.68 C 311.35 682.20 328.13 664.04 344.71 645.70 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.7491&quot; stroke-opacity=&quot;0.7491&quot; d=&quot; M 367.37 364.41 C 368.87 366.30 370.70 367.89 372.63 369.33 C 379.75 374.55 386.90 379.73 394 384.98 C 396.46 386.66 397.68 389.46 398.65 392.18 C 409.39 422.55 420.71 452.72 431.53 483.07 C 430.70 484.02 429.91 485 429.06 485.94 C 421.71 492.88 414.29 499.73 407.01 506.74 C 393.67 507.87 380.29 508.51 366.96 509.77 C 364.79 509.76 362.96 510.89 361.97 512.80 C 361.90 508.29 357.03 506.62 354.23 503.90 C 354.57 497.91 354.49 491.91 354.82 485.93 C 355.77 474.29 355.30 462.60 356.32 450.97 C 356.35 437.61 357.58 424.29 357.61 410.93 C 358 402.41 358.79 393.90 358.35 385.36 C 360.53 380.54 362.81 375.78 365.20 371.06 C 366.28 368.98 367.21 366.77 367.37 364.41 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.7451&quot; stroke-opacity=&quot;0.7451&quot; d=&quot; M 361.37 161.13 C 368.97 160.61 376.44 162.39 383.98 162.95 C 405.18 164.93 426.29 167.96 447.54 169.17 C 456.58 182.09 466.70 194.20 476.10 206.86 C 488.03 222.59 500.24 238.11 512.07 253.92 C 506.49 257.58 500.73 261.09 495.64 265.43 C 489.74 260.31 481.80 259.13 474.82 256.12 C 469.33 253.97 464.57 250.45 459.67 247.26 C 447.97 239.23 435.96 231.69 424.07 223.95 C 415.12 217.43 405.55 211.85 396.38 205.65 C 384.67 198.48 373.79 190.05 361.89 183.17 C 358.62 181.38 355.78 178.93 353.27 176.19 C 356.04 171.21 358.55 166.08 361.37 161.13 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.7334&quot; stroke-opacity=&quot;0.7334&quot; d=&quot; M 283.57 981.44 C 292.91 976.03 302.10 970.37 311.43 964.94 C 311.57 976.62 311.48 988.31 311.52 1000 L 274.48 1000 C 275.11 995.50 275.16 990.86 276.66 986.54 C 278.31 984.13 281.17 982.96 283.57 981.44 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.702&quot; stroke-opacity=&quot;0.702&quot; d=&quot; M 366.96 509.77 C 380.29 508.51 393.67 507.87 407.01 506.74 C 415.89 532.41 425.55 557.83 433.99 583.64 C 427.09 595.62 420.28 607.64 413.32 619.59 C 395.24 621.90 377.04 623.19 358.94 625.21 C 356.73 625.22 355.69 627.25 354.72 628.90 C 355 626.71 354.67 624.51 353.74 622.52 C 352.13 618.98 350.70 615.38 349.22 611.79 C 347.90 607.21 349.44 602.54 349.99 597.97 C 353.99 569.58 358.05 541.20 361.97 512.80 C 362.96 510.89 364.79 509.76 366.96 509.77 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.6942&quot; stroke-opacity=&quot;0.6942&quot; d=&quot; M 312.50 859.01 C 318.79 860.71 324.36 864.19 330.34 866.66 C 340.54 871.48 351.13 875.47 361.11 880.75 C 368.34 888.78 374.93 897.37 382.12 905.45 C 382.47 918.41 383.24 931.35 383.76 944.30 C 383.10 944.93 382.45 945.58 381.81 946.23 C 365.22 945.99 348.63 946.36 332.05 946.01 C 328.52 945.92 325.03 946.45 321.57 947.09 C 318.10 942.31 313.06 939.14 308.65 935.35 C 301.91 929.75 295.15 924.19 288.41 918.60 C 284.54 915.31 279.98 912.58 277.41 908.05 C 289.35 891.88 300.69 875.28 312.50 859.01 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.6746&quot; stroke-opacity=&quot;0.6746&quot; d=&quot; M 323.99 779.25 C 338.83 777.79 353.73 777.09 368.57 775.58 C 370.03 778.30 371.42 781.07 373.10 783.67 C 370.01 804.70 367.76 825.84 365.06 846.93 C 363.76 858.20 362.03 869.43 361.11 880.75 C 351.13 875.47 340.54 871.48 330.34 866.66 C 324.36 864.19 318.79 860.71 312.50 859.01 C 312.51 848.02 312.47 837.02 311.72 826.05 C 311.73 819.70 310.99 813.29 312.11 807 C 313.84 799.40 315.73 791.84 317.43 784.23 C 319.57 782.51 321.69 780.75 323.99 779.25 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.6589&quot; stroke-opacity=&quot;0.6589&quot; d=&quot; M 321.57 947.09 C 325.03 946.45 328.52 945.92 332.05 946.01 C 348.63 946.36 365.22 945.99 381.81 946.23 C 381.69 964.15 381.80 982.08 381.76 1000 L 311.52 1000 C 311.48 988.31 311.57 976.62 311.43 964.94 C 314.74 958.95 318.07 952.97 321.57 947.09 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.6314&quot; stroke-opacity=&quot;0.6314&quot; d=&quot; M 358.94 625.21 C 377.04 623.19 395.24 621.90 413.32 619.59 C 425.37 632.53 438.16 644.78 450.52 657.44 C 451.82 658.56 451.93 660.27 451.97 661.90 C 447.59 684.96 442.57 707.90 437.80 730.89 C 437.35 732.71 436.78 734.49 436.25 736.30 C 420.39 742.54 404.13 747.73 388.25 753.93 C 378.38 720.31 367.82 686.89 357.70 653.34 C 356.06 647.52 353.70 641.86 353.05 635.80 C 353.60 633.50 354.14 631.20 354.72 628.90 C 355.69 627.25 356.73 625.22 358.94 625.21 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.6314&quot; stroke-opacity=&quot;0.6314&quot; d=&quot; M 394.85 325.96 C 423.63 310.91 453.09 297.13 481.84 282.02 C 482.68 291.99 484.20 301.89 485.40 311.82 C 488.58 336.52 491.67 361.24 494.97 385.93 C 495.24 388.17 495.36 390.43 495.27 392.70 C 494.98 393.29 494.40 394.47 494.11 395.06 C 462.25 392.21 430.37 389.52 398.47 387.18 C 398.50 388.85 398.54 390.51 398.65 392.18 C 397.68 389.46 396.46 386.66 394 384.98 C 386.90 379.73 379.75 374.55 372.63 369.33 C 370.70 367.89 368.87 366.30 367.37 364.41 C 366.86 363.12 366.36 361.84 365.86 360.56 C 375.36 348.89 385.10 337.41 394.85 325.96 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.6314&quot; stroke-opacity=&quot;0.6314&quot; d=&quot; M 480.54 127.48 C 483.64 123.99 483.15 119.05 483.75 114.73 C 483.90 118.96 482.75 124.41 486.59 127.38 C 511.90 148.19 537.31 168.90 562.41 189.96 C 550.38 210.51 538.52 231.18 526.52 251.76 C 521.72 252.59 516.86 253.04 512.07 253.92 C 500.24 238.11 488.03 222.59 476.10 206.86 C 466.70 194.20 456.58 182.09 447.54 169.17 C 458.63 155.35 469.52 141.36 480.54 127.48 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.6197&quot; stroke-opacity=&quot;0.6197&quot; d=&quot; M 373.10 783.67 C 390.18 802.89 407.31 822.08 424.17 841.49 C 410.02 862.72 396.01 884.05 382.12 905.45 C 374.93 897.37 368.34 888.78 361.11 880.75 C 362.03 869.43 363.76 858.20 365.06 846.93 C 367.76 825.84 370.01 804.70 373.10 783.67 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.6157&quot; stroke-opacity=&quot;0.6157&quot; d=&quot; M 398.47 387.18 C 430.37 389.52 462.25 392.21 494.11 395.06 C 507.28 424.63 520.52 454.18 533.57 483.80 C 528.28 485.95 522.52 485.07 516.98 485.08 C 504.66 484.88 492.32 485.08 480.02 484.26 C 467.69 483.86 455.35 484.30 443.02 483.80 C 438.32 483.76 433.07 482.84 429.06 485.94 C 429.91 485 430.70 484.02 431.53 483.07 C 420.71 452.72 409.39 422.55 398.65 392.18 C 398.54 390.51 398.50 388.85 398.47 387.18 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.5844&quot; stroke-opacity=&quot;0.5844&quot; d=&quot; M 429.06 485.94 C 433.07 482.84 438.32 483.76 443.02 483.80 C 455.35 484.30 467.69 483.86 480.02 484.26 C 492.32 485.08 504.66 484.88 516.98 485.08 C 522.52 485.07 528.28 485.95 533.57 483.80 C 539.79 490.34 548.27 494.09 555.36 499.59 C 547.53 515.61 539.53 531.54 531.63 547.53 C 524.45 551.24 516.61 553.33 509.10 556.22 C 484.10 565.46 458.83 573.99 433.99 583.64 C 425.55 557.83 415.89 532.41 407.01 506.74 C 414.29 499.73 421.71 492.88 429.06 485.94 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.5844&quot; stroke-opacity=&quot;0.5844&quot; d=&quot; M 487.69 66.69 C 506.58 55.63 525.98 45.47 544.95 34.54 C 550.76 41.24 556.83 47.69 562.76 54.28 C 565.32 56.80 565.60 60.52 566.26 63.85 C 573.05 98.77 580.17 133.62 586.97 168.53 C 578.90 175.81 570.40 182.60 562.41 189.96 C 537.31 168.90 511.90 148.19 486.59 127.38 C 482.75 124.41 483.90 118.96 483.75 114.73 C 485.05 98.72 486.82 82.73 487.69 66.69 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.5216&quot; stroke-opacity=&quot;0.5216&quot; d=&quot; M 512.07 253.92 C 516.86 253.04 521.72 252.59 526.52 251.76 C 537.09 261.81 548.06 271.42 558.82 281.26 C 560.14 282.51 561.34 283.91 562.33 285.44 C 569.52 301.98 576.13 318.78 583.48 335.24 C 569.63 344.96 555.01 353.54 540.85 362.81 C 530.10 369.71 519.35 376.60 508.59 383.48 C 504.06 386.41 499.26 389.01 495.27 392.70 C 495.36 390.43 495.24 388.17 494.97 385.93 C 491.67 361.24 488.58 336.52 485.40 311.82 C 484.20 301.89 482.68 291.99 481.84 282.02 C 486.53 276.57 491.08 270.99 495.64 265.43 C 500.73 261.09 506.49 257.58 512.07 253.92 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.5138&quot; stroke-opacity=&quot;0.5138&quot; d=&quot; M 436.25 736.30 C 436.78 734.49 437.35 732.71 437.80 730.89 C 437.78 732.79 437.53 734.80 438.22 736.64 C 441.14 739 444.70 740.31 448.01 742.02 C 462.68 749.32 477.27 756.77 491.94 764.07 C 498.79 767.56 505.82 770.74 512.43 774.71 C 501.34 792.40 490.14 810.02 479.01 827.69 C 463.85 832.35 448.92 837.79 433.68 842.17 C 430.49 842.09 427.33 841.75 424.17 841.49 C 407.31 822.08 390.18 802.89 373.10 783.67 C 371.42 781.07 370.03 778.30 368.57 775.58 C 375.26 768.49 381.61 761.08 388.25 753.93 C 404.13 747.73 420.39 742.54 436.25 736.30 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.502&quot; stroke-opacity=&quot;0.502&quot; d=&quot; M 424.17 841.49 C 427.33 841.75 430.49 842.09 433.68 842.17 C 443.79 868.94 454.79 895.37 465.16 922.04 C 460.56 929.15 456.37 936.52 451.83 943.68 C 429.14 944.14 406.45 944.27 383.76 944.30 C 383.24 931.35 382.47 918.41 382.12 905.45 C 396.01 884.05 410.02 862.72 424.17 841.49 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.502&quot; stroke-opacity=&quot;0.502&quot; d=&quot; M 509.10 556.22 C 516.61 553.33 524.45 551.24 531.63 547.53 C 531.09 554.71 532.47 561.85 532.51 569.03 C 533.82 590.96 534.99 612.90 536.37 634.83 C 536.49 638.03 536.17 641.23 535.71 644.41 C 511.02 648.82 486.33 653.26 461.60 657.44 C 458.13 658.12 453.60 658.08 451.97 661.90 C 451.93 660.27 451.82 658.56 450.52 657.44 C 438.16 644.78 425.37 632.53 413.32 619.59 C 420.28 607.64 427.09 595.62 433.99 583.64 C 458.83 573.99 484.10 565.46 509.10 556.22 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.4589&quot; stroke-opacity=&quot;0.4589&quot; d=&quot; M 383.76 944.30 C 406.45 944.27 429.14 944.14 451.83 943.68 C 458.08 952.20 465.10 960.12 471.58 968.46 C 473.14 970.27 472.78 972.79 472.87 975.02 C 472.77 983.34 472.82 991.67 472.82 1000 L 381.76 1000 C 381.80 982.08 381.69 964.15 381.81 946.23 C 382.45 945.58 383.10 944.93 383.76 944.30 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.451&quot; stroke-opacity=&quot;0.451&quot; d=&quot; M 536.37 634.83 C 536.58 638.08 536.48 641.43 537.46 644.58 C 539.62 647.76 543.06 649.85 545.15 653.11 C 545.66 658.17 544.69 663.26 544.85 668.34 C 544.21 689.37 543.11 710.37 542.39 731.40 C 534.92 744.44 528.94 758.25 522.46 771.80 C 519.13 772.81 515.79 773.78 512.43 774.71 C 505.82 770.74 498.79 767.56 491.94 764.07 C 477.27 756.77 462.68 749.32 448.01 742.02 C 444.70 740.31 441.14 739 438.22 736.64 C 437.53 734.80 437.78 732.79 437.80 730.89 C 442.57 707.90 447.59 684.96 451.97 661.90 C 453.60 658.08 458.13 658.12 461.60 657.44 C 486.33 653.26 511.02 648.82 535.71 644.41 C 536.17 641.23 536.49 638.03 536.37 634.83 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.4471&quot; stroke-opacity=&quot;0.4471&quot; d=&quot; M 583.48 335.24 C 584.46 336.34 585.53 337.35 586.52 338.44 C 588.74 340.41 587.58 343.67 587.71 346.25 C 584.34 395.33 580.99 444.42 577.57 493.49 C 574.88 494.46 572.34 495.77 569.64 496.68 C 564.91 497.79 560.10 498.51 555.36 499.59 C 548.27 494.09 539.79 490.34 533.57 483.80 C 520.52 454.18 507.28 424.63 494.11 395.06 C 494.40 394.47 494.98 393.29 495.27 392.70 C 499.26 389.01 504.06 386.41 508.59 383.48 C 519.35 376.60 530.10 369.71 540.85 362.81 C 555.01 353.54 569.63 344.96 583.48 335.24 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.4393&quot; stroke-opacity=&quot;0.4393&quot; d=&quot; M 433.68 842.17 C 448.92 837.79 463.85 832.35 479.01 827.69 C 488.83 848.96 499.05 870.04 508.51 891.47 C 493.97 901.52 479.45 911.63 465.16 922.04 C 454.79 895.37 443.79 868.94 433.68 842.17 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.3961&quot; stroke-opacity=&quot;0.3961&quot; d=&quot; M 548.99 0 L 752.49 0 C 751.57 1.16 751.04 2.54 750.61 3.94 C 750.16 5.19 749.66 6.42 749.13 7.64 C 719.08 25.92 689.52 45.01 659.60 63.50 C 656.73 65.18 653.97 67.02 651.37 69.08 C 655.42 91.72 659.79 114.31 664 136.92 C 664.77 141.83 666.66 146.76 665.62 151.78 C 651.11 157.78 637.30 165.39 622.97 171.81 C 610.97 170.72 598.96 169.67 586.97 168.53 C 580.17 133.62 573.05 98.77 566.26 63.85 C 565.60 60.52 565.32 56.80 562.76 54.28 C 556.83 47.69 550.76 41.24 544.95 34.54 C 546.25 23.02 548.07 11.56 548.99 0 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.3687&quot; stroke-opacity=&quot;0.3687&quot; d=&quot; M 586.97 168.53 C 598.96 169.67 610.97 170.72 622.97 171.81 C 633.32 193.14 643.74 214.44 653.61 235.98 C 648.65 244.69 642.86 252.90 637.62 261.44 C 617.19 268.02 596.43 273.61 575.89 279.86 C 571.29 281.46 565.79 281.59 562.33 285.44 C 561.34 283.91 560.14 282.51 558.82 281.26 C 548.06 271.42 537.09 261.81 526.52 251.76 C 538.52 231.18 550.38 210.51 562.41 189.96 C 570.40 182.60 578.90 175.81 586.97 168.53 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.3412&quot; stroke-opacity=&quot;0.3412&quot; d=&quot; M 512.43 774.71 C 515.79 773.78 519.13 772.81 522.46 771.80 C 527.25 776.63 532.88 780.51 538.16 784.78 C 551.94 795.69 565.68 806.65 579.53 817.48 C 583.79 820.92 588.31 824.07 592.20 827.94 C 592.18 829.33 592.15 830.72 592.12 832.13 C 590.98 839.36 589.97 846.61 588.75 853.84 C 575.55 867.75 562.90 882.18 549.54 895.94 C 535.74 896.31 522.21 892.68 508.51 891.47 C 499.05 870.04 488.83 848.96 479.01 827.69 C 490.14 810.02 501.34 792.40 512.43 774.71 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.3334&quot; stroke-opacity=&quot;0.3334&quot; d=&quot; M 508.51 891.47 C 522.21 892.68 535.74 896.31 549.54 895.94 C 550.96 909.71 554.66 923.17 556.88 936.84 C 557.08 938.56 557.22 940.29 557.38 942.04 C 547.38 951.07 536.31 958.85 526.01 967.53 C 508.78 968.54 491.54 969.34 474.31 970.32 C 473.64 980.19 474.22 990.10 474 1000 L 472.82 1000 C 472.82 991.67 472.77 983.34 472.87 975.02 C 472.78 972.79 473.14 970.27 471.58 968.46 C 465.10 960.12 458.08 952.20 451.83 943.68 C 456.37 936.52 460.56 929.15 465.16 922.04 C 479.45 911.63 493.97 901.52 508.51 891.47 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.3216&quot; stroke-opacity=&quot;0.3216&quot; d=&quot; M 575.89 279.86 C 596.43 273.61 617.19 268.02 637.62 261.44 C 649.11 279.16 662.99 295.22 674.57 312.89 C 669.49 320.50 664.96 328.47 659.86 336.06 C 653.09 339.62 646.32 343.23 639.31 346.27 C 631.42 347.71 623.67 344.91 615.87 344.16 C 607.08 343.27 598.47 341.13 589.67 340.37 C 588.99 342.32 588.24 344.25 587.71 346.25 C 587.58 343.67 588.74 340.41 586.52 338.44 C 585.53 337.35 584.46 336.34 583.48 335.24 C 576.13 318.78 569.52 301.98 562.33 285.44 C 565.79 281.59 571.29 281.46 575.89 279.86 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.3138&quot; stroke-opacity=&quot;0.3138&quot; d=&quot; M 589.67 340.37 C 598.47 341.13 607.08 343.27 615.87 344.16 C 623.67 344.91 631.42 347.71 639.31 346.27 C 639.01 352.18 641.28 357.74 642.65 363.39 C 651.70 398.56 660.94 433.68 670.10 468.83 C 671.32 473.15 672.40 477.53 673.10 481.98 C 671.85 483.92 670.76 485.95 669.63 487.95 C 638.97 490.28 608.24 491.42 577.57 493.49 C 580.99 444.42 584.34 395.33 587.71 346.25 C 588.24 344.25 588.99 342.32 589.67 340.37 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.3059&quot; stroke-opacity=&quot;0.3059&quot; d=&quot; M 474.31 970.32 C 491.54 969.34 508.78 968.54 526.01 967.53 C 528.79 978.42 531.84 989.24 535.09 1000 L 474 1000 C 474.22 990.10 473.64 980.19 474.31 970.32 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.302&quot; stroke-opacity=&quot;0.302&quot; d=&quot; M 555.36 499.59 C 560.10 498.51 564.91 497.79 569.64 496.68 C 591.15 547.16 611.72 598.03 633.23 648.51 C 632.96 649.01 632.42 650.02 632.14 650.52 C 628.14 651.22 624.08 651.24 620.05 651.15 C 608.68 650.98 597.35 652.06 585.99 652.11 C 572.75 652 559.51 652.48 546.31 653.29 C 546.11 658.33 545.82 663.38 544.85 668.34 C 544.69 663.26 545.66 658.17 545.15 653.11 C 543.06 649.85 539.62 647.76 537.46 644.58 C 536.48 641.43 536.58 638.08 536.37 634.83 C 534.99 612.90 533.82 590.96 532.51 569.03 C 532.47 561.85 531.09 554.71 531.63 547.53 C 539.53 531.54 547.53 515.61 555.36 499.59 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.2902&quot; stroke-opacity=&quot;0.2902&quot; d=&quot; M 659.60 63.50 C 689.52 45.01 719.08 25.92 749.13 7.64 C 746.17 14.12 744.09 20.95 741.61 27.61 C 726.43 69.59 711.39 111.61 696.08 153.54 C 685.90 153.39 675.80 150.55 665.62 151.78 C 666.66 146.76 664.77 141.83 664 136.92 C 659.79 114.31 655.42 91.72 651.37 69.08 C 653.97 67.02 656.73 65.18 659.60 63.50 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.2746&quot; stroke-opacity=&quot;0.2746&quot; d=&quot; M 665.62 151.78 C 675.80 150.55 685.90 153.39 696.08 153.54 C 702.53 158.23 709.03 162.85 715.68 167.28 C 717.91 168.86 720.74 170.41 720.95 173.49 C 716.99 189.35 712.80 205.17 708.55 220.96 C 702.71 227.74 695.30 233.01 689.72 240.03 C 694.43 258.79 700.76 277.13 705.65 295.85 C 695.53 301.97 684.56 306.57 674.57 312.89 C 662.99 295.22 649.11 279.16 637.62 261.44 C 642.86 252.90 648.65 244.69 653.61 235.98 C 643.74 214.44 633.32 193.14 622.97 171.81 C 637.30 165.39 651.11 157.78 665.62 151.78 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.2667&quot; stroke-opacity=&quot;0.2667&quot; d=&quot; M 633.23 648.51 C 636.96 652.72 642.83 653.38 647.86 655.15 C 655.21 657.70 662.83 659.66 669.81 663.16 L 670.43 664.19 C 665.52 670.04 659.35 674.61 653.88 679.89 C 637.25 694.84 621.03 710.27 604.11 724.89 C 602.47 726.05 600.74 727.07 598.95 727.97 C 580.06 728.51 561.27 730.89 542.39 731.40 C 543.11 710.37 544.21 689.37 544.85 668.34 C 545.82 663.38 546.11 658.33 546.31 653.29 C 559.51 652.48 572.75 652 585.99 652.11 C 597.35 652.06 608.68 650.98 620.05 651.15 C 624.08 651.24 628.14 651.22 632.14 650.52 C 632.42 650.02 632.96 649.01 633.23 648.51 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.2471&quot; stroke-opacity=&quot;0.2471&quot; d=&quot; M 542.39 731.40 C 561.27 730.89 580.06 728.51 598.95 727.97 C 602.54 748.12 605.51 768.37 609.47 788.45 C 611.30 797.84 612.25 807.43 615.07 816.61 C 608.49 819.78 601.98 823.09 595.50 826.47 C 593.13 827.36 592.63 829.94 592.12 832.13 C 592.15 830.72 592.18 829.33 592.20 827.94 C 588.31 824.07 583.79 820.92 579.53 817.48 C 565.68 806.65 551.94 795.69 538.16 784.78 C 532.88 780.51 527.25 776.63 522.46 771.80 C 528.94 758.25 534.92 744.44 542.39 731.40 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.2471&quot; stroke-opacity=&quot;0.2471&quot; d=&quot; M 556.88 936.84 C 557.66 939.47 558.49 942.39 560.93 944 C 571.58 951.44 582.47 958.56 593.27 965.78 C 596.97 967.84 596.04 972.66 596.15 976.20 C 595.57 984.13 594.99 992.06 594.47 1000 L 535.09 1000 C 531.84 989.24 528.79 978.42 526.01 967.53 C 536.31 958.85 547.38 951.07 557.38 942.04 C 557.22 940.29 557.08 938.56 556.88 936.84 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.2393&quot; stroke-opacity=&quot;0.2393&quot; d=&quot; M 577.57 493.49 C 608.24 491.42 638.97 490.28 669.63 487.95 C 672.64 492.67 676.16 497.03 679.42 501.58 C 681.82 504.89 682.08 509.10 682.98 512.96 C 686.01 527.26 689.06 541.56 692.18 555.85 C 694.79 566.71 694.12 577.96 695.28 589 C 695.40 597.90 696.86 606.75 696.49 615.66 C 687.62 631.50 678.62 647.28 669.81 663.16 C 662.83 659.66 655.21 657.70 647.86 655.15 C 642.83 653.38 636.96 652.72 633.23 648.51 C 611.72 598.03 591.15 547.16 569.64 496.68 C 572.34 495.77 574.88 494.46 577.57 493.49 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.2236&quot; stroke-opacity=&quot;0.2236&quot; d=&quot; M 598.95 727.97 C 600.74 727.07 602.47 726.05 604.11 724.89 C 605.28 730.81 609.93 734.93 613.55 739.44 C 619.31 746.36 624.56 753.68 630.34 760.59 C 639.19 771.33 647.40 782.57 656.31 793.26 C 651.21 797.42 646.65 802.22 641.58 806.42 C 632.98 810.38 623.89 813.17 615.07 816.61 C 612.25 807.43 611.30 797.84 609.47 788.45 C 605.51 768.37 602.54 748.12 598.95 727.97 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.2236&quot; stroke-opacity=&quot;0.2236&quot; d=&quot; M 639.31 346.27 C 646.32 343.23 653.09 339.62 659.86 336.06 C 686.51 356.31 713.55 376.05 740.33 396.14 C 737.83 405.13 735.79 414.24 733.43 423.26 C 726.43 430.99 718.38 437.67 711.03 445.06 C 698.51 457.49 685.27 469.21 673.10 481.98 C 672.40 477.53 671.32 473.15 670.10 468.83 C 660.94 433.68 651.70 398.56 642.65 363.39 C 641.28 357.74 639.01 352.18 639.31 346.27 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.204&quot; stroke-opacity=&quot;0.204&quot; d=&quot; M 670.43 664.19 C 673.37 669.51 676.64 674.69 680.28 679.57 C 680.07 685.74 678.68 691.78 677.73 697.87 C 672.88 727.26 667.93 756.63 663.09 786.02 C 663.02 789.97 658.96 791.26 656.31 793.26 C 647.40 782.57 639.19 771.33 630.34 760.59 C 624.56 753.68 619.31 746.36 613.55 739.44 C 609.93 734.93 605.28 730.81 604.11 724.89 C 621.03 710.27 637.25 694.84 653.88 679.89 C 659.35 674.61 665.52 670.04 670.43 664.19 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.204&quot; stroke-opacity=&quot;0.204&quot; d=&quot; M 749.13 7.64 C 749.66 6.42 750.16 5.19 750.61 3.94 C 750.67 6.58 751.26 9.18 752.36 11.59 C 755.89 19.76 759.32 27.98 762.75 36.20 C 764.72 42.32 765.62 48.72 766.93 55.01 C 773.01 86.59 779.53 118.10 785.40 149.72 C 778.91 155.99 772.99 162.83 766.44 169.04 L 765.86 169.66 C 753.56 169.96 741.28 171.12 728.96 170.89 C 726.04 170.77 722.99 171.20 720.95 173.49 C 720.74 170.41 717.91 168.86 715.68 167.28 C 709.03 162.85 702.53 158.23 696.08 153.54 C 711.39 111.61 726.43 69.59 741.61 27.61 C 744.09 20.95 746.17 14.12 749.13 7.64 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.1961&quot; stroke-opacity=&quot;0.1961&quot; d=&quot; M 549.54 895.94 C 562.90 882.18 575.55 867.75 588.75 853.84 C 611.64 877.83 634.46 901.89 657.15 926.06 C 656.36 929.33 655.59 932.60 654.83 935.87 C 654.19 938.27 652.78 940.46 650.40 941.42 C 633.66 949.65 616.96 957.96 600.28 966.30 C 596.10 967.73 596.74 972.66 596.15 976.20 C 596.04 972.66 596.97 967.84 593.27 965.78 C 582.47 958.56 571.58 951.44 560.93 944 C 558.49 942.39 557.66 939.47 556.88 936.84 C 554.66 923.17 550.96 909.71 549.54 895.94 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.1922&quot; stroke-opacity=&quot;0.1922&quot; d=&quot; M 689.72 240.03 C 695.30 233.01 702.71 227.74 708.55 220.96 C 729.63 237.23 751.13 252.97 772.39 269.02 C 774.53 273.76 776.69 278.50 778.34 283.45 C 772.10 290.31 765.48 296.90 759.75 304.18 C 758.77 315.38 760.52 326.70 760.51 337.95 C 760.45 347.13 761.52 356.26 761.54 365.43 C 761.72 367.63 760.46 369.50 759.20 371.16 C 752.89 379.47 746.40 387.65 740.33 396.14 C 713.55 376.05 686.51 356.31 659.86 336.06 C 664.96 328.47 669.49 320.50 674.57 312.89 C 684.56 306.57 695.53 301.97 705.65 295.85 C 700.76 277.13 694.43 258.79 689.72 240.03 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.1726&quot; stroke-opacity=&quot;0.1726&quot; d=&quot; M 728.96 170.89 C 741.28 171.12 753.56 169.96 765.86 169.66 C 767.88 202.79 770.11 235.91 772.39 269.02 C 751.13 252.97 729.63 237.23 708.55 220.96 C 712.80 205.17 716.99 189.35 720.95 173.49 C 722.99 171.20 726.04 170.77 728.96 170.89 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.1373&quot; stroke-opacity=&quot;0.1373&quot; d=&quot; M 615.07 816.61 C 623.89 813.17 632.98 810.38 641.58 806.42 C 645.25 814.64 651.10 821.57 655.80 829.20 C 662.57 839.43 669.51 849.54 676.01 859.95 C 683.53 871.53 691.70 882.72 698.41 894.81 C 684.54 905.07 670.88 915.62 657.15 926.06 C 634.46 901.89 611.64 877.83 588.75 853.84 C 589.97 846.61 590.98 839.36 592.12 832.13 C 592.63 829.94 593.13 827.36 595.50 826.47 C 601.98 823.09 608.49 819.78 615.07 816.61 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.1295&quot; stroke-opacity=&quot;0.1295&quot; d=&quot; M 650.40 941.42 C 652.78 940.46 654.19 938.27 654.83 935.87 C 654.11 940.20 656.63 943.95 659.34 947.04 C 659.81 955.51 657.31 963.73 656.19 972.06 C 654.57 981.35 653.10 990.68 651.63 1000 L 594.47 1000 C 594.99 992.06 595.57 984.13 596.15 976.20 C 596.74 972.66 596.10 967.73 600.28 966.30 C 616.96 957.96 633.66 949.65 650.40 941.42 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.1099&quot; stroke-opacity=&quot;0.1099&quot; d=&quot; M 762.75 36.20 C 766.71 41.26 771.97 45.04 776.93 49.06 C 798.92 67.11 821.26 84.72 843.22 102.80 C 851.79 109.79 860.76 116.35 868.75 124.02 C 863.32 131.42 858.08 138.97 852.75 146.45 C 840.17 147.38 827.57 148.12 814.96 148.25 C 805.13 149.30 795.23 148.69 785.40 149.72 C 779.53 118.10 773.01 86.59 766.93 55.01 C 765.62 48.72 764.72 42.32 762.75 36.20 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.1099&quot; stroke-opacity=&quot;0.1099&quot; d=&quot; M 765.86 169.66 L 766.44 169.04 C 772.86 175.47 779.26 181.93 786.19 187.83 C 793.68 195.35 801.97 202.02 809.24 209.77 C 815.06 215.97 821.92 221.08 827.75 227.28 C 832.77 232.60 838.67 236.99 843.78 242.23 C 851.02 249.65 858.99 256.30 866.37 263.58 C 867.88 265.06 868.96 266.92 869.91 268.80 C 847.35 272.31 824.78 275.77 802.23 279.32 C 794.26 280.71 786.20 281.51 778.34 283.45 C 776.69 278.50 774.53 273.76 772.39 269.02 C 770.11 235.91 767.88 202.79 765.86 169.66 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.0981&quot; stroke-opacity=&quot;0.0981&quot; d=&quot; M 659.34 947.04 C 666.64 954.72 675.44 960.72 683.61 967.40 C 686.99 969.43 686.98 973.49 686.86 976.98 C 686.69 984.65 686.91 992.33 686.56 1000 L 651.63 1000 C 653.10 990.68 654.57 981.35 656.19 972.06 C 657.31 963.73 659.81 955.51 659.34 947.04 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.0981&quot; stroke-opacity=&quot;0.0981&quot; d=&quot; M 680.28 679.57 C 687.62 684.43 696.11 687.13 703.96 691.05 C 722.31 699.32 740.63 707.71 759 715.95 C 762.03 718.58 764.89 721.40 767.81 724.15 C 770.49 726.35 772.43 729.42 771.89 733.04 C 769.33 746.88 766.91 760.75 764.61 774.64 C 764.05 778.01 763.04 781.33 761.34 784.31 C 757.72 790.74 754.18 797.21 750.52 803.62 C 749.47 805.68 747.92 807.89 748.63 810.32 C 750.24 817.07 752.40 823.68 754.30 830.36 C 749.73 838.49 743.41 845.43 738.03 853.02 C 728.16 866.13 718.43 879.35 708.50 892.42 C 705.14 893.21 701.73 893.85 698.41 894.81 C 691.70 882.72 683.53 871.53 676.01 859.95 C 669.51 849.54 662.57 839.43 655.80 829.20 C 651.10 821.57 645.25 814.64 641.58 806.42 C 646.65 802.22 651.21 797.42 656.31 793.26 C 658.96 791.26 663.02 789.97 663.09 786.02 C 667.93 756.63 672.88 727.26 677.73 697.87 C 678.68 691.78 680.07 685.74 680.28 679.57 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.0942&quot; stroke-opacity=&quot;0.0942&quot; d=&quot; M 752.49 0 L 873.98 0 C 876.68 6.74 879 13.64 881.62 20.41 C 884.17 26.93 884.36 34.01 885.38 40.86 C 888.28 61.72 890.87 82.62 893.89 103.47 C 886.04 110.94 876.82 116.79 868.75 124.02 C 860.76 116.35 851.79 109.79 843.22 102.80 C 821.26 84.72 798.92 67.11 776.93 49.06 C 771.97 45.04 766.71 41.26 762.75 36.20 C 759.32 27.98 755.89 19.76 752.36 11.59 C 751.26 9.18 750.67 6.58 750.61 3.94 C 751.04 2.54 751.57 1.16 752.49 0 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.0902&quot; stroke-opacity=&quot;0.0902&quot; d=&quot; M 814.96 148.25 C 827.57 148.12 840.17 147.38 852.75 146.45 C 858.94 167.78 866.25 188.79 873.07 209.93 C 878.63 227.75 884.77 245.39 890.20 263.25 C 889.15 265.06 888.17 266.92 887.29 268.81 C 881.49 268.88 875.70 268.56 869.91 268.80 C 868.96 266.92 867.88 265.06 866.37 263.58 C 858.99 256.30 851.02 249.65 843.78 242.23 C 838.67 236.99 832.77 232.60 827.75 227.28 C 821.92 221.08 815.06 215.97 809.24 209.77 C 801.97 202.02 793.68 195.35 786.19 187.83 C 779.26 181.93 772.86 175.47 766.44 169.04 C 772.99 162.83 778.91 155.99 785.40 149.72 C 795.23 148.69 805.13 149.30 814.96 148.25 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.0863&quot; stroke-opacity=&quot;0.0863&quot; d=&quot; M 711.03 445.06 C 718.38 437.67 726.43 430.99 733.43 423.26 C 738.41 425.93 743.61 428.13 748.88 430.14 C 768.70 438.32 788.46 446.63 808.31 454.74 C 812.63 456.62 817.39 457.76 821.21 460.63 C 822.11 462.68 822.15 464.98 822.32 467.19 C 820.49 484.05 818.56 500.89 816.77 517.75 C 817 524.38 810.75 528.04 808.89 533.89 C 806.01 541.30 802.91 548.62 799.98 556.01 C 797.54 562.18 794.18 568.14 793.58 574.87 C 792.35 587.55 790.89 600.21 789.56 612.88 C 788.95 614.74 788.18 616.55 787.51 618.40 C 777.69 617.60 767.85 616.72 757.99 616.99 C 745.96 617.26 733.99 615.75 721.96 615.93 C 713.46 616.06 704.97 614.27 696.49 615.66 C 696.86 606.75 695.40 597.90 695.28 589 C 694.12 577.96 694.79 566.71 692.18 555.85 C 689.06 541.56 686.01 527.26 682.98 512.96 C 682.08 509.10 681.82 504.89 679.42 501.58 C 676.16 497.03 672.64 492.67 669.63 487.95 C 670.76 485.95 671.85 483.92 673.10 481.98 C 685.2
 7 469.21 698.51 457.49 711.03 445.06 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.0746&quot; stroke-opacity=&quot;0.0746&quot; d=&quot; M 696.49 615.66 C 704.97 614.27 713.46 616.06 721.96 615.93 C 733.99 615.75 745.96 617.26 757.99 616.99 C 767.85 616.72 777.69 617.60 787.51 618.40 C 777.55 650.78 768.67 683.48 759 715.95 C 740.63 707.71 722.31 699.32 703.96 691.05 C 696.11 687.13 687.62 684.43 680.28 679.57 C 676.64 674.69 673.37 669.51 670.43 664.19 L 669.81 663.16 C 678.62 647.28 687.62 631.50 696.49 615.66 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.0746&quot; stroke-opacity=&quot;0.0746&quot; d=&quot; M 869.91 268.80 C 875.70 268.56 881.49 268.88 887.29 268.81 C 886.50 273.37 886.89 278.07 885.72 282.57 C 876.65 314.58 867.66 346.61 858.72 378.65 C 857.40 387.68 864.96 395.07 865.78 403.83 C 865.33 406.05 864.08 407.99 863.01 409.95 C 856.26 421.20 850.06 432.78 843.28 444.01 C 837.58 449.10 831.44 453.68 825.64 458.64 C 822.98 460.65 822.73 464.15 822.32 467.19 C 822.15 464.98 822.11 462.68 821.21 460.63 C 817.39 457.76 812.63 456.62 808.31 454.74 C 788.46 446.63 768.70 438.32 748.88 430.14 C 743.61 428.13 738.41 425.93 733.43 423.26 C 735.79 414.24 737.83 405.13 740.33 396.14 C 746.40 387.65 752.89 379.47 759.20 371.16 C 760.46 369.50 761.72 367.63 761.54 365.43 C 761.52 356.26 760.45 347.13 760.51 337.95 C 760.52 326.70 758.77 315.38 759.75 304.18 C 765.48 296.90 772.10 290.31 778.34 283.45 C 786.20 281.51 794.26 280.71 802.23 279.32 C 824.78 275.77 847.35 272.31 869.91 268.80 Z
 &quot;/&gt;
+        &lt;path fill-opacity=&quot;0.0667&quot; stroke-opacity=&quot;0.0667&quot; d=&quot; M 698.41 894.81 C 701.73 893.85 705.14 893.21 708.50 892.42 C 713.85 898.11 719.92 903.07 725.25 908.79 C 732.04 916.01 739.89 922.12 746.75 929.26 C 752.61 935.29 758.94 940.86 764.30 947.36 C 758.51 952.88 752.97 958.67 746.93 963.92 C 743.30 967.28 739.36 970.38 736.29 974.28 C 734.56 976.45 734.77 979.39 734.68 982.01 C 734.75 988 734.87 994 734.71 1000 L 686.56 1000 C 686.91 992.33 686.69 984.65 686.86 976.98 C 686.98 973.49 686.99 969.43 683.61 967.40 C 675.44 960.72 666.64 954.72 659.34 947.04 C 656.63 943.95 654.11 940.20 654.83 935.87 C 655.59 932.60 656.36 929.33 657.15 926.06 C 670.88 915.62 684.54 905.07 698.41 894.81 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.0471&quot; stroke-opacity=&quot;0.0471&quot; d=&quot; M 787.51 618.40 C 788.18 616.55 788.95 614.74 789.56 612.88 C 789.88 614.38 790.15 615.94 790.82 617.36 C 794.07 619.90 798.13 621.09 801.67 623.19 C 805.40 628.31 808.55 633.82 811.83 639.23 C 817.87 649.15 824.12 658.93 830.19 668.84 C 833.45 674.34 837.55 679.47 839.28 685.74 C 836.01 694.64 832.64 703.52 829.63 712.52 C 825.16 716.10 819.26 716.46 813.95 717.96 C 801.60 721.33 789.17 724.40 776.82 727.73 C 774 728.09 772.74 730.65 771.89 733.04 C 772.43 729.42 770.49 726.35 767.81 724.15 C 764.89 721.40 762.03 718.58 759 715.95 C 768.67 683.48 777.55 650.78 787.51 618.40 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.0432&quot; stroke-opacity=&quot;0.0432&quot; d=&quot; M 754.30 830.36 C 760.41 835.62 767.69 839.19 774.38 843.62 C 793.35 855.31 812.26 867.09 831.20 878.84 C 834.71 881.16 839.88 882.84 840.16 887.80 C 835.77 902.44 832.15 917.30 828.05 932.03 C 826.65 937.67 821.99 941.47 818.08 945.42 C 808.76 946.55 799.37 945.61 790.03 946.14 C 781.47 946.93 772.87 946.89 764.30 947.36 C 758.94 940.86 752.61 935.29 746.75 929.26 C 739.89 922.12 732.04 916.01 725.25 908.79 C 719.92 903.07 713.85 898.11 708.50 892.42 C 718.43 879.35 728.16 866.13 738.03 853.02 C 743.41 845.43 749.73 838.49 754.30 830.36 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.0353&quot; stroke-opacity=&quot;0.0353&quot; d=&quot; M 808.89 533.89 C 810.75 528.04 817 524.38 816.77 517.75 C 816.73 520.32 817.11 522.87 817.56 525.40 C 832.54 532.40 848.09 538.17 863.22 544.85 C 865.98 545.63 865.90 548.79 866.30 551.10 C 862.94 566.99 860.24 583 856.85 598.88 C 856.09 601.52 854.54 604.04 851.66 604.67 C 838.22 609.05 824.97 613.99 811.60 618.56 C 808.12 619.72 804.84 621.37 801.67 623.19 C 798.13 621.09 794.07 619.90 790.82 617.36 C 790.15 615.94 789.88 614.38 789.56 612.88 C 790.89 600.21 792.35 587.55 793.58 574.87 C 794.18 568.14 797.54 562.18 799.98 556.01 C 802.91 548.62 806.01 541.30 808.89 533.89 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.0314&quot; stroke-opacity=&quot;0.0314&quot; d=&quot; M 893.89 103.47 C 906.72 109.97 920.98 112.62 934.39 117.61 C 947.25 122.33 960.45 126.10 973.36 130.67 C 974.09 136.90 973.52 143.23 974.75 149.42 C 975.16 156.15 978.35 164.36 973.07 169.95 C 950.88 194.15 929.29 218.90 907.14 243.13 C 901.51 249.85 894.98 255.86 890.20 263.25 C 884.77 245.39 878.63 227.75 873.07 209.93 C 866.25 188.79 858.94 167.78 852.75 146.45 C 858.08 138.97 863.32 131.42 868.75 124.02 C 876.82 116.79 886.04 110.94 893.89 103.47 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.0275&quot; stroke-opacity=&quot;0.0275&quot; d=&quot; M 790.03 946.14 C 799.37 945.61 808.76 946.55 818.08 945.42 C 817.60 963.61 818.21 981.81 817.75 1000 L 734.71 1000 C 734.87 994 734.75 988 734.68 982.01 C 734.77 979.39 734.56 976.45 736.29 974.28 C 739.36 970.38 743.30 967.28 746.93 963.92 C 752.97 958.67 758.51 952.88 764.30 947.36 C 772.87 946.89 781.47 946.93 790.03 946.14 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.0236&quot; stroke-opacity=&quot;0.0236&quot; d=&quot; M 873.98 0 L 1000 0 L 1000 103.37 C 993.93 110.15 987.92 117.01 981.22 123.19 C 978.82 125.72 975.31 128.07 975.22 131.91 C 975.04 137.75 975.28 143.60 974.75 149.42 C 973.52 143.23 974.09 136.90 973.36 130.67 C 960.45 126.10 947.25 122.33 934.39 117.61 C 920.98 112.62 906.72 109.97 893.89 103.47 C 890.87 82.62 888.28 61.72 885.38 40.86 C 884.36 34.01 884.17 26.93 881.62 20.41 C 879 13.64 876.68 6.74 873.98 0 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.0197&quot; stroke-opacity=&quot;0.0197&quot; d=&quot; M 813.95 717.96 C 819.26 716.46 825.16 716.10 829.63 712.52 C 832.23 717.98 837.20 721.57 841.62 725.46 C 855.50 738.57 869.89 751.14 883.88 764.14 C 887.48 767.46 892.20 770.22 893.70 775.19 C 895.08 779.49 895.87 783.95 896.79 788.37 C 897.04 790.36 897.79 792.67 896.47 794.46 C 894.23 797.83 891.15 800.52 888.69 803.72 C 885.29 807.93 883.06 812.88 880.64 817.67 C 871.47 834.90 862.59 852.27 853.59 869.60 C 851.55 873.40 849.91 877.61 846.52 880.46 C 844.06 882.58 841.54 884.78 840.16 887.80 C 839.88 882.84 834.71 881.16 831.20 878.84 C 812.26 867.09 793.35 855.31 774.38 843.62 C 767.69 839.19 760.41 835.62 754.30 830.36 C 752.40 823.68 750.24 817.07 748.63 810.32 C 747.92 807.89 749.47 805.68 750.52 803.62 C 754.18 797.21 757.72 790.74 761.34 784.31 C 763.04 781.33 764.05 778.01 764.61 774.64 C 766.91 760.75 769.33 746.88 771.89 733.04 C 772.74 730.65 774 728.09 776.82 727.73 C 78
 9.17 724.40 801.60 721.33 813.95 717.96 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.0197&quot; stroke-opacity=&quot;0.0197&quot; d=&quot; M 825.64 458.64 C 831.44 453.68 837.58 449.10 843.28 444.01 C 848.20 449.37 853.71 454.12 859.06 459.03 C 878.31 476.08 896.94 493.83 916.28 510.78 C 920.39 514.58 920.49 520.85 919.86 526.02 C 918.54 530.85 915.41 536.24 910.06 537.19 C 896.89 539.99 883.68 542.68 870.57 545.70 C 867.74 546 866.93 548.78 866.30 551.10 C 865.90 548.79 865.98 545.63 863.22 544.85 C 848.09 538.17 832.54 532.40 817.56 525.40 C 817.11 522.87 816.73 520.32 816.77 517.75 C 818.56 500.89 820.49 484.05 822.32 467.19 C 822.73 464.15 822.98 460.65 825.64 458.64 Z&quot;/&gt;
+        &lt;path fill-opacity=&quot;0.0157&quot; stroke-opacity=&quot;0.0157&quot; d=&quot; M 851.66 604.67 C 854.54 604.04 856.09 601.52 856.85 598.88 C 856.82 602.45 857.75 606.09 860.32 608.70 C 865.38 614.29 870.41 619.92 875.17 625.79 C 881.34 633.49 888.28 640.56 894.26 648.42 C 892.01 651.58 888.48 653.35 885.26 655.34 C 874.38 662.07 863.58 668.92 852.86 675.89 C 848.21 678.98 842.80 681.24 839.28 685.74 C 837.55 679.47 833.45 674.34 830.19 668.84 C 824.12 658.93 817.87 649.15 811.83 639.23 C 808.55 633.82 805.40 628.31 801.67 623.19 C 804.84 621.37 808.12 619.72 811.60 618.56 C 824.97 613.99 838.22 609.05 851.66 604.67 Z&quot;/&gt;
+    &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkPerformanceTestsAnimometerresourcesrunnerlinessvg"></a>
<div class="addfile"><h4>Added: trunk/PerformanceTests/Animometer/resources/runner/lines.svg (0 => 200544)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/PerformanceTests/Animometer/resources/runner/lines.svg                                (rev 0)
+++ trunk/PerformanceTests/Animometer/resources/runner/lines.svg        2016-05-07 16:51:58 UTC (rev 200544)
</span><span class="lines">@@ -0,0 +1,26 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
+&lt;!-- Copyright © 2016 Apple Inc. All rights reserved. --&gt;
+&lt;svg viewBox=&quot;0 0 1052 1251&quot; version=&quot;1.1&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;
+    &lt;g fill-opacity=&quot;0.5&quot; fill=&quot;white&quot;&gt;
+        &lt;polygon points=&quot;251.761719 0 253.761719 0 2.12833345 1250.36328 0.128333454 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;291.761719 0 295.761719 0 44.1283335 1250.36328 40.1283335 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;331.761719 0 337.761719 0 86.1283335 1250.36328 80.1283335 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;371.761719 0 379.761719 0 128.128333 1250.36328 120.128333 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;411.761719 0 421.761719 0 170.128333 1250.36328 160.128333 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;451.761719 0 463.761719 0 212.128333 1250.36328 200.128333 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;491.761719 0 505.761719 0 254.128333 1250.36328 240.128333 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;531.761719 0 547.761719 0 296.128333 1250.36328 280.128333 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;571.761719 0 589.761719 0 338.128333 1250.36328 320.128333 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;611.761719 0 631.761719 0 380.128333 1250.36328 360.128333 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;651.761719 0 673.761719 0 422.128333 1250.36328 400.128333 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;691.761719 0 715.761719 0 464.128333 1250.36328 440.128333 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;731.761719 0 757.761719 0 506.128333 1250.36328 480.128333 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;771.761719 0 799.761719 0 548.128333 1250.36328 520.128333 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;811.761719 0 841.761719 0 590.128333 1250.36328 560.128333 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;851.761719 0 883.761719 0 632.128333 1250.36328 600.128333 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;891.761719 0 925.761719 0 674.128333 1250.36328 640.128333 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;931.761719 0 967.761719 0 716.128333 1250.36328 680.128333 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;971.761719 0 1009.76172 0 758.128333 1250.36328 720.128333 1250.36328&quot;/&gt;
+        &lt;polygon points=&quot;1011.76172 0 1051.76172 0 800.128333 1250.36328 760.128333 1250.36328&quot;/&gt;
+    &lt;/g&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkPerformanceTestsAnimometerresourcesrunnerlogosvg"></a>
<div class="addfile"><h4>Added: trunk/PerformanceTests/Animometer/resources/runner/logo.svg (0 => 200544)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/PerformanceTests/Animometer/resources/runner/logo.svg                                (rev 0)
+++ trunk/PerformanceTests/Animometer/resources/runner/logo.svg        2016-05-07 16:51:58 UTC (rev 200544)
</span><span class="lines">@@ -0,0 +1,24 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
+&lt;!-- Copyright © 2016 Apple Inc. All rights reserved. --&gt;
+&lt;svg id=&quot;root&quot; viewBox=&quot;0 0 6882 1698&quot; version=&quot;1.1&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;
+    &lt;path d=&quot;M 1314 1681 L 1466 1681 L 1549 1282 C 1555 1254 1566 1229 1582 1205 C 1598 1181 1614 1162 1629 1147 C 1644 1132 1662 1119 1683 1108 C 1704 1097 1729 1092 1758 1092 C 1790 1092 1812 1100 1824 1117 C 1836 1134 1842 1154 1842 1177 C 1842 1197 1840 1219 1835 1241 C 1830 1263 1826 1283 1822 1301 L 1743 1680 L 1895 1680 L 1979 1277 C 1983 1257 1989 1237 2000 1215 C 2010 1193 2024 1173 2040 1155 C 2056 1137 2076 1122 2099 1110 C 2122 1098 2148 1092 2177 1092 C 2197 1092 2213 1095 2225 1101 C 2237 1107 2247 1114 2254 1124 C 2261 1133 2266 1144 2268 1156 C 2270 1168 2271 1180 2271 1191 C 2270 1208 2268 1224 2265 1238 C 2262 1253 2259 1264 2258 1272 L 2173 1680 L 2325 1680 L 2413 1240 C 2416 1228 2418 1213 2420 1197 C 2422 1181 2423 1167 2423 1154 C 2423 1098 2407 1054 2375 1021 C 2343 988 2294 972 2227 972 C 2179 972 2136 984 2098 1007 C 2060 1030 2025 1059 1994 1095 C 1984 1050 1963 1018 1931 1000 C 1899 982 1862 973 1819 973 C 1771 973 1727 983 1686 1004 C 1646
  1025 1611 1054 1583 1091 L 1580 1088 L 1600 991 L 1456 991 L 1313 1680 L 1314 1681 Z&quot; fill-opacity=&quot;0.6&quot; fill=&quot;black&quot;/&gt;
+    &lt;path d=&quot;M 2673 1426 C 2690 1410 2711 1399 2736 1391 C 2760 1383 2787 1379 2815 1377 C 2843 1375 2868 1373 2889 1372 C 2906 1370 2923 1367 2941 1363 C 2959 1359 2973 1351 2984 1340 L 2987 1343 C 2982 1376 2974 1407 2965 1436 C 2956 1465 2943 1490 2926 1511 C 2910 1532 2889 1549 2863 1562 C 2838 1574 2806 1581 2769 1581 C 2755 1581 2741 1579 2726 1576 C 2712 1573 2699 1568 2687 1561 C 2675 1554 2666 1545 2658 1534 C 2650 1523 2647 1509 2647 1492 C 2647 1464 2656 1442 2673 1426 L 2673 1426 Z M 3155 1237 L 3155 1237 C 3164 1198 3168 1163 3168 1133 C 3168 1121 3166 1105 3163 1087 C 3159 1069 3149 1051 3133 1034 C 3117 1017 3091 1003 3056 991 C 3021 979 2972 973 2910 973 C 2869 973 2831 977 2795 984 C 2759 992 2727 1004 2698 1023 C 2670 1041 2646 1065 2626 1094 C 2606 1123 2593 1159 2585 1201 L 2729 1201 C 2740 1158 2760 1130 2791 1115 C 2822 1100 2858 1093 2901 1093 C 2932 1093 2959 1099 2982 1110 C 3005 1121 3017 1143 3017 1176 C 3017 1202 3011 1223 2998 1239 C 2985
  1255 2965 1265 2937 1266 C 2887 1270 2837 1274 2785 1278 C 2747 1281 2710 1286 2676 1295 C 2641 1304 2611 1318 2584 1336 C 2557 1355 2536 1378 2520 1407 C 2504 1436 2496 1472 2496 1514 C 2496 1544 2502 1571 2513 1594 C 2525 1617 2540 1636 2560 1651 C 2580 1666 2603 1678 2629 1686 C 2655 1694 2682 1698 2710 1698 C 2753 1698 2794 1691 2835 1677 C 2876 1663 2911 1641 2942 1610 C 2944 1637 2953 1658 2970 1674 C 2987 1690 3008 1698 3034 1698 C 3054 1698 3074 1696 3094 1692 C 3114 1688 3133 1684 3153 1679 L 3177 1570 C 3168 1571 3159 1572 3150 1575 C 3141 1577 3132 1578 3123 1578 C 3111 1578 3102 1575 3098 1570 C 3094 1565 3091 1557 3091 1547 C 3091 1537 3093 1527 3096 1515 L 3105 1479 L 3156 1235 L 3155 1237 Z&quot; fill-opacity=&quot;0.6&quot; fill=&quot;black&quot;/&gt;
+    &lt;path d=&quot;M 3232 1681 L 3384 1681 L 3448 1376 C 3455 1341 3465 1308 3477 1277 C 3489 1246 3506 1218 3526 1194 C 3546 1170 3570 1151 3599 1137 C 3628 1123 3662 1116 3701 1116 C 3710 1116 3719 1116 3728 1117 C 3737 1118 3746 1119 3755 1121 L 3787 976 C 3775 974 3762 973 3750 973 C 3738 973 3726 972 3713 972 C 3689 972 3666 977 3644 986 C 3622 995 3602 1007 3583 1022 C 3564 1037 3547 1053 3532 1072 C 3516 1091 3503 1109 3493 1128 L 3490 1125 L 3518 990 L 3374 990 L 3231 1679 L 3232 1681 Z&quot; fill-opacity=&quot;0.6&quot; fill=&quot;black&quot;/&gt;
+
+    &lt;polygon fill-opacity=&quot;0.6&quot; fill=&quot;black&quot; points=&quot;3726 1681 3878 1681 3927 1446 4044 1346 4166 1681 4334 1681 4166 1245 4470 992 4278 992 3966 1270 3963 1268 4075 729 3923 729&quot;/&gt;
+    &lt;polygon fill-opacity=&quot;0.1&quot; fill=&quot;black&quot; points=&quot;4915 1368 4961 1118 1429 1118 1457 986 6867 986&quot;/&gt;
+
+    &lt;polygon fill=&quot;black&quot; points=&quot;4930 1298 4976 1048 1444 1048 1472 916 6882 916&quot;/&gt;
+
+    &lt;polygon fill=&quot;currentColor&quot; points=&quot;1403 263 1257 263 965 1679 1118 1679&quot;/&gt;
+    &lt;polygon fill-opacity=&quot;0.8&quot; fill=&quot;currentColor&quot; points=&quot;1007 263 930 263 639 1679 722 1679&quot;/&gt;
+    &lt;polygon fill-opacity=&quot;0.6&quot; fill=&quot;currentColor&quot; points=&quot;653 263 618 263 326 1679 368 1679&quot;/&gt;
+    &lt;polygon fill-opacity=&quot;0.4&quot; fill=&quot;currentColor&quot; points=&quot;305 263 291 263 0 1679 21 1679&quot;/&gt;
+
+    &lt;path d=&quot;M 1466 952 L 1618 952 L 1701 553 C 1707 525 1718 500 1734 476 C 1750 452 1766 433 1781 418 C 1796 403 1814 390 1835 379 C 1856 368 1881 363 1910 363 C 1942 363 1964 371 1976 388 C 1988 405 1994 425 1994 448 C 1994 468 1992 490 1987 512 C 1982 534 1978 554 1974 572 L 1895 951 L 2047 951 L 2131 548 C 2135 528 2141 508 2152 486 C 2162 464 2176 444 2192 426 C 2208 408 2228 393 2251 381 C 2274 369 2300 363 2329 363 C 2349 363 2365 366 2377 372 C 2389 378 2399 385 2406 395 C 2413 404 2418 415 2420 427 C 2422 439 2423 451 2423 462 C 2422 479 2420 495 2417 509 C 2414 524 2411 535 2410 543 L 2325 951 L 2477 951 L 2565 511 C 2568 499 2570 484 2572 468 C 2574 452 2575 438 2575 425 C 2575 369 2559 325 2527 292 C 2495 259 2446 243 2379 243 C 2331 243 2288 255 2250 278 C 2212 301 2177 330 2146 366 C 2136 321 2115 289 2083 271 C 2051 253 2014 244 1971 244 C 1923 244 1879 254 1838 275 C 1798 296 1763 325 1735 362 L 1732 359 L 1752 262 L 1608 262 L 1465 951 L 1466 952 Z&
 quot; fill=&quot;black&quot;/&gt;
+    &lt;path d=&quot;M 3180 415 C 3205 449 3218 491 3218 542 C 3218 577 3213 612 3204 649 C 3195 686 3180 719 3161 749 C 3141 779 3117 803 3088 822 C 3059 841 3025 851 2986 851 C 2931 851 2891 834 2865 800 C 2840 766 2827 724 2827 673 C 2827 638 2832 603 2841 566 C 2850 530 2865 496 2884 467 C 2904 437 2928 413 2957 393 C 2986 373 3020 364 3059 364 C 3114 364 3154 381 3180 415 L 3180 415 Z M 3141 938 L 3141 938 C 3189 916 3231 885 3265 847 C 3299 808 3325 763 3343 710 C 3361 658 3370 601 3370 541 C 3370 444 3344 371 3291 320 C 3239 270 3164 245 3068 245 C 3008 245 2954 257 2906 280 C 2858 303 2816 334 2782 373 C 2748 412 2721 457 2703 508 C 2684 559 2675 613 2675 670 C 2675 767 2701 841 2754 893 C 2806 945 2881 971 2977 971 C 3038 971 3093 960 3142 938 L 3141 938 Z&quot; fill=&quot;black&quot;/&gt;
+    &lt;path d=&quot;M 3620 263 L 3500 263 L 3476 376 L 3596 376 L 3517 753 C 3515 759 3513 770 3511 786 C 3509 802 3508 817 3508 830 C 3508 846 3510 862 3514 877 C 3518 893 3525 906 3535 918 C 3545 930 3559 940 3577 947 C 3595 954 3617 958 3645 958 C 3665 958 3685 957 3708 954 C 3730 951 3751 948 3771 943 L 3796 831 C 3781 835 3766 837 3753 837 C 3739 837 3727 838 3715 838 C 3692 838 3677 833 3670 824 C 3663 815 3660 802 3660 787 C 3660 779 3661 768 3664 755 C 3667 742 3670 727 3673 712 L 3744 375 L 3881 375 L 3905 262 L 3768 262 L 3811 55 L 3663 55 L 3620 262 L 3620 263 Z&quot; fill=&quot;black&quot;/&gt;
+    &lt;path d=&quot;M 4046 144 L 4197 144 L 4226 0 L 4075 0 L 4046 144 L 4046 144 Z M 3878 952 L 3878 952 L 4030 952 L 4173 263 L 4021 263 L 3878 952 L 3878 952 Z&quot; fill=&quot;black&quot;/&gt;
+    &lt;path d=&quot;M 4736 415 C 4761 449 4774 491 4774 542 C 4774 577 4769 612 4760 649 C 4751 686 4736 719 4717 749 C 4697 779 4673 803 4644 822 C 4615 841 4581 851 4542 851 C 4487 851 4447 834 4421 800 C 4396 766 4383 724 4383 673 C 4383 638 4388 603 4397 566 C 4406 530 4421 496 4440 467 C 4460 437 4484 413 4513 393 C 4542 373 4576 364 4615 364 C 4670 364 4710 381 4736 415 L 4736 415 Z M 4697 938 L 4697 938 C 4745 916 4787 885 4821 847 C 4855 808 4881 763 4899 710 C 4917 658 4926 601 4926 541 C 4926 444 4900 371 4847 320 C 4795 270 4720 245 4624 245 C 4564 245 4510 257 4462 280 C 4414 303 4372 334 4338 373 C 4304 412 4277 457 4259 508 C 4240 559 4231 613 4231 670 C 4231 767 4257 841 4310 893 C 4362 945 4437 971 4533 971 C 4594 971 4649 960 4698 938 L 4697 938 Z&quot; fill=&quot;black&quot;/&gt;
+    &lt;path d=&quot;M 4990 952 L 5142 952 L 5219 579 C 5225 551 5235 523 5248 497 C 5261 471 5276 449 5294 431 C 5313 412 5334 397 5357 384 C 5381 371 5407 365 5438 365 C 5466 365 5487 369 5501 377 C 5516 385 5526 395 5532 406 C 5538 417 5542 428 5542 439 C 5542 450 5543 458 5543 464 C 5543 474 5542 484 5540 495 C 5538 506 5535 517 5533 528 L 5445 953 L 5597 953 L 5689 513 C 5692 501 5693 486 5694 470 C 5695 454 5695 440 5695 427 C 5695 371 5679 327 5646 294 C 5614 261 5563 245 5493 245 C 5445 245 5400 256 5359 277 C 5318 298 5283 328 5256 366 L 5253 363 L 5274 263 L 5131 263 L 4988 952 L 4990 952 Z&quot; fill=&quot;black&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkPerformanceTestsAnimometerresourcesrunnertestsjs"></a>
<div class="modfile"><h4>Modified: trunk/PerformanceTests/Animometer/resources/runner/tests.js (200543 => 200544)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/PerformanceTests/Animometer/resources/runner/tests.js        2016-05-07 16:20:16 UTC (rev 200543)
+++ trunk/PerformanceTests/Animometer/resources/runner/tests.js        2016-05-07 16:51:58 UTC (rev 200544)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">         },
</span><span class="cx">         {
</span><span class="cx">             url: &quot;master/canvas-stage.html?pathType=arcs&quot;,
</span><del>-            name: &quot;Canvas arcs&quot;
</del><ins>+            name: &quot;Canvas Arcs&quot;
</ins><span class="cx">         },
</span><span class="cx">         {
</span><span class="cx">             url: &quot;master/leaves.html&quot;,
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">         },
</span><span class="cx">         {
</span><span class="cx">             url: &quot;master/canvas-stage.html?pathType=line&amp;lineCap=square&quot;,
</span><del>-            name: &quot;Canvas line segments&quot;
</del><ins>+            name: &quot;Canvas Lines&quot;
</ins><span class="cx">         },
</span><span class="cx">         {
</span><span class="cx">             url: &quot;master/focus.html&quot;,
</span></span></pre></div>
<a id="trunkPerformanceTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/PerformanceTests/ChangeLog (200543 => 200544)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/PerformanceTests/ChangeLog        2016-05-07 16:20:16 UTC (rev 200543)
+++ trunk/PerformanceTests/ChangeLog        2016-05-07 16:51:58 UTC (rev 200544)
</span><span class="lines">@@ -1,3 +1,30 @@
</span><ins>+2016-05-07  Timothy Hatcher  &lt;timothy@apple.com&gt;
+
+        Update Animometer design
+        https://bugs.webkit.org/show_bug.cgi?id=157449
+
+        Reviewed by Darin Adler.
+
+        * Animometer/developer.html: Stop including runner/animometer.css.
+        * Animometer/index.html: Udpated elements to fit new styles.
+
+        * Animometer/resources/debug-runner/animometer.css:
+        Copy the old runner/animometer.css to here so the debug runner is unaffected.
+
+        * Animometer/resources/runner/animometer.css:
+        New styles for the design. Drop flex box for broad browser support.
+
+        * Animometer/resources/runner/animometer.js:
+        (ResultsTable.clear): Use textContent.
+        (window.sectionsManager.showSection): Add class to the body.
+        (window.sectionsManager.setSectionScore): Use textContent, not innerHTML.
+
+        * Animometer/resources/runner/crystal.svg: Added.
+        * Animometer/resources/runner/lines.svg: Added.
+        * Animometer/resources/runner/logo.svg: Added.
+
+        * Animometer/resources/runner/tests.js: Shorten test name and title case them.
+
</ins><span class="cx"> 2016-05-06  Manuel Rego Casasnovas  &lt;rego@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [css-grid] Unprefix CSS Grid Layout properties
</span></span></pre>
</div>
</div>

</body>
</html>