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 Full//EN" "http://www.w3.org/Graphics/
SVG/1.1/DTD/svg11-flat.dtd"> | 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Full//EN" "http://www.w3.org/Graphics/
SVG/1.1/DTD/svg11-flat.dtd"> |
3 <svg version="1.1" baseProfile="full" id="svg-root" width="100%" height="100%" v
iewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" | 3 <svg version="1.1" baseProfile="full" id="svg-root" width="100%" height="100%" v
iewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" |
4 xmlns:xlink="http://www.w3.org/1999/xlink" onload="doSelection(0,0);"> | 4 xmlns:xlink="http://www.w3.org/1999/xlink" onload="doSelection(0,0);"> |
5 <!--========================================================================--
> | 5 <!--========================================================================--
> |
6 <!--= Copyright 2006 World Wide Web Consortium, (Massachusetts =--> | 6 <!--= Copyright 2006 World Wide Web Consortium, (Massachusetts =--> |
7 <!--= Institute of Technology, European Research Consortium for =--> | 7 <!--= Institute of Technology, European Research Consortium for =--> |
8 <!--= Informatics and Mathematics (ERCIM), Keio University). =--> | 8 <!--= Informatics and Mathematics (ERCIM), Keio University). =--> |
9 <!--= All Rights Reserved. =--> | 9 <!--= All Rights Reserved. =--> |
10 <!--= See http://www.w3.org/Consortium/Legal/. =--> | 10 <!--= See http://www.w3.org/Consortium/Legal/. =--> |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 </g> | 121 </g> |
122 </g> | 122 </g> |
123 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$
Revision: 1.2 $</text> | 123 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$
Revision: 1.2 $</text> |
124 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke=
"#000"/> | 124 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke=
"#000"/> |
125 <script> | 125 <script> |
126 if (window.testRunner) | 126 if (window.testRunner) |
127 window.testRunner.dumpSelectionRect(); | 127 window.testRunner.dumpSelectionRect(); |
128 document.execCommand("SelectAll"); | 128 document.execCommand("SelectAll"); |
129 </script> | 129 </script> |
130 </svg> | 130 </svg> |
OLD | NEW |