OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE HTML> | |
2 <div> | |
fs
2016/03/21 16:07:58
The reference could just be a 100x100 div with a g
hyunjunekim2
2016/03/23 14:19:32
Done.
| |
3 <svg> | |
4 <rect x="0" y="0" width="100" height="100" fill="green"></rect> | |
5 <g> | |
6 <text x="35" y="55">Pass</text> | |
7 </g> | |
8 </svg> | |
9 </div> | |
OLD | NEW |