<svg xmlns="http://www.w3.org/2000/svg"> | |
<style type="text/css"> | |
rect { display: none } | |
rect:target { display: inline } | |
</style> | |
<rect id="red" width="100%" height="100%" fill="red" /> | |
<rect id="green" width="100%" height="100%" fill="green" /> | |
<rect id="blue" width="100%" height="100%" fill="blue" /> | |
</svg> |