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

Unified Diff: LayoutTests/svg/W3C-SVG-1.1/fonts-elem-05-t.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/W3C-SVG-1.1/fonts-elem-05-t.svg
diff --git a/LayoutTests/svg/W3C-SVG-1.1/fonts-elem-05-t.svg b/LayoutTests/svg/W3C-SVG-1.1/fonts-elem-05-t.svg
deleted file mode 100644
index ba983c24146374725f5df45d57297181d01309bf..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/W3C-SVG-1.1/fonts-elem-05-t.svg
+++ /dev/null
@@ -1,117 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--======================================================================-->
-<!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
-<!--= Institute of Technology, Institut National de Recherche en =-->
-<!--= Informatique et en Automatique, Keio University). All Rights =-->
-<!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
-<!--======================================================================-->
-<!-- ===================================================================== -->
-<!-- -->
-<!-- fonts-elem-05-t.svg -->
-<!-- -->
-<!-- Author : Vincent Hardy 28-01-2004 -->
-<!-- --><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
-
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" width="480" height="360" viewBox="0 0 480 360" version="1.1" baseProfile="tiny">
-<SVGTestCase
- xmlns:testcase="http://www.w3.org/2000/02/svg/testsuite/description/"
- xmlns="http://www.w3.org/2000/02/svg/testsuite/description/"
- owner="VH" reviewer="CN" desc="" status="accepted" version="$Revision: 1.9 $" testname="$RCSfile: fonts-elem-05-t.svg,v $">
- <OperatorScript>
- <Paragraph>
- </Paragraph>
- </OperatorScript>
- </SVGTestCase>
-
- <title id="test-title">fonts-elem-01-t</title>
- <desc id="test-desc">Basic test of embedded fonts using glyph outlines</desc>
- <!--======================================================================-->
- <!--Content of Test Case follows... =====================-->
- <!--======================================================================-->
- <g id="test-body-content">
- <text x="240" y="50" text-anchor="middle" font-size="30">&lt;font&gt; horiz-origin-x</text>
- <defs>
- <font id="orginDefault" horiz-adv-x="1000">
-<font-face font-family="originDefault" units-per-em="1000" ascent="1000" descent="0" alphabetic="0"/>
- <missing-glyph horiz-adv-x="800" d="M50 0V800H750V0H50ZM700 50V750H100V50H700Z"/>
- <glyph unicode="1" glyph-name="gl_1" horiz-adv-x="1500" d="M 0 0 L 250 0 L 250 250 L 0 250 Z"/>
- <glyph unicode="2" glyph-name="gl_2" horiz-adv-x="1500" d="M 0 0 L 500 0 L 500 500 L 0 500 Z"/>
- <glyph unicode="3" glyph-name="gl_3" horiz-adv-x="1500" d="M 0 0 L 750 0 L 750 750 L 0 750 Z"/>
- <glyph unicode="4" glyph-name="gl_4" horiz-adv-x="1500" d="M 0 0 L 1000 0 L 1000 1000 L 0 1000 Z"/>
- </font>
-
- <font id="orgin500" horiz-adv-x="1000" horiz-origin-x="500">
-<font-face font-family="origin500" units-per-em="1000" ascent="1000" descent="0" alphabetic="0"/>
- <missing-glyph horiz-adv-x="800" d="M50 0V800H750V0H50ZM700 50V750H100V50H700Z"/>
- <glyph unicode="1" glyph-name="gl_1" horiz-adv-x="1500" d="M 0 0 L 250 0 L 250 250 L 0 250 Z"/>
- <glyph unicode="2" glyph-name="gl_2" horiz-adv-x="1500" d="M 0 0 L 500 0 L 500 500 L 0 500 Z"/>
- <glyph unicode="3" glyph-name="gl_3" horiz-adv-x="1500" d="M 0 0 L 750 0 L 750 750 L 0 750 Z"/>
- <glyph unicode="4" glyph-name="gl_4" horiz-adv-x="1500" d="M 0 0 L 1000 0 L 1000 1000 L 0 1000 Z"/>
- </font>
-
- <font id="orgin1000" horiz-adv-x="1000" horiz-origin-x="1000">
-<font-face font-family="origin1000" units-per-em="1000" ascent="1000" descent="0" alphabetic="0"/>
- <missing-glyph horiz-adv-x="800" d="M50 0V800H750V0H50ZM700 50V750H100V50H700Z"/>
- <glyph unicode="1" glyph-name="gl_1" horiz-adv-x="1500" d="M 0 0 L 250 0 L 250 250 L 0 250 Z"/>
- <glyph unicode="2" glyph-name="gl_2" horiz-adv-x="1500" d="M 0 0 L 500 0 L 500 500 L 0 500 Z"/>
- <glyph unicode="3" glyph-name="gl_3" horiz-adv-x="1500" d="M 0 0 L 750 0 L 750 750 L 0 750 Z"/>
- <glyph unicode="4" glyph-name="gl_4" horiz-adv-x="1500" d="M 0 0 L 1000 0 L 1000 1000 L 0 1000 Z"/>
- </font>
-
-
- <g id="marker">
- <line y2="-40" stroke="red"/>
- <rect x="-4" y="-4" width="8" height="8" fill="#8888ff"/>
- </g>
-
- <g id="marker500">
- <line y2="-40" stroke="red"/>
- <line x1="15" x2="15" y2="-40" stroke="red"/>
- <line x2="15" stroke="red"/>
- <rect x="-4" y="-4" width="8" height="8" fill="#8888ff"/>
- </g>
-
- <g id="marker1000">
- <line y2="-40" stroke="red"/>
- <line x1="30" x2="30" y2="-40" stroke="red"/>
- <line x2="30" stroke="red"/>
- <rect x="-4" y="-4" width="8" height="8" fill="#8888ff"/>
- </g>
- </defs>
-
- <g transform="translate(20, 120)" font-size="14">
-
- <g>
- <text>horiz-origin-x unspecified (0)</text>
- <use xlink:href="#marker" x="240"/>
- <use xlink:href="#marker" x="285"/>
- <use xlink:href="#marker" x="330"/>
- <use xlink:href="#marker" x="375"/>
- <text x="240" font-family="originDefault" font-size="30">1234</text>
- </g>
-
- <g transform="translate(0, 60)">
- <text>horiz-origin-x=500</text>
- <use xlink:href="#marker500" x="240"/>
- <use xlink:href="#marker500" x="285"/>
- <use xlink:href="#marker500" x="330"/>
- <use xlink:href="#marker500" x="375"/>
- <text x="240" font-family="origin500" font-size="30">1234</text>
- </g>
-
-
- <g transform="translate(0, 120)">
- <text>horiz-adv-x=1000 but ignored</text>
- <use xlink:href="#marker1000" x="240"/>
- <use xlink:href="#marker1000" x="285"/>
- <use xlink:href="#marker1000" x="330"/>
- <use xlink:href="#marker1000" x="375"/>
- <text x="240" font-family="origin1000" font-size="30">1234</text>
- </g>
-
- </g>
- </g>
-
- <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.9 $</text>
- <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
-</svg>

Powered by Google App Engine
This is Rietveld 408576698