23 lines
863 B
XML
23 lines
863 B
XML
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="3200px" height="460px" viewBox="0 0 3200 460" zoomAndPan="disable">
|
|
|
|
<style type="text/css"><![CDATA[
|
|
line { stroke-width: 2px; }
|
|
line.upper { stroke: rgba(224,224,224,0.75); }
|
|
line.lower { stroke: rgba(224,224,224,0.75); }
|
|
polygon.one { fill: #f8f8f8; }
|
|
polygon.two { fill: #ffffff; }
|
|
]]></style>
|
|
|
|
<!-- Backgrounds -->
|
|
<polygon points="0,50 1600,410 3200,50 3200,0 0,0" class="one" />
|
|
<polygon points="0,0 1600,360 3200,0 3200,0 0,0" class="two" />
|
|
|
|
<!-- Lower lines -->
|
|
<line x1="0" y1="0" x2="1600" y2="360" class="upper" />
|
|
<line x1="1600" y1="360" x2="3200" y2="0" class="upper" />
|
|
|
|
<!-- Upper Lines -->
|
|
<line x1="0" y1="100" x2="1600" y2="460" class="lower" />
|
|
<line x1="1600" y1="460" x2="3200" y2="100" class="lower" />
|
|
|
|
</svg> |