You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way in SVG-android library to do a hittest so that when a part of SVG file displayed is touched we can get the layer id of the svg.For example my svg has the following implementation
Is there a way in SVG-android library to do a hittest so that when a part of SVG file displayed is touched we can get the layer id of the svg.For example my svg has the following implementation
path id=“o578-815-383.41,739" d="M326,731C318,739 318,739 326,748L328,751 330,748 329,748 329,731 341,719 341,717 326,731ZM331,754 338,761 359,761 378,754 396,754 404,745 408,740 415,737 419,736 428,732 442,735 451,742 449,751 452,758 472,724 470,722C465,723 457,724 435,718L395,718C387,721 379,722 360,717L345,716 345,718 357,721 349,736 335,746 331,754Z" centerpoint="383.41,739" />
When I do a hittest on my screen can I get retrieve the path id.How would that be possible.
The text was updated successfully, but these errors were encountered: