48 lines
2.0 KiB
Plaintext
48 lines
2.0 KiB
Plaintext
<svg>
|
|
<defs>
|
|
|
|
<link rel="stylesheet" href="styles-common.css" />
|
|
<link rel="stylesheet" href="styles.css" />
|
|
<link rel="import" href="/mnt/sysassets/widgets_common.gui" />
|
|
|
|
<symbol id="healthText">
|
|
|
|
<g opacity="0">
|
|
|
|
<g transform="rotate(-4)">
|
|
<text x="0" y="14" class="healthTextLabel" id="healthTextLabel" />
|
|
</g>
|
|
|
|
<image x="15" y="-14" width="30" height="30" href="" fill="white" id="healthTextIcon" />
|
|
|
|
<g transform="scale(1),translate(26, 3)" id="healthTextHrIcon">
|
|
<animateTransform attributeType="scale" begin="load" from="1.1" to="0.95" dur="0.9" final="restore" repeatCount="indefinite" easing="ease-out"/>
|
|
<svg width="27" height="27">
|
|
<circle cx="-24%" cy="-24%" r="26%" fill="white" />
|
|
<circle cx="24%" cy="-24%" r="26%" fill="white" />
|
|
<g transform="translate(0, 40%), rotate(-135)">
|
|
<rect x="0" y="0" width="62%" height="38%" fill="white" />
|
|
<rect x="0" y="0" width="38%" height="62%" fill="white" />
|
|
</g>
|
|
</svg>
|
|
</g>
|
|
|
|
<animate attributeName="opacity" begin="enable" from="0" to="1" dur="0.25" final="freeze" />
|
|
<animateTransform attributeType="translate" begin="enable" from="0, -10" to="0, 0" dur="0.25" final="freeze" easing="ease-out" />
|
|
|
|
<animate attributeName="opacity" begin="disable" from="1" to="0" dur="0.1" final="freeze" />
|
|
<animateTransform attributeType="translate" begin="disable" from="0, 0" to="0, 10" dur="0.1" final="freeze" easing="ease-out" />
|
|
|
|
</g>
|
|
|
|
</symbol>
|
|
|
|
<symbol id="overlayShade">
|
|
<rect id="overlayShadeColor" width="100%" height="100%" opacity="0.85" />
|
|
<animate attributeName="opacity" begin="enable" from="0" to="1" dur="0.25" final="freeze" />
|
|
<animate attributeName="opacity" begin="disable" from="1" to="0" dur="0.1" final="freeze" />
|
|
</symbol>
|
|
|
|
</defs>
|
|
</svg>
|