i drawn one line in SVG using "path" tag and then i drawn circle on the same x value of line but the circle is behind the line. i want the circle element in front of line. how to set z-order or z-index to particular group or element in svg to display the element in front.
i tried z-Index attribute to circle but its not working .
<circle .... z-Index=1000>
</circle>
Thanks,
Siva