23 lines
871 B
XML
23 lines
871 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: 1px; }
|
|
line.upper { stroke: rgba(224,224,224,0.15); }
|
|
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,460 0,460" class="one" />
|
|
<polygon points="0,100 1600,460 3200,100 3200,460 0,460" class="two" />
|
|
|
|
<!-- Upper lines -->
|
|
<line x1="0" y1="0" x2="1600" y2="360" class="upper" />
|
|
<line x1="1600" y1="360" x2="3200" y2="0" class="upper" />
|
|
|
|
<!-- Lower Lines -->
|
|
<line x1="0" y1="100" x2="1600" y2="460" class="lower" />
|
|
<line x1="1600" y1="460" x2="3200" y2="100" class="lower" />
|
|
|
|
</svg> |