Is it possible to use SVG Defs outside of the SVG Tag. Something like this:
<defs>
// defs code goes here
</defs>
<svg>
// svg code goes here
</svg>
If so -- how can I associate the defs
tag with the particular svg
tag that I want to target?