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

Unified Diff: LayoutTests/svg/W3C-SVG-1.1/fonts-elem-06-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-06-t.svg
diff --git a/LayoutTests/svg/W3C-SVG-1.1/fonts-elem-06-t.svg b/LayoutTests/svg/W3C-SVG-1.1/fonts-elem-06-t.svg
deleted file mode 100644
index b1ffb39b9526bdc9808451bed8ed38a5f3c381da..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/W3C-SVG-1.1/fonts-elem-06-t.svg
+++ /dev/null
@@ -1,105 +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-06-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="validates that the font element's horiz-adv-x is used" status="accepted" version="$Revision: 1.10 $" testname="$RCSfile: fonts-elem-06-t.svg,v $">
- <OperatorScript>
- <Paragraph>
- This test validates that the font element's horiz-adv-x is used as
- the default glyph's advance when there is no glyph advance specified.
- All fonts have a units-per-em of 1000.
- </Paragraph>
- <Paragraph>
- The first row shows a layout with a default adavance of 1000.
- Glyphs have no advance so the 1000 default should be used.
- </Paragraph>
- <Paragraph>
- The second row shows a layout with a default adavance of 2000.
- Glyphs have no advance so the 2000 default should be used.
- </Paragraph>
- <Paragraph>
- The last row shows a layout with a default adavance of 0.
- Glyphs have a specified advance so the 0 default should be ignored.
- </Paragraph>
- <Paragraph>
- Reference blue markers show the expected glyph positions.
- </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-adv-x</text>
- <defs>
- <font id="advance1000" horiz-adv-x="1000">
-<font-face font-family="advance1000" units-per-em="1000" ascent="1000" descent="0" alphabetic="0"/>
- <missing-glyph d="M50 0V800H750V0H50ZM700 50V750H100V50H700Z"/>
- <glyph unicode="1" glyph-name="gl_1" d="M 0 0 L 250 0 L 250 250 L 0 250 Z"/>
- <glyph unicode="2" glyph-name="gl_2" d="M 0 0 L 500 0 L 500 500 L 0 500 Z"/>
- </font>
-
- <font id="advance2000" horiz-adv-x="2000">
-<font-face font-family="advance2000" units-per-em="1000" ascent="1000" descent="0" alphabetic="0"/>
- <missing-glyph d="M50 0V800H750V0H50ZM700 50V750H100V50H700Z"/>
- <glyph unicode="1" glyph-name="gl_1" d="M 0 0 L 250 0 L 250 250 L 0 250 Z"/>
- <glyph unicode="2" glyph-name="gl_2" d="M 0 0 L 500 0 L 500 500 L 0 500 Z"/>
- </font>
-
- <font id="advanceIgnored" horiz-adv-x="0">
-<font-face font-family="advanceIgnored" 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="3000" d="M 0 0 L 250 0 L 250 250 L 0 250 Z"/>
- <glyph unicode="2" glyph-name="gl_2" horiz-adv-x="3000" d="M 0 0 L 500 0 L 500 500 L 0 500 Z"/>
- </font>
-
- <g id="marker">
- <line y2="-20" 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-adv-x=1000</text>
- <use xlink:href="#marker" x="240"/>
- <use xlink:href="#marker" x="270"/>
- <text x="240" font-family="advance1000" font-size="30">12</text>
- </g>
-
- <g transform="translate(0, 40)">
- <text>horiz-adv-x=2000</text>
- <use xlink:href="#marker" x="240"/>
- <use xlink:href="#marker" x="300"/>
- <text x="240" font-family="advance2000" font-size="30">12</text>
- </g>
-
-
- <g transform="translate(0, 80)">
- <text>horiz-adv-x=1000 but ignored</text>
- <use xlink:href="#marker" x="240"/>
- <use xlink:href="#marker" x="330"/>
- <text x="240" font-family="advanceIgnored" font-size="30">12</text>
- </g>
-
- </g>
- </g>
-
- <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.10 $</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