Gefällestrecke Richtig/Falsch svg/xml hinzugefügt; Bei Übereinstimmen von Länge aus Winkel und Höhendifferenz mit Länge des Shapes wird Gefällestrecke grün, sonst rot

This commit is contained in:
Simon Schmutzler
2024-03-05 08:08:38 +01:00
parent 10b6f3dbae
commit d5b2b1508a
3 changed files with 294 additions and 14 deletions
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg">
<g transform="rotate(0)">
<svg viewBox="0 0 26.45833 264.58333" preserveAspectRatio="none" position="absolute" overflow="visible">
<defs />
<g transform="translate(0,-13.203638)">
<path style="opacity:0.94;fill:none;stroke:#f44336;stroke-opacity:1" d="M 13.65157,13.203638 V 277.78696" stroke-width="1px" />
</g>
</svg>
</g>
</svg>
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg">
<g transform="rotate(0)">
<svg viewBox="0 0 26.45833 264.58333" preserveAspectRatio="none" position="absolute" overflow="visible">
<defs />
<g transform="translate(0,-13.203638)">
<path style="opacity:0.94;fill:none;stroke:#00ff00;stroke-opacity:1" d="M 13.65157,13.203638 V 277.78696" stroke-width="1px" />
</g>
</svg>
</g>
</svg>