| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <?xml-stylesheet href="../../text/resources/glyph-orientation-vertical.css" type
="text/css"?> |
| 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" | 3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" |
| 3 "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> | 4 "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> |
| 4 | 5 |
| 5 <!-- | 6 <!-- |
| 6 | 7 |
| 7 Copyright 2001-2002 The Apache Software Foundation | 8 Copyright 2001-2002 The Apache Software Foundation |
| 8 | 9 |
| 9 Licensed under the Apache License, Version 2.0 (the "License"); | 10 Licensed under the Apache License, Version 2.0 (the "License"); |
| 10 you may not use this file except in compliance with the License. | 11 you may not use this file except in compliance with the License. |
| 11 You may obtain a copy of the License at | 12 You may obtain a copy of the License at |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 </g> | 90 </g> |
| 90 | 91 |
| 91 </g> | 92 </g> |
| 92 | 93 |
| 93 <!-- ============================================================= --> | 94 <!-- ============================================================= --> |
| 94 <!-- Batik sample mark --> | 95 <!-- Batik sample mark --> |
| 95 <!-- ============================================================= --> | 96 <!-- ============================================================= --> |
| 96 <use xlink:href="../resources/batikLogo.svg#Batik_Tag_Box" /> | 97 <use xlink:href="../resources/batikLogo.svg#Batik_Tag_Box" /> |
| 97 | 98 |
| 98 </svg> | 99 </svg> |
| OLD | NEW |