mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-25 19:50:42 -08:00
24 lines
No EOL
687 B
XML
24 lines
No EOL
687 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="1000"
|
|
height="360"
|
|
>
|
|
<g transform="scale(20, -20) translate(25.0,-9.0)" stroke-width="0.05" fill="none">
|
|
<!-- hidden lines -->
|
|
<g stroke="rgb(160,160,160)" fill="none" stroke-dasharray="0.05,0.05" >
|
|
|
|
</g>
|
|
|
|
<!-- solid lines -->
|
|
<g stroke="rgb(0,0,0)" fill="none">
|
|
<path d="M-24.0,-8.0 L-24.0,8.0 " />
|
|
<path d="M-24.0,-8.0 L24.0,-8.0 " />
|
|
<path d="M24.0,-8.0 L24.0,8.0 " />
|
|
<path d="M-24.0,8.0 L24.0,8.0 " />
|
|
|
|
</g>
|
|
</g>
|
|
</svg>
|
|
|