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

Unified Diff: LayoutTests/svg/text/text-hkern.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.svg
diff --git a/LayoutTests/svg/text/text-hkern.svg b/LayoutTests/svg/text/text-hkern.svg
deleted file mode 100644
index 1c859b5caad2154c794728f3429e80697a3ecd58..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/text/text-hkern.svg
+++ /dev/null
@@ -1,20 +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"/>
- <hkern g1="gl_1,gl_2,gl_3" g2="gl_2,gl_3,gl_4" k="-1500"/>
-</font>
-<path id="textPath" d="M2.5,70 L200,70"/>
-</defs>
-<text font-family="svgFont" font-size="10" transform="translate(5, 45) scale(2)">1234</text>
-<text font-family="svgFont" font-size="10" transform="translate(5, 90) scale(2)">1<tspan>23</tspan>4</text>
-<text font-family="svgFont" font-size="10" transform="scale(2)">
- <textPath xlink:href="#textPath">1234</textPath>
-</text>
-</svg>
-

Powered by Google App Engine
This is Rietveld 408576698