I am making SVG animations, and would like to use some Javascript. I know about the SVG element, but I am modifying my SVG through Inkscape, so I would like to just link it in. I really would like to be able to use CSS to manipulate the SVG.
How do I link it in so that I can modify it, but not need to have the entire SVG document copied into the HTML file.