Tasks for ERK Sprint 1

ERK-2
ERK-3
ERK-7
ERK-5
ERK-9
This commit is contained in:
2023-07-05 15:59:58 +02:00
parent 490b53496d
commit ffe8d62cbb
412 changed files with 3563 additions and 1520 deletions
@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xlink="http://www.w3.org/1999/xlink" baseProfile="full" version="1.1">
<g id="tracker-group" transform="rotate(0)">
<svg z-index="203" preserveaspectratio="none" overflow="visible" position="absolute" y="100px" x="100px">
<rect id="tracker" x="0px" y="0px" width="200px" height="200px" stroke="#63afda" stroke-width=".5pt" stroke-opacity="1.0" fill="none" opacity="1.0" />
<g id="resize-left" transform="translate(0,100)">
<rect class="dummy" x="-15px" y="-15px" width="30px" height="30px" stroke-opacity="0.0" fill-opacity="0.0" />
<rect x="-5px" y="-5px" width="10px" height="10px" stroke="#000000" stroke-width="1px" stroke-opacity="1.0" fill="#63afda" />
</g>
<g id="resize-top" transform="translate(100,0)">
<rect class="dummy" x="-15px" y="-15px" width="30px" height="30px" stroke-opacity="0.0" fill-opacity="0.0" />
<rect x="-5px" y="-5px" width="10px" height="10px" stroke="#000000" stroke-width="1px" stroke-opacity="1.0" fill="#63afda" />
</g>
<g id="resize-top-left" transform="translate(0,0)">
<rect class="dummy" x="-15px" y="-15px" width="30px" height="30px" stroke-opacity="0.0" fill-opacity="0.0" />
<rect x="-5px" y="-5px" width="10px" height="10px" stroke="#000000" stroke-width="1px" stroke-opacity="1.0" fill="#63afda" />
</g>
<g id="resize-top-right" transform="translate(200,0)">
<rect class="dummy" x="-15px" y="-15px" width="30px" height="30px" stroke-opacity="0.0" fill-opacity="0.0" />
<rect x="-5px" y="-5px" width="10px" height="10px" stroke="#000000" stroke-width="1px" stroke-opacity="1.0" fill="#63afda" />
</g>
<g id="resize-bottom" transform="translate(100,200)">
<rect class="dummy" x="-15px" y="-15px" width="30px" height="30px" stroke-opacity="0.0" fill-opacity="0.0" />
<rect x="-5px" y="-5px" width="10px" height="10px" stroke="#000000" stroke-width="1px" stroke-opacity="1.0" fill="#63afda" />
</g>
<g id="resize-bottom-left" transform="translate(0,200)">
<rect class="dummy" x="-15px" y="-15px" width="30px" height="30px" stroke-opacity="0.0" fill-opacity="0.0" />
<rect x="-5px" y="-5px" width="10px" height="10px" stroke="#000000" stroke-width="1px" stroke-opacity="1.0" fill="#63afda" />
</g>
<g id="resize-bottom-right" transform="translate(200,200)">
<rect class="dummy" x="-15px" y="-15px" width="30px" height="30px" stroke-opacity="0.0" fill-opacity="0.0" />
<rect x="-5px" y="-5px" width="10px" height="10px" stroke="#000000" stroke-width="1px" stroke-opacity="1.0" fill="#63afda" />
</g>
<g id="resize-right" transform="translate(200,100)">
<rect class="dummy" x="-15px" y="-15px" width="30px" height="30px" stroke-opacity="0.0" fill-opacity="0.0" />
<rect x="-5px" y="-5px" width="10px" height="10px" stroke="#000000" stroke-width="1px" stroke-opacity="1.0" fill="#63afda" />
</g>
<g id="resize-depth" transform="translate(100,50)">
<rect class="dummy" x="-15px" y="-15px" width="30px" height="30px" stroke-opacity="0.0" fill-opacity="0.0" />
<path stroke="#000000" stroke-width="1px" stroke-opacity="1.0" fill="#63afda" fill-opacity="1.0" d="M5,0 L10,5 L5,10 L0,5 L5,0" transform="translate(-5,-5)" />
</g>
<g id="resize-z" transform="translate(100,150)">
<rect class="dummy" x="-15px" y="-15px" width="30px" height="30px" stroke-opacity="0.0" fill-opacity="0.0" />
<path stroke="#000000" stroke-width="1px" stroke-opacity="1.0" fill="#63afda" fill-opacity="1.0" d="M5,0 L10,10 L0,10 L5,0" transform="translate(-5,-5)" />
</g>
<g id="tracker-rotate" transform="translate(100,-35)">
<circle class="dummy" cx="0" cy="0" r="15" stroke-opacity="1.0" fill-opacity="0.0" />
<circle cx="0" cy="0" r="5" stroke="#000000" stroke-width="1px" stroke-opacity="1.0" fill="#63afda" />
</g>
<g id="tracker-dots" transform="translate(100,100)">
<rect class="dummy" x="-15px" y="-15px" width="30px" height="30px" stroke-opacity="0.0" fill-opacity="0.0" />
<rect x="-8px" y="-2px" width="4px" height="4px" stroke="#000000" stroke-width="1px" stroke-opacity="1.0" fill="#63afda" />
<rect x="-2px" y="-2px" width="4px" height="4px" stroke="#000000" stroke-width="1px" stroke-opacity="1.0" fill="#63afda" />
<rect x="4px" y="-2px" width="4px" height="4px" stroke="#000000" stroke-width="1px" stroke-opacity="1.0" fill="#63afda" />
</g>
</svg>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.0 KiB