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

Unified Diff: LayoutTests/svg/text/text-hkern-on-vertical-text.svg

Issue 656913006: Remove SVG fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update tests for landing Created 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/text/text-hkern-on-vertical-text.svg
diff --git a/LayoutTests/svg/text/text-hkern-on-vertical-text.svg b/LayoutTests/svg/text/text-hkern-on-vertical-text.svg
deleted file mode 100644
index 7b42ab21186d4067eaa9d58354cd624df31a1e18..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/text/text-hkern-on-vertical-text.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-<defs>
-<font>
- <font-face font-family="svgFont" units-per-em="1000"/>
- <missing-glyph horiz-adv-x="800" d="M 0 0 L 750 0 L 750 1000 L 0 1000 Z"/>
- <glyph unicode="1" glyph-name="gl_1" horiz-adv-x="250" d="M 0 0 L 250 0 L 250 250 L 0 250 Z"/>
- <glyph unicode="2" glyph-name="gl_2" horiz-adv-x="500" d="M 0 0 L 500 0 L 500 500 L 0 500 Z"/>
- <glyph unicode="3" glyph-name="gl_3" horiz-adv-x="750" d="M 0 0 L 750 0 L 750 750 L 0 750 Z"/>
- <glyph unicode="4" glyph-name="gl_4" horiz-adv-x="1000" d="M 0 0 L 1000 0 L 1000 1000 L 0 1000 Z"/>
- <!-- Should have no effect on vertical text -->
- <hkern g1="gl_1,gl_2,gl_3" g2="gl_2,gl_3,gl_4" k="-5000"/>
-</font>
-</defs>
-<g writing-mode="tb" glyph-orientation-vertical="0">
- <text font-family="svgFont" font-size="10" transform="translate(20, 90) scale(2)">1234</text>
-</g>
-</svg>

Powered by Google App Engine
This is Rietveld 408576698