Zeilenenden vereinheitlichen: LF ueberall ausser im Fremdcode
Bisher entschied jede Arbeitsstation fuer sich, welche Zeilenenden ein Commit bekommt: Git fuer Windows setzt core.autocrlf=input in seiner System-Konfiguration, die NAS setzt nichts. Weil der Bestand ausserdem in sich gemischt war - 34 PHP-Dateien mit LF, 30 mit CRLF -, gab es gar kein richtiges Zeilenende, an das ein Werkzeug sich haette halten koennen. Jede Ergaenzung mit LF in einer CRLF-Datei ergab eine gemischte Datei; helper.php und js/solar/homeMQTT.js waren bereits so entstanden. .gitattributes macht die Zeilenenden zur Eigenschaft des Repositorys. LF, weil dieses Verzeichnis der Web-Ordner der NAS ist und von Linux ausgeliefert wird - und weil Git fuer Windows mit "input" ohnehin schon dorthin zeigt. restricted/WebAuthn bleibt ausgenommen und damit byteweise so, wie die Bibliothek geliefert wurde; darunter liegen 292 Zertifikate. Von den 47 geaenderten Dateien wurde nachgerechnet keine einzige im Inhalt angefasst - der Vergleich HEAD-ohne-CR gegen Index ist ueberall gleich. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
+143
-143
@@ -1,144 +1,144 @@
|
||||
/* devanagari */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: url(pxiByp8kv8JHgFVrLFj_Z11lFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: url(pxiByp8kv8JHgFVrLFj_Z1JlFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: url(pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* devanagari */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* devanagari */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
|
||||
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* devanagari */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url(pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url(pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url(pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* devanagari */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* devanagari */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url(pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url(pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url(pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
/* devanagari */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: url(pxiByp8kv8JHgFVrLFj_Z11lFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: url(pxiByp8kv8JHgFVrLFj_Z1JlFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: url(pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* devanagari */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* devanagari */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
|
||||
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* devanagari */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url(pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url(pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url(pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* devanagari */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* devanagari */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url(pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url(pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format('woff2');
|
||||
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: url(pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#fff"
|
||||
class="bi bi-heart-arrow" viewBox="0 0 16 16">
|
||||
<path
|
||||
d="M6.707 9h4.364c-.536 1.573 2.028 3.806 4.929-.5-2.9-4.306-5.465-2.073-4.929-.5H6.707L4.854 6.146a.5.5 0 1 0-.708.708L5.293 8h-.586L2.854 6.146a.5.5 0 1 0-.708.708L3.293 8h-.586L.854 6.146a.5.5 0 1 0-.708.708L1.793 8.5.146 10.146a.5.5 0 0 0 .708.708L2.707 9h.586l-1.147 1.146a.5.5 0 0 0 .708.708L4.707 9h.586l-1.147 1.146a.5.5 0 0 0 .708.708z" />
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#fff"
|
||||
class="bi bi-heart-arrow" viewBox="0 0 16 16">
|
||||
<path
|
||||
d="M6.707 9h4.364c-.536 1.573 2.028 3.806 4.929-.5-2.9-4.306-5.465-2.073-4.929-.5H6.707L4.854 6.146a.5.5 0 1 0-.708.708L5.293 8h-.586L2.854 6.146a.5.5 0 1 0-.708.708L3.293 8h-.586L.854 6.146a.5.5 0 1 0-.708.708L1.793 8.5.146 10.146a.5.5 0 0 0 .708.708L2.707 9h.586l-1.147 1.146a.5.5 0 0 0 .708.708L4.707 9h.586l-1.147 1.146a.5.5 0 0 0 .708.708z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 495 B After Width: | Height: | Size: 491 B |
+286
-286
@@ -1,287 +1,287 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="border:0px solid gray;background-color: #212529;" viewBox="0 0 630 750" width= "100%" height= "100%">
|
||||
|
||||
|
||||
<g style="fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stroke:#666666;fill:#666666;" stroke-width="10" transform="scale (2) translate(0 -25)">
|
||||
<path
|
||||
id="Puffer"
|
||||
d="m 227,68 c 0,0 0,-28 -74,-28 -75,0 -75,27 -75,27 V 353 c 0,0 10,31 76,31 66,0 75,-32 75,-32 z"
|
||||
style="fill:#212529;fill-opacity:1;stroke-width:2;" />
|
||||
<ellipse
|
||||
ry="3"
|
||||
rx="1"
|
||||
cy="112"
|
||||
cx="211"
|
||||
id="path902" />
|
||||
<ellipse
|
||||
ry="5"
|
||||
rx="3"
|
||||
cy="163"
|
||||
cx="211"
|
||||
id="path904" />
|
||||
<ellipse
|
||||
ry="5"
|
||||
rx="3"
|
||||
cy="282"
|
||||
cx="210"
|
||||
id="path904-6" />
|
||||
<ellipse
|
||||
ry="5"
|
||||
rx="3"
|
||||
cy="345"
|
||||
cx="213"
|
||||
id="path904-2" />
|
||||
<ellipse
|
||||
ry="3"
|
||||
rx="1"
|
||||
cy="332"
|
||||
cx="213"
|
||||
id="path902-4" />
|
||||
<ellipse
|
||||
ry="3"
|
||||
rx="1"
|
||||
cy="121"
|
||||
cx="100"
|
||||
id="path902-0" />
|
||||
<ellipse
|
||||
ry="3"
|
||||
rx="1"
|
||||
cy="164"
|
||||
cx="99" />
|
||||
<ellipse
|
||||
ry="3"
|
||||
rx="1"
|
||||
cy="175"
|
||||
cx="99"
|
||||
id="path902-8" />
|
||||
<ellipse
|
||||
ry="3"
|
||||
rx="1"
|
||||
cy="223"
|
||||
cx="98"
|
||||
id="path902-2" />
|
||||
<ellipse
|
||||
ry="3"
|
||||
rx="1"
|
||||
cy="257"
|
||||
cx="98"
|
||||
id="path902-07" />
|
||||
<path
|
||||
id="heatweRLtube1"
|
||||
d="m 211,282 h 95 v -44"
|
||||
style="fill:none;" />
|
||||
<path
|
||||
id="path976"
|
||||
d="m 212,163 h 58"
|
||||
style="fill:none;" />
|
||||
<path
|
||||
id="path978"
|
||||
d="M 32,140 H 2 v 61 H 32 Z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path980"
|
||||
d="M 99,121 H 9 v 18"
|
||||
style="fill:none;" />
|
||||
<path
|
||||
id="path982"
|
||||
d="M 33,175 H 98"
|
||||
style="fill:none;" />
|
||||
<path
|
||||
id="path984"
|
||||
d="m 8,201 v 21 H 98"
|
||||
style="fill:none;" />
|
||||
<path
|
||||
id="fbVLtube"
|
||||
d="m 99,164 h 7 V 244 H 8 v 23"
|
||||
style="fill:none;" />
|
||||
<path
|
||||
id="fbRLtube"
|
||||
d="m 8,302 v 32 H 107 v -79 h -9"
|
||||
style="fill:none;" />
|
||||
<path
|
||||
id="path990"
|
||||
d="m 211,112 h 39 V 68"
|
||||
style="fill:none;" />
|
||||
<path
|
||||
id="path992"
|
||||
d="M 26,151 H 8 v 2 H 6 v 4 l -1,1 v 30 H 28 v -34 l -1,-1 v -4 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path994"
|
||||
d="M 28,167 H 5"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path996"
|
||||
d="M 5,161 H 28"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path998"
|
||||
d="M 27,156 H 7"
|
||||
style="fill:none;stroke-width:1px;s" />
|
||||
<path
|
||||
id="path1000"
|
||||
d="m 10,152 1,2 H 24 l 1,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1002"
|
||||
d="m 24,167 v 5 h 4"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1004"
|
||||
d="M 47,268 H 1 v 34 H 47 v -34 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1006"
|
||||
d="m 8,269 v 2 c 0,0 -1,0 -1,1 0,1 1,1 1,1 H 40 c 0,0 1,0 1,1 0,1 -1,1 -1,1 H 8 c 0,0 -1,0 -1,1 0,1 1,1 1,1 H 40 c 0,0 1,0 1,1 0,1 -1,1 -1,1 H 8 c 0,0 -1,0 -1,1 0,1 1,1 1,1 H 40 c 0,0 1,0 1,1 0,1 -1,1 -1,1 H 8 c 0,0 -1,0 -1,1 0,1 1,1 1,1 H 40 c 0,0 1,0 1,1 0,1 -1,1 -1,1 H 8 c 0,0 -1,0 -1,1 -0,1 1,1 1,1 h 31 c 0,0 1,0 1,1 0,1 -1,1 -1,1 H 8 v 4"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1008"
|
||||
d="M 294,238 Z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="heizerRLtube2"
|
||||
d="m 295,238 h 10"
|
||||
style="fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
id="path1012"
|
||||
d="M 270,163 Z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="heizregler"
|
||||
d="m 282,247 v 7 c 0,0 0,4 7,4 6,0 7,-4 7,-4 v -7 c 0,0 -0,3 -8,3 -7,0 -6,-3 -6,-3 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="Heizstab"
|
||||
d="m 293,246 v -74 c 0,0 -0,-2 -4,-2 -4,0 -4,2 -4,2 v 74 c 0,0 -0,1 4,1 4,-0 4,-1 4,-1 z"
|
||||
style="fill:#212529;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1020"
|
||||
d="m 270,163 h 19 v 5"
|
||||
style="fill:none;" />
|
||||
<path
|
||||
id="path1022"
|
||||
d="m 282,247 c 0,0 -0,-2 2,-2"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1024"
|
||||
d="m 296,247 c 0,0 0,-2 -3,-3"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path976-2"
|
||||
d="m 213,332 h 75"
|
||||
style="fill:none;stroke-width:4;" />
|
||||
<path
|
||||
id="path1043"
|
||||
d="m 240,338 0,-2 -7,3 6,3 -0,-2 4,-0 -0,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1043-9"
|
||||
d="m 240,169 0,-2 -7,3 6,3 -0,-2 4,-0 -0,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1043-5"
|
||||
d="m 65,228 0,-2 -7,3 6,3 -0,-2 4,-0 -0,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1043-3"
|
||||
d="m 65,250 0,-2 -7,3 6,3 -0,-2 4,-0 -0,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1043-94"
|
||||
d="m 253,288 -0,-2 7,3 -6,3 0,-2 -4,-0 0,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1043-94-5"
|
||||
d="m 236,103 -0,-2 7,3 -6,3 0,-2 -4,-0 0,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1043-94-2"
|
||||
d="m 65,342 -0,-2 7,3 -6,3 0,-2 -4,-0 0,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1043-94-6"
|
||||
d="m 65,126 -0,-2 7,3 -6,3 0,-2 -4,-0 0,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1043-94-9"
|
||||
d="m 65,180 -0,-2 7,3 -6,3 0,-2 -4,-0 0,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1123"
|
||||
d="m 253,52 h 9 c 0,0 3,-0 5,1 1,1 1,5 1,5 l -0,3 c 0,0 2,0 3,1 1,1 1,3 1,3 h -11 c 0,0 -0,-2 1,-4 1,-1 2,-1 2,-1 v -3 c 0,0 0,-2 -1,-3 -1,-0 -2,-0 -2,-0 h -9"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1125"
|
||||
d="m 266,68 -0,2"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1127"
|
||||
d="m 266,73 v 1"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1129"
|
||||
d="m 268,68 v 2"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1131"
|
||||
d="m 268,73 v 1"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1133"
|
||||
d="m 271,69 v 2"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1135"
|
||||
d="M 271,74 V 75"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1137"
|
||||
d="m 285,314 h -4 v 12 h 4"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1139"
|
||||
d="m 280,318 h -4 v -5 h -4 v 5 h -4 c 0,0 -1,-0 -2,1 -0,1 -0,4 -0,4 0,0 -0,3 2,3 2,0 2,-2 2,-3 0,-1 2,-1 2,-1 l 9,0"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1141"
|
||||
d="m 278,312 h -9 c -1,0 -2,-1 0,-1 2,0 2,1 4,1 2,0 3,-1 5,-1 2,0 0,1 -0,1 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
</g>
|
||||
<g style="font-size: 28px; font-weight: 600; font-family: sans-serif; text-anchor: middle; fill: rgb(200, 210, 210); letter-spacing: 1px;" >
|
||||
<text id="PufferOtxt" dy="200" dx="320">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="PufferMtxt" dy="400" dx="320">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="PufferUtxt" dy="600" dx="320">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="heaterRL" dy="505" dx="530" style="font-size: 22px;">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="heaterVL" dy="260" dx="530" style="font-size: 22px;">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="fbVL" dy="465" dx="70" style="font-size: 22px;">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="fbRL" dy="605" dx="70" style="font-size: 22px;">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="thermeRL" dy="385" dx="70" style="font-size: 22px;">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="thermeVLfb" dy="290" dx="110" style="font-size: 22px;">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="thermeVLww" dy="180" dx="70" style="font-size: 22px;">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="triacLbl" dy="350" dx="515" style="font-size: 22px;">
|
||||
Triac:
|
||||
</text>
|
||||
<text id="triac" dy="375" dx="515" style="font-size: 22px;">
|
||||
--.- °C
|
||||
</text>
|
||||
</g>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" style="border:0px solid gray;background-color: #212529;" viewBox="0 0 630 750" width= "100%" height= "100%">
|
||||
|
||||
|
||||
<g style="fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stroke:#666666;fill:#666666;" stroke-width="10" transform="scale (2) translate(0 -25)">
|
||||
<path
|
||||
id="Puffer"
|
||||
d="m 227,68 c 0,0 0,-28 -74,-28 -75,0 -75,27 -75,27 V 353 c 0,0 10,31 76,31 66,0 75,-32 75,-32 z"
|
||||
style="fill:#212529;fill-opacity:1;stroke-width:2;" />
|
||||
<ellipse
|
||||
ry="3"
|
||||
rx="1"
|
||||
cy="112"
|
||||
cx="211"
|
||||
id="path902" />
|
||||
<ellipse
|
||||
ry="5"
|
||||
rx="3"
|
||||
cy="163"
|
||||
cx="211"
|
||||
id="path904" />
|
||||
<ellipse
|
||||
ry="5"
|
||||
rx="3"
|
||||
cy="282"
|
||||
cx="210"
|
||||
id="path904-6" />
|
||||
<ellipse
|
||||
ry="5"
|
||||
rx="3"
|
||||
cy="345"
|
||||
cx="213"
|
||||
id="path904-2" />
|
||||
<ellipse
|
||||
ry="3"
|
||||
rx="1"
|
||||
cy="332"
|
||||
cx="213"
|
||||
id="path902-4" />
|
||||
<ellipse
|
||||
ry="3"
|
||||
rx="1"
|
||||
cy="121"
|
||||
cx="100"
|
||||
id="path902-0" />
|
||||
<ellipse
|
||||
ry="3"
|
||||
rx="1"
|
||||
cy="164"
|
||||
cx="99" />
|
||||
<ellipse
|
||||
ry="3"
|
||||
rx="1"
|
||||
cy="175"
|
||||
cx="99"
|
||||
id="path902-8" />
|
||||
<ellipse
|
||||
ry="3"
|
||||
rx="1"
|
||||
cy="223"
|
||||
cx="98"
|
||||
id="path902-2" />
|
||||
<ellipse
|
||||
ry="3"
|
||||
rx="1"
|
||||
cy="257"
|
||||
cx="98"
|
||||
id="path902-07" />
|
||||
<path
|
||||
id="heatweRLtube1"
|
||||
d="m 211,282 h 95 v -44"
|
||||
style="fill:none;" />
|
||||
<path
|
||||
id="path976"
|
||||
d="m 212,163 h 58"
|
||||
style="fill:none;" />
|
||||
<path
|
||||
id="path978"
|
||||
d="M 32,140 H 2 v 61 H 32 Z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path980"
|
||||
d="M 99,121 H 9 v 18"
|
||||
style="fill:none;" />
|
||||
<path
|
||||
id="path982"
|
||||
d="M 33,175 H 98"
|
||||
style="fill:none;" />
|
||||
<path
|
||||
id="path984"
|
||||
d="m 8,201 v 21 H 98"
|
||||
style="fill:none;" />
|
||||
<path
|
||||
id="fbVLtube"
|
||||
d="m 99,164 h 7 V 244 H 8 v 23"
|
||||
style="fill:none;" />
|
||||
<path
|
||||
id="fbRLtube"
|
||||
d="m 8,302 v 32 H 107 v -79 h -9"
|
||||
style="fill:none;" />
|
||||
<path
|
||||
id="path990"
|
||||
d="m 211,112 h 39 V 68"
|
||||
style="fill:none;" />
|
||||
<path
|
||||
id="path992"
|
||||
d="M 26,151 H 8 v 2 H 6 v 4 l -1,1 v 30 H 28 v -34 l -1,-1 v -4 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path994"
|
||||
d="M 28,167 H 5"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path996"
|
||||
d="M 5,161 H 28"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path998"
|
||||
d="M 27,156 H 7"
|
||||
style="fill:none;stroke-width:1px;s" />
|
||||
<path
|
||||
id="path1000"
|
||||
d="m 10,152 1,2 H 24 l 1,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1002"
|
||||
d="m 24,167 v 5 h 4"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1004"
|
||||
d="M 47,268 H 1 v 34 H 47 v -34 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1006"
|
||||
d="m 8,269 v 2 c 0,0 -1,0 -1,1 0,1 1,1 1,1 H 40 c 0,0 1,0 1,1 0,1 -1,1 -1,1 H 8 c 0,0 -1,0 -1,1 0,1 1,1 1,1 H 40 c 0,0 1,0 1,1 0,1 -1,1 -1,1 H 8 c 0,0 -1,0 -1,1 0,1 1,1 1,1 H 40 c 0,0 1,0 1,1 0,1 -1,1 -1,1 H 8 c 0,0 -1,0 -1,1 0,1 1,1 1,1 H 40 c 0,0 1,0 1,1 0,1 -1,1 -1,1 H 8 c 0,0 -1,0 -1,1 -0,1 1,1 1,1 h 31 c 0,0 1,0 1,1 0,1 -1,1 -1,1 H 8 v 4"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1008"
|
||||
d="M 294,238 Z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="heizerRLtube2"
|
||||
d="m 295,238 h 10"
|
||||
style="fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
id="path1012"
|
||||
d="M 270,163 Z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="heizregler"
|
||||
d="m 282,247 v 7 c 0,0 0,4 7,4 6,0 7,-4 7,-4 v -7 c 0,0 -0,3 -8,3 -7,0 -6,-3 -6,-3 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="Heizstab"
|
||||
d="m 293,246 v -74 c 0,0 -0,-2 -4,-2 -4,0 -4,2 -4,2 v 74 c 0,0 -0,1 4,1 4,-0 4,-1 4,-1 z"
|
||||
style="fill:#212529;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1020"
|
||||
d="m 270,163 h 19 v 5"
|
||||
style="fill:none;" />
|
||||
<path
|
||||
id="path1022"
|
||||
d="m 282,247 c 0,0 -0,-2 2,-2"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1024"
|
||||
d="m 296,247 c 0,0 0,-2 -3,-3"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path976-2"
|
||||
d="m 213,332 h 75"
|
||||
style="fill:none;stroke-width:4;" />
|
||||
<path
|
||||
id="path1043"
|
||||
d="m 240,338 0,-2 -7,3 6,3 -0,-2 4,-0 -0,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1043-9"
|
||||
d="m 240,169 0,-2 -7,3 6,3 -0,-2 4,-0 -0,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1043-5"
|
||||
d="m 65,228 0,-2 -7,3 6,3 -0,-2 4,-0 -0,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1043-3"
|
||||
d="m 65,250 0,-2 -7,3 6,3 -0,-2 4,-0 -0,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1043-94"
|
||||
d="m 253,288 -0,-2 7,3 -6,3 0,-2 -4,-0 0,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1043-94-5"
|
||||
d="m 236,103 -0,-2 7,3 -6,3 0,-2 -4,-0 0,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1043-94-2"
|
||||
d="m 65,342 -0,-2 7,3 -6,3 0,-2 -4,-0 0,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1043-94-6"
|
||||
d="m 65,126 -0,-2 7,3 -6,3 0,-2 -4,-0 0,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1043-94-9"
|
||||
d="m 65,180 -0,-2 7,3 -6,3 0,-2 -4,-0 0,-2 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1123"
|
||||
d="m 253,52 h 9 c 0,0 3,-0 5,1 1,1 1,5 1,5 l -0,3 c 0,0 2,0 3,1 1,1 1,3 1,3 h -11 c 0,0 -0,-2 1,-4 1,-1 2,-1 2,-1 v -3 c 0,0 0,-2 -1,-3 -1,-0 -2,-0 -2,-0 h -9"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1125"
|
||||
d="m 266,68 -0,2"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1127"
|
||||
d="m 266,73 v 1"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1129"
|
||||
d="m 268,68 v 2"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1131"
|
||||
d="m 268,73 v 1"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1133"
|
||||
d="m 271,69 v 2"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1135"
|
||||
d="M 271,74 V 75"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1137"
|
||||
d="m 285,314 h -4 v 12 h 4"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1139"
|
||||
d="m 280,318 h -4 v -5 h -4 v 5 h -4 c 0,0 -1,-0 -2,1 -0,1 -0,4 -0,4 0,0 -0,3 2,3 2,0 2,-2 2,-3 0,-1 2,-1 2,-1 l 9,0"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
<path
|
||||
id="path1141"
|
||||
d="m 278,312 h -9 c -1,0 -2,-1 0,-1 2,0 2,1 4,1 2,0 3,-1 5,-1 2,0 0,1 -0,1 z"
|
||||
style="fill:none;stroke-width:1px;" />
|
||||
</g>
|
||||
<g style="font-size: 28px; font-weight: 600; font-family: sans-serif; text-anchor: middle; fill: rgb(200, 210, 210); letter-spacing: 1px;" >
|
||||
<text id="PufferOtxt" dy="200" dx="320">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="PufferMtxt" dy="400" dx="320">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="PufferUtxt" dy="600" dx="320">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="heaterRL" dy="505" dx="530" style="font-size: 22px;">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="heaterVL" dy="260" dx="530" style="font-size: 22px;">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="fbVL" dy="465" dx="70" style="font-size: 22px;">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="fbRL" dy="605" dx="70" style="font-size: 22px;">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="thermeRL" dy="385" dx="70" style="font-size: 22px;">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="thermeVLfb" dy="290" dx="110" style="font-size: 22px;">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="thermeVLww" dy="180" dx="70" style="font-size: 22px;">
|
||||
--.- °C
|
||||
</text>
|
||||
<text id="triacLbl" dy="350" dx="515" style="font-size: 22px;">
|
||||
Triac:
|
||||
</text>
|
||||
<text id="triac" dy="375" dx="515" style="font-size: 22px;">
|
||||
--.- °C
|
||||
</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 7.8 KiB |
+892
-892
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user