| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics
/SVG/1.1/DTD/svg11-basic.dtd"> | 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics
/SVG/1.1/DTD/svg11-basic.dtd"> |
| 3 | 3 |
| 4 <!--======================================================================--> | 4 <!--======================================================================--> |
| 5 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =--> | 5 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =--> |
| 6 <!--= Institute of Technology, Institut National de Recherche en =--> | 6 <!--= Institute of Technology, Institut National de Recherche en =--> |
| 7 <!--= Informatique et en Automatique, Keio University). All Rights =--> | 7 <!--= Informatique et en Automatique, Keio University). All Rights =--> |
| 8 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =--> | 8 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =--> |
| 9 <!--======================================================================--> | 9 <!--======================================================================--> |
| 10 <!-- ===================================================================== --> | 10 <!-- ===================================================================== --> |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 </g> | 65 </g> |
| 66 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="bl
ack">$Revision: 1.8 $</text> | 66 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="bl
ack">$Revision: 1.8 $</text> |
| 67 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" s
troke="#000000"/> | 67 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" s
troke="#000000"/> |
| 68 <script> | 68 <script> |
| 69 if (window.testRunner) | 69 if (window.testRunner) |
| 70 window.testRunner.dumpSelectionRect(); | 70 window.testRunner.dumpSelectionRect(); |
| 71 document.execCommand("SelectAll"); | 71 document.execCommand("SelectAll"); |
| 72 </script> | 72 </script> |
| 73 </svg> | 73 </svg> |
| 74 | 74 |
| OLD | NEW |