Pixplicity / sharp

Scalable vector graphics for Android
Apache License 2.0
1.03k stars 117 forks source link

Is it possible to make clickable areas (svg paths)? #49

Open sam43 opened 5 years ago

sam43 commented 5 years ago

Hi, Are you providing any clickEvent/onClickListener to the components of the svg I loaded so far? Otherwise, how can I implement an onClickListener to the every component loaded into the svg file. example: I have a map of a country (i.e: USA), I want to select a state from the map and want to change the color of every state after clicking. How can I do that? Thanks.

pflammertsma commented 5 years ago

You may want to look at the conversation in #29.