Feature #204
Von Maximilian Seesslen vor mehr als 2 Jahren aktualisiert
For Minutnik-eInk i need an quite complex frame to expose connectors but stay sustained.
Walking along the contour would be quite easy. An simple drawing on quadrille paper can be used.
Turtle t(x,y)
t(10,0)
Not that complitated in SVG:
<pre><code class="xml">
<g id="layer1">
<path
style="fill:#c200c2;fill-opacity:0;stroke:#c200c2;stroke-width:0.09999994;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="m 0,0 l 0,-10 10,0 0,20"
id="path630" />
</g>
</code></pre>
Walking along the contour would be quite easy. An simple drawing on quadrille paper can be used.
Turtle t(x,y)
t(10,0)
Not that complitated in SVG:
<pre><code class="xml">
<g id="layer1">
<path
style="fill:#c200c2;fill-opacity:0;stroke:#c200c2;stroke-width:0.09999994;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="m 0,0 l 0,-10 10,0 0,20"
id="path630" />
</g>
</code></pre>