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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/batik/text/verticalTextOnPath.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 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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698