warmer position

This commit is contained in:
=
2021-02-17 10:08:48 +01:00
parent b60fa9b07e
commit 67298b0899
@@ -46,7 +46,9 @@
fill="rgba(0,0,0,0.1)"
/>
</g>
<g v-if="thermoImage && thermoImageVisible && thermoImageOpacity">
<image :href="thermoImage" :height="rows.length * height" :opacity="thermoImageOpacity" />
</g>
<g v-if="selectionMethod == 'rect' && selectionPoints.length>1">
<rect
ref="lazo"
@@ -68,9 +70,6 @@
:d="`M ${selectionPoints[0].x} ${selectionPoints[0].y} L ${selectionPoints.slice(1).map(i => [i.x,i.y]).join(' ')} Z`"
/>
</g>
<g v-if="thermoImage && thermoImageVisible && thermoImageOpacity">
<image :href="thermoImage" :height="rows.length * height" :opacity="thermoImageOpacity" />
</g>
</g>
</svg>
</template>