You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
772 B
XML
12 lines
772 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2000 1000" preserveAspectRatio="xMidYMid meet">
|
|
<!-- Court -->
|
|
<rect x="0" y="0" width="2000" height="1000" fill="#1e40af" stroke="#ffffff" stroke-width="0" opacity="0.9"></rect>
|
|
<!-- Net lines -->
|
|
<line x1="1000" y1="0" x2="1000" y2="1000" stroke="#ffffff" stroke-width="8" opacity="0.9"></line>
|
|
<!-- Serving lines -->
|
|
<line x1="300" y1="0" x2="300" y2="1000" stroke="#ffffff" stroke-width="5" opacity="0.8"></line>
|
|
<line x1="1700" y1="0" x2="1700" y2="1000" stroke="#ffffff" stroke-width="5" opacity="0.8"></line>
|
|
<!-- Side separation -->
|
|
<line x1="280" y1="500" x2="1720" y2="500" stroke="#ffffff" stroke-width="5" opacity="0.8"></line>
|
|
</svg> |