mux / demux SVG

This commit is contained in:
klemek
2020-12-23 12:10:22 +01:00
parent d09b48f933
commit 809f90f3e8
20 changed files with 780 additions and 55 deletions
+44
View File
@@ -0,0 +1,44 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" baseProfile="full"
width="300" height="500" viewBox="0 0 300 500">
<!-- <g style="stroke:rgb(0,0,255);stroke-width:2"> -->
<!-- <line x1="0" y1="0" x2="600" y2="0"/> -->
<!-- <line x1="0" y1="100" x2="600" y2="100"/> -->
<!-- <line x1="0" y1="200" x2="600" y2="200"/> -->
<!-- <line x1="0" y1="300" x2="600" y2="300"/> -->
<!-- <line x1="0" y1="400" x2="600" y2="400"/> -->
<!-- <line x1="0" y1="500" x2="600" y2="500"/> -->
<!-- <line x1="0" y1="600" x2="600" y2="600"/> -->
<!-- <line x1="0" y1="600" x2="600" y2="600"/> -->
<!-- <line x1="0" y1="700" x2="600" y2="700"/> -->
<!-- <line x1="0" y1="800" x2="600" y2="800"/> -->
<!-- <line y1="0" x1="0" y2="500" x2="0"/> -->
<!-- <line y1="0" x1="100" y2="500" x2="100"/> -->
<!-- <line y1="0" x1="200" y2="500" x2="200"/> -->
<!-- <line y1="0" x1="300" y2="500" x2="300"/> -->
<!-- <line y1="0" x1="400" y2="500" x2="400"/> -->
<!-- <line y1="0" x1="500" y2="500" x2="500"/> -->
<!-- <line y1="0" x1="600" y2="500" x2="600"/> -->
<!-- <line y1="0" x1="700" y2="500" x2="700"/> -->
<!-- </g> -->
<!-- <g style="stroke:rgb(255,0,0);stroke-width:1"> -->
<!-- <line x1="0" y1="50" x2="600" y2="50"/> -->
<!-- <line x1="0" y1="150" x2="600" y2="150"/> -->
<!-- <line x1="0" y1="250" x2="600" y2="250"/> -->
<!-- <line x1="0" y1="350" x2="600" y2="350"/> -->
<!-- <line x1="0" y1="450" x2="600" y2="450"/> -->
<!-- <line y1="0" x1="50" y2="500" x2="50"/> -->
<!-- <line y1="0" x1="150" y2="500" x2="150"/> -->
<!-- <line y1="0" x1="250" y2="500" x2="250"/> -->
<!-- <line y1="0" x1="350" y2="500" x2="350"/> -->
<!-- <line y1="0" x1="450" y2="500" x2="450"/> -->
<!-- <line y1="0" x1="550" y2="500" x2="550"/> -->
<!-- </g> -->
<g style="stroke:black;stroke-width:20;fill:white">
<path d="M 50 150 L 250 50 V 450 L 50 350Z" />
</g>
<!--<g style="stroke:none;fill:green">
<circle cx="50" cy="150" r="20"/>
<circle cx="50" cy="350" r="20"/>
<circle cx="550" cy="250" r="20"/>
</g>-->
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB