OLD | NEW |
---|---|
(Empty) | |
1 <svg xmlns="http://www.w3.org/2000/svg"> | |
2 <style type="text/css"> | |
3 rect { display: none } | |
4 rect:target { display: inline } | |
5 </style> | |
6 <rect id="red" width="100%" height="100%" fill="red" /> | |
7 <rect id="green" width="100%" height="100%" fill="green" /> | |
8 <rect id="blue" width="100%" height="100%" fill="blue" /> | |
9 </svg> | |
OLD | NEW |