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

Side by Side Diff: LayoutTests/svg/batik/text/textLayout.svg

Issue 242973003: Clean up kerning and color-profile leftovers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: strip devtools change Created 6 years, 8 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/batik/text/textOnPathSpaces.svg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" standalone="no"?> 1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
3 "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> 3 "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4 4
5 <!-- 5 <!--
6 6
7 Copyright 2001-2002 The Apache Software Foundation 7 Copyright 2001-2002 The Apache Software Foundation
8 8
9 Licensed under the Apache License, Version 2.0 (the "License"); 9 Licensed under the Apache License, Version 2.0 (the "License");
10 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.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 <text x="40" y="180" textLength="120">sample</text> 78 <text x="40" y="180" textLength="120">sample</text>
79 <text x="40" y="195" class="Caption">textLength="120"</text> 79 <text x="40" y="195" class="Caption">textLength="120"</text>
80 </g> 80 </g>
81 81
82 <g> 82 <g>
83 <text x="185" y="180" textLength="70">sample</text> 83 <text x="185" y="180" textLength="70">sample</text>
84 <text x="185" y="195" class="Caption">textLength="70"</text> 84 <text x="185" y="195" class="Caption">textLength="70"</text>
85 </g> 85 </g>
86 86
87 <g> 87 <g>
88 <text x="290" y="180" kerning="10">sample</text>
89 <text x="290" y="195" class="Caption">kerning="10"</text>
90 </g>
91
92 <g>
93 <text x="40" y="225" textLength="120" lengthAdjust="spacingAndGlyphs ">sample</text> 88 <text x="40" y="225" textLength="120" lengthAdjust="spacingAndGlyphs ">sample</text>
94 <text x="40" y="240" class="Caption">textLength="120", 89 <text x="40" y="240" class="Caption">textLength="120",
95 <tspan x="40" dy="10">lengthAdjust="spacingAndGlyphs"</tspan></text> 90 <tspan x="40" dy="10">lengthAdjust="spacingAndGlyphs"</tspan></text>
96 </g> 91 </g>
97 92
98 <g> 93 <g>
99 <text x="185" y="225" textLength="70" lengthAdjust="spacingAndGlyphs ">sample</text> 94 <text x="185" y="225" textLength="70" lengthAdjust="spacingAndGlyphs ">sample</text>
100 <text x="185" y="240" class="Caption">textLength="70" <tspan x="185" dy="10">lengthAdjust="spacingAndGlyphs"</tspan></text> 95 <text x="185" y="240" class="Caption">textLength="70" <tspan x="185" dy="10">lengthAdjust="spacingAndGlyphs"</tspan></text>
101 </g> 96 </g>
102 97
103 <g> 98 <g>
104 <text x="290" y="225" textLength="120" lengthAdjust="spacingAndGlyp hs" kerning="10">sample</text>
105 <text x="290" y="240" class="Caption">textLength="120",kerning="10"< /text>
106 </g>
107
108 <g>
109 <text x="40" y="275" letter-spacing="0.3em">sample</text> 99 <text x="40" y="275" letter-spacing="0.3em">sample</text>
110 <text x="40" y="290" class="Caption">letter-spacing="0.3em"</text> 100 <text x="40" y="290" class="Caption">letter-spacing="0.3em"</text>
111 </g> 101 </g>
112 102
113 <g> 103 <g>
114 <text x="185" y="275" letter-spacing="-3">sample</text> 104 <text x="185" y="275" letter-spacing="-3">sample</text>
115 <text x="185" y="290" class="Caption">letter-spacing="-3"</text> 105 <text x="185" y="290" class="Caption">letter-spacing="-3"</text>
116 </g> 106 </g>
117 107
118 <g> 108 <g>
(...skipping 18 matching lines...) Expand all
137 <text x="40" y="455" class="Caption">textLength="350" lengthAdjust=" spacingAndGlyphs" word-spacing="-5"</text> 127 <text x="40" y="455" class="Caption">textLength="350" lengthAdjust=" spacingAndGlyphs" word-spacing="-5"</text>
138 </g> 128 </g>
139 </g> 129 </g>
140 130
141 <!-- ============================================================= --> 131 <!-- ============================================================= -->
142 <!-- Batik sample mark --> 132 <!-- Batik sample mark -->
143 <!-- ============================================================= --> 133 <!-- ============================================================= -->
144 <use xlink:href="../resources/batikLogo.svg#Batik_Tag_Box" /> 134 <use xlink:href="../resources/batikLogo.svg#Batik_Tag_Box" />
145 135
146 </svg> 136 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/batik/text/textOnPathSpaces.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698