1.0.0 • Published 6 years ago

clip-path-polyfill v1.0.0

Weekly downloads
24
License
MIT
Repository
-
Last release
6 years ago

Clip-path responsive cross-browser polyfill

  • Support: IE 9+, Edge(12+), Chrome(4+), FF(3.6+), Safari(4+), Opera(10.1+),
  • Dependencies: JQuery
  • Replace img by canvas

DEMO:

https://stasglebov.github.io/Clip-path-polyfill/

How to use:

<img src="img.jpeg" data-polyclip="0, 10%, 50%, 0, 75%, 75%, 0, 80%">

! IMPORTANT ! You need separate every figure coordinate (x, y) by coma

Enjoy!