let say i have svg document like this:
"<svg height='300' width='300'><rect class='rect us' id='12212' x='34' y='54' width='20' height='20'/><rect class='rect us' id='12213' x='64' y='54' width='20' height='20'/></svg>
Is it possible to hit test SVGElements by given point and get id of this element? If so how can i accomplish this task? I did some googling and can't really find anything.