MostafaGazar / CustomShapeImageView

A library for supporting custom shaped ImageView(s) using SVGs and paint shapes
http://mostafagazar.github.io/CustomShapeImageView
Apache License 2.0
1.62k stars 425 forks source link

Pinch and zoom #10

Closed HardikSuba closed 8 years ago

HardikSuba commented 9 years ago

Is it possible to add pinch and zoom to just image and not the whole shape? And if yes please suggest me way to do it. I have tried it but it zoom whole shape and not the image inside it.

MostafaGazar commented 8 years ago

I created a PR in TouchImageView, https://github.com/MikeOrtiz/TouchImageView/pull/101 that does basically that same thing