OLD | NEW |
1 <?xml version="1.0" standalone="no"?> | 1 <?xml version="1.0" standalone="no"?> |
| 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 Copyright 1999-2003,2005 The Apache Software Foundation. | 7 Copyright 1999-2003,2005 The Apache Software Foundation. |
7 | 8 |
8 Licensed under the Apache License, Version 2.0 (the "License"); | 9 Licensed under the Apache License, Version 2.0 (the "License"); |
9 you may not use this file except in compliance with the License. | 10 you may not use this file except in compliance with the License. |
10 You may obtain a copy of the License at | 11 You may obtain a copy of the License at |
11 | 12 |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 | 178 |
178 </g> | 179 </g> |
179 | 180 |
180 <!-- ============================================================= --> | 181 <!-- ============================================================= --> |
181 <!-- Batik sample mark --> | 182 <!-- Batik sample mark --> |
182 <!-- ============================================================= --> | 183 <!-- ============================================================= --> |
183 <use xlink:href="../resources/batikLogo.svg#Batik_Tag_Box" /> | 184 <use xlink:href="../resources/batikLogo.svg#Batik_Tag_Box" /> |
184 | 185 |
185 </svg> | 186 </svg> |
186 | 187 |
OLD | NEW |