mirror of
https://github.com/gumyr/build123d.git
synced 2026-01-12 20:31:35 -08:00
24 lines
No EOL
679 B
XML
24 lines
No EOL
679 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="240"
|
|
height="140"
|
|
>
|
|
<g transform="scale(100, -100) translate(1.2,-0.7)" stroke-width="0.01" fill="none">
|
|
<!-- hidden lines -->
|
|
<g stroke="rgb(160,160,160)" fill="none" stroke-dasharray="0.01,0.01" >
|
|
|
|
</g>
|
|
|
|
<!-- solid lines -->
|
|
<g stroke="rgb(0,0,0)" fill="none">
|
|
<path d="M-1.0,-0.5 L-1.0,0.5 " />
|
|
<path d="M-1.0,-0.5 L1.0,-0.5 " />
|
|
<path d="M1.0,-0.5 L1.0,0.5 " />
|
|
<path d="M-1.0,0.5 L1.0,0.5 " />
|
|
|
|
</g>
|
|
</g>
|
|
</svg>
|
|
|