wanadev / perspective.js

Transforms the perspective of an image and draw it on a canvas
Apache License 2.0
132 stars 27 forks source link

Can perspective image corners be rounded? #13

Open cipriano200 opened 2 weeks ago

cipriano200 commented 2 weeks ago

Is there an built-in option to round the corners?

flozz commented 2 weeks ago

No there are none. Maybe you can try to round corners before applying the perspective.

cipriano200 commented 2 weeks ago

I tried but for some reason it rounds only 1 corner: https://codepen.io/cipriano200/pen/gONONNd

I think is to complex to solve it.