Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions src/ntc-temperature-sensor-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,19 +111,13 @@ export class NTCTemperatureSensorElement extends LitElement {
stroke-linejoin="miter"
stroke-width=".65px"
/>
<g fill="#fffefe" font-family="sans-serif">
<text transform="rotate(-90)">
<text fill="#fffefe" font-family="sans-serif" transform="rotate(-90)">
<tspan x="-39.297 -37.036 -34.776" y="95.418" font-size="3.735px">
103
</tspan>
<tspan x="-61.485" y="111.57" font-size="9.778px">S</tspan>
<tspan x="-15.512" y="111.573" font-size="15.828px">-</tspan>
<tspan x="-39.152" y="36.819" font-size="9.778px">A</tspan>
</text>
<text transform="rotate(90)" font-size="6.072px">
<tspan x="32.449 36.797" y="-40.011">S1</tspan>
</text>
</g>
</svg>
`;
}
Expand Down