Hi All
I am encountering a problem with merging svg files. basically the svg files Iam using are maps.I did see some messages in the archives which seemed to address that.... but I am still having problems...
so to start with these are my questions.
1) is nested svg supported? i mean an svg file with series of <svg>.... </svg> tags. or is it nested within the main svg like.... <svg>
<svg>
....
</svg>
</svg>
I manually tried merging two svg files in the above fashion but with no success. can you guys help me here? All Iam trying to do here is to merge two independent interactive svg files into one physical svg file.
Thanks a bunch in advance.
Chandra