Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Side by Side Diff: third_party/WebKit/LayoutTests/svg/batik/text/textGlyphOrientationHorizontal.svg

Issue 1404853003: Add SVG Text to support the CSS 'text-orientation' property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drott review Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698