SVG Stack
created with an early demo of https://github.com/preciousforever/svg-stacker
Name
Soccer_ball_animated
<img src="stack.svg#Soccer_ball_animated" width="150" height="150">
<div style="background: transparent url(stack.svg#Soccer_ball_animated) no-repeat top left; width: 150; height: 150;"></div>
SVG
<img src="stack.svg#SVG" width="220.00000pt" height="250.00000pt">
<div style="background: transparent url(stack.svg#SVG) no-repeat top left; width: 220.00000pt; height: 250.00000pt;"></div>
Variable_Resistor
<img src="stack.svg#Variable_Resistor" width="700px" height="400px">
<div style="background: transparent url(stack.svg#Variable_Resistor) no-repeat top left; width: 700px; height: 400px;"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script src="http://preciousforever.github.com/SVG-Stacker/fixsvgstack.jquery.js"></script> <script> (function($) { $(document).ready(function() { $('div').fixSVGStackBackground(); $('img').fixSVGStack(); }); })(jQuery); </script>