lausClaiptusa
New Member
I have several svgs in the same parent(consider them as a slide page in power point). Each svg is using functions which I define to draw objects and I want to put these functions in a separate svg to use for all the svgs "slide". Some thing like:\[code\]<svg> <defs> <filter id="dfg"> </filter> </defs> </svg><svg> <use xlink:href="http://stackoverflow.com/questions/15469177/#dfg"/></svg><svg> <use xlink:href="http://stackoverflow.com/questions/15469177/#dfg"/></svg>\[/code\]For some reason, I must use multi svgs like above, therefore I cannot put these in only one svg.