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 | 7 |
7 Copyright 2003 The Apache Software Foundation | 8 Copyright 2003 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 <text glyph-orientation-horizontal="270"> | 99 <text glyph-orientation-horizontal="270"> |
99 <textPath xlink:href="#lpath">Batik <tspan fill="red" dy="-10">is</t
span><tspan dy="10"> Good</tspan></textPath> | 100 <textPath xlink:href="#lpath">Batik <tspan fill="red" dy="-10">is</t
span><tspan dy="10"> Good</tspan></textPath> |
100 </text> | 101 </text> |
101 | 102 |
102 </g> | 103 </g> |
103 </g> | 104 </g> |
104 | 105 |
105 | 106 |
106 | 107 |
107 </svg> | 108 </svg> |
OLD | NEW |