07.svg 683 B

123456789101112131415161718
  1. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="none" width="100%" height="100%">
  2. <style type="text/css">
  3. .st0{fill:#F6F6F6;}
  4. </style>
  5. <defs>
  6. <svg id="sub-svg-1" viewBox="0 0 1400 500" preserveAspectRatio="xMinYMin meet" width="100%">
  7. <polygon class="st0" points="0,0 0,95 1400,0 "/>
  8. </svg>
  9. <svg id="sub-svg-2" viewBox="0 0 1400 500" preserveAspectRatio="xMinYMax meet" width="100%">
  10. <polygon class="st0" points="0,500 1400,500 0,456.9 "/>
  11. </svg>
  12. </defs>
  13. <svg>
  14. <use xlink:href="#sub-svg-1"/>
  15. <use xlink:href="#sub-svg-2"/>
  16. </svg>
  17. </svg>