Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <svg class="clip-svg">
  2. <defs>
  3. <clipPath id="polygon-clip-triangle-right" clipPathUnits="objectBoundingBox">
  4. <polygon points="100 0, 0 0, 1 1, 1 1" />
  5. </clipPath>
  6. </defs>
  7. </svg>
  8.  
  9.  
  10. //css
  11. clip-path: url(#polygon-clip-triangle-right);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement