|
| 1 | +<svg> |
| 2 | + <use id="background" href="#panoramaview"> |
| 3 | + <use id="color1" href="#panoramaview-item"> |
| 4 | + <rect class="backgroundColor" width="100%" height="100%"/> |
| 5 | + </use> |
| 6 | + <use id="color2" href="#panoramaview-item"> |
| 7 | + <rect class="backgroundColor" width="100%" height="100%"/> |
| 8 | + </use> |
| 9 | + <use id="color3" href="#panoramaview-item"> |
| 10 | + <rect class="backgroundColor" width="100%" height="100%"/> |
| 11 | + </use> |
| 12 | + <use href="#panoramaview-item"> |
| 13 | + <rect class="backgroundColor" width="100%" height="100%"/> |
| 14 | + </use> |
| 15 | + <use href="#panoramaview-item"> |
| 16 | + <rect class="backgroundColor" width="100%" height="100%"/> |
| 17 | + </use> |
| 18 | + <use href="#panoramaview-item"> |
| 19 | + <rect class="backgroundColor" width="100%" height="100%"/> |
| 20 | + </use> |
| 21 | + <use href="#panoramaview-item"> |
| 22 | + <rect class="backgroundColor" width="100%" height="100%"/> |
| 23 | + </use> |
| 24 | + |
| 25 | + <use id="pagination-dots" href="#pagination-widget" y="8"> |
| 26 | + <use href="#pagination-dot" /> |
| 27 | + <use href="#pagination-dot" /> |
| 28 | + <use href="#pagination-dot" /> |
| 29 | + <use href="#pagination-dot" /> |
| 30 | + <use href="#pagination-dot" /> |
| 31 | + <use href="#pagination-dot" /> |
| 32 | + <use href="#pagination-dot" /> |
| 33 | + <use href="#pagination-highlight-dot" /> |
| 34 | + </use> |
| 35 | + </use> |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + <text id="time" class="baseColor" x="313" y="25">12:00</text> |
| 40 | + |
| 41 | + <arc id="backgroundArc" class="backgroundArcColor" x="64" y="23" height="220" width="220" arc-width="20" start-angle="0" sweep-angle="360"/> |
| 42 | + <arc id="progressArc" class="accentColor" x="64" y="23" height="220" width="220" arc-width="20" start-angle="0" sweep-angle="0"/> |
| 43 | + |
| 44 | + <text id="currentIntervalText" class="baseColor" x="174" y="93">Flow</text> |
| 45 | + <text id="countdown" class="accentColor" x="174" y="143">00:00:00</text> |
| 46 | + <text id="sprintCounter" class="baseColor" x="174" y="183">1 of 4</text> |
| 47 | + |
| 48 | + <use id="playPauseButton" class="accentColor" href="#combo-button-lower-right"> |
| 49 | + <set href="combo-button-icon" attributeName="href" to="play.png"/> |
| 50 | + <set href="combo-button-icon-press" attributeName="href" to="play_press.png"/> |
| 51 | + <set href="combo-button-stroke" attributeName="display" to="inline"/> |
| 52 | + </use> |
| 53 | + |
| 54 | + <use id="restartSkipButton" class="accentColor" href="#combo-button-lower-left"> |
| 55 | + <set href="combo-button-icon" attributeName="href" to="skip.png"/> |
| 56 | + <set href="combo-button-icon-press" attributeName="href" to="skip_press.png"/> |
| 57 | + <set href="combo-button-stroke" attributeName="display" to="inline"/> |
| 58 | + </use> |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | +</svg> |
0 commit comments