Advertisement
bongzilla

Untitled

Aug 26th, 2021
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. let changesMatrix = [
  2. [
  3. "polygon(0 0, 95% 0, 100% 100%, 0 100%)",
  4. "polygon(0 0, 95% 0, 100% 100%, 0 100%)",
  5. "polygon(0 0, 100% 0, 100% 100%, 5% 100%)",
  6. "polygon(0 0, 100% 0, 95% 100%, 0 100%)",
  7. "polygon(5% 0, 100% 0, 95% 100%, 0% 100%)",
  8. "polygon(5% 0, 100% 0, 100% 100%, 0 100%)"
  9. ],
  10. [
  11. "polygon(0 0, 100% 0, 95% 100%, 0 100%)",
  12. "polygon(5% 0, 100% 0, 95% 100%, 0 100%)",
  13. "polygon(5% 0, 100% 0, 100% 100%, 0 100%)",
  14. "polygon(0 0, 95% 0, 100% 100%, 0 100%)",
  15. "polygon(0 0, 95% 0, 100% 100%, 5% 100%)",
  16. "polygon(0 0, 100% 0, 100% 100%, 5% 100%)",
  17. ],
  18. [
  19. "polygon(0 0, 100% 0, 95% 100%, 0 100%)",
  20. "polygon(5% 0, 95% 0, 100% 100%, 0 100%)",
  21. "polygon(0 0, 100% 0, 100% 100%, 5% 100%)",
  22. "polygon(0 0, 95% 0, 100% 100%, 0 100%)",
  23. "polygon(0 0, 100% 0, 95% 100%, 5% 100%)",
  24. "polygon(5% 0, 100% 0, 100% 100%, 0 100%)",
  25. ]
  26. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement