The SVG <use> tag doesn’t work in chrome. How do I group svg shapes like rect,circle,path without using SVG use tag ?
EDIT:
But when i drag the <g> element in iframe its not move all the element that <g> contain is there any other way to get i all child element and drag them with loop?????
useshould work just fine in WebKit/Chrome, but what you want to use for grouping is thegelement. See http://www.w3.org/TR/SVG/struct.html#Groups for more information.