warmer position
This commit is contained in:
+3
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user