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

Unified Diff: LayoutTests/svg/batik/text/textOnPathSpaces.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/svg/batik/text/textLayout.svg ('k') | Source/core/dom/DOMImplementation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/batik/text/textOnPathSpaces.svg
diff --git a/LayoutTests/svg/batik/text/textOnPathSpaces.svg b/LayoutTests/svg/batik/text/textOnPathSpaces.svg
index b71dbb321eac48259ed0fc011d1c5fb37c8bf2c4..cfc64681a8f88e8049e7baa719d5d2ad65546416 100644
--- a/LayoutTests/svg/batik/text/textOnPathSpaces.svg
+++ b/LayoutTests/svg/batik/text/textOnPathSpaces.svg
@@ -90,15 +90,6 @@
<text font-size="10" x="35" y="60">textLength="70"</text>
</g>
- <g transform="translate(300,160)">
- <use xlink:href="#Path1" style="fill:none; stroke:blue; stroke-width:2"/>
- <text font-size="20">
- <textPath xlink:href="#Path1" kerning="10">sample</textPath>
- </text>
- <text font-size="10" x="35" y="60">kerning="10"</text>
- </g>
-
-
<g transform="translate(0,250)">
<use xlink:href="#Path1" style="fill:none; stroke:blue; stroke-width:2"/>
<text font-size="20">
@@ -119,16 +110,6 @@
<text font-size="10" x="35" y="80">"spacingAndGlyphs"</text>
</g>
- <g transform="translate(300,250)">
- <use xlink:href="#Path1" style="fill:none; stroke:blue; stroke-width:2"/>
- <text font-size="20">
- <textPath xlink:href="#Path1" textLength="140" lengthAdjust="spacingAndGlyphs" kerning="10">sample</textPath>
- </text>
- <text font-size="10" x="5" y="60">textLength="140", kerning="10"</text>
- <text font-size="10" x="5" y="70">lengthAdjust=</text>
- <text font-size="10" x="5" y="80">"spacingAndGlyphs"</text>
- </g>
-
<g transform="translate(0,350)">
<use xlink:href="#Path1" style="fill:none; stroke:blue; stroke-width:2"/>
<text font-size="20">
« no previous file with comments | « LayoutTests/svg/batik/text/textLayout.svg ('k') | Source/core/dom/DOMImplementation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698