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

Unified Diff: LayoutTests/svg/text/text-vkern-on-horizontal-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-vkern-on-horizontal-text.svg
diff --git a/LayoutTests/svg/text/text-vkern-on-horizontal-text.svg b/LayoutTests/svg/text/text-vkern-on-horizontal-text.svg
deleted file mode 100644
index 3b74764a68e407835e1effb6829e04ac00f48b59..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/text/text-vkern-on-horizontal-text.svg
+++ /dev/null
@@ -1,15 +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 horizontal text -->
- <vkern g1="gl_1,gl_2,gl_3" g2="gl_2,gl_3,gl_4" k="-5000"/>
-</font>
-</defs>
-<text font-family="svgFont" font-size="10" transform="translate(5, 45) scale(2)">1234</text>
-</svg>

Powered by Google App Engine
This is Rietveld 408576698