fitbit-echocentric/resources/index.gui

51 lines
1.7 KiB
Plaintext

<svg viewport-fill="black">
<g transform="translate(100%-20,50%)">
<!--<g transform="rotate(12)">
<text class="time" />
</g>-->
<g transform="rotate(8)">
<text class="time" />
</g>
<g transform="rotate(4)">
<text class="time" />
</g>
<g>
<text class="time" />
</g>
<g transform="rotate(-4)">
<text class="time" id="mainTime" />
</g>
</g>
<use href="#healthText" x="100%-70" y="185" id="mainHealthText">
<set href="healthTextIcon" attributeName="href" to="img/icon-steps.png" />
</use>
<g id="overlay">
<use href="#overlayShade" id="overlayShadeInstance" />
<use href="#healthText" x="35%" y="20%" class="healthTextInstance" id="hrText">
</use>
<use href="#healthText" x="35%" y="50%" class="healthTextInstance" id="stepsText">
<set href="healthTextIcon" attributeName="href" to="img/icon-steps.png" />
</use>
<use href="#healthText" x="35%" y="80%" class="healthTextInstance" id="calText">
<set href="healthTextIcon" attributeName="href" to="img/icon-cal.png" />
</use>
<use href="#healthText" x="80%" y="20%" class="healthTextInstance" id="distText">
<set href="healthTextIcon" attributeName="href" to="img/icon-dist.png" />
</use>
<use href="#healthText" x="80%" y="50%" class="healthTextInstance" id="elevText">
<set href="healthTextIcon" attributeName="href" to="img/icon-elev.png" />
</use>
<use href="#healthText" x="80%" y="80%" class="healthTextInstance" id="actminText">
<set href="healthTextIcon" attributeName="href" to="img/icon-actmin.png" />
</use>
</g>
<rect x="0" y="0" width="100%" height="100%" opacity="0" id="touchArea" pointer-events="visible" />
</svg>