Skip to content

Commit 10b7c80

Browse files
authored
fix(ntc-temperature-sensor): remove redundant texts (#73)
1 parent 71b4e52 commit 10b7c80

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

src/ntc-temperature-sensor-element.ts

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -111,19 +111,13 @@ export class NTCTemperatureSensorElement extends LitElement {
111111
stroke-linejoin="miter"
112112
stroke-width=".65px"
113113
/>
114-
<g fill="#fffefe" font-family="sans-serif">
115-
<text transform="rotate(-90)">
116-
<tspan x="-39.297 -37.036 -34.776" y="95.418" font-size="3.735px">
117-
103
118-
</tspan>
119-
<tspan x="-61.485" y="111.57" font-size="9.778px">S</tspan>
120-
<tspan x="-15.512" y="111.573" font-size="15.828px">-</tspan>
121-
<tspan x="-39.152" y="36.819" font-size="9.778px">A</tspan>
122-
</text>
123-
<text transform="rotate(90)" font-size="6.072px">
124-
<tspan x="32.449 36.797" y="-40.011">S1</tspan>
125-
</text>
126-
</g>
114+
<text fill="#fffefe" font-family="sans-serif" transform="rotate(-90)">
115+
<tspan x="-39.297 -37.036 -34.776" y="95.418" font-size="3.735px">
116+
103
117+
</tspan>
118+
<tspan x="-61.485" y="111.57" font-size="9.778px">S</tspan>
119+
<tspan x="-15.512" y="111.573" font-size="15.828px">-</tspan>
120+
</text>
127121
</svg>
128122
`;
129123
}

0 commit comments

Comments
 (0)