File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -111,19 +111,13 @@ export class NTCTemperatureSensorElement extends LitElement {
111
111
stroke-linejoin ="miter "
112
112
stroke-width =".65px "
113
113
/>
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 >
127
121
</ svg >
128
122
` ;
129
123
}
You can’t perform that action at this time.
0 commit comments