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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/W3C-SVG-1.1/text-intro-03-b.svg

Issue 1404853003: Add SVG Text to support the CSS 'text-orientation' property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drott review Created 5 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet href="../text/resources/glyph-orientation-vertical.css" type="t ext/css"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics /SVG/1.1/DTD/svg11-basic.dtd" 3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics /SVG/1.1/DTD/svg11-basic.dtd"
3 [ 4 [
4 <!ENTITY % svgExt "| SVGTestCase"> 5 <!ENTITY % svgExt "| SVGTestCase">
5 <!ELEMENT SVGTestCase (OperatorScript)> 6 <!ELEMENT SVGTestCase (OperatorScript)>
6 <!ATTLIST SVGTestCase 7 <!ATTLIST SVGTestCase
7 xmlns CDATA #REQUIRED 8 xmlns CDATA #REQUIRED
8 > 9 >
9 <!ELEMENT OperatorScript (Paragraph)*> 10 <!ELEMENT OperatorScript (Paragraph)*>
10 <!ATTLIST OperatorScript 11 <!ATTLIST OperatorScript
11 version CDATA #IMPLIED 12 version CDATA #IMPLIED
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 <text x="230" y="10" font-size="13">Japanese: 私はガラスを食べられ ます。それは私を傷つけません。</text> 74 <text x="230" y="10" font-size="13">Japanese: 私はガラスを食べられ ます。それは私を傷つけません。</text>
74 <text x="370" y="13" glyph-orientation-vertical="0" font -size="10">Japanese: 私はガラスを食べられます。それは私を傷つけません。</text> 75 <text x="370" y="13" glyph-orientation-vertical="0" font -size="10">Japanese: 私はガラスを食べられます。それは私を傷つけません。</text>
75 <text x="120" y="80" font-size="32">xt "我能吞</text> 76 <text x="120" y="80" font-size="32">xt "我能吞</text>
76 <text x="280" y="80" font-size="36">se: 私は</text> 77 <text x="280" y="80" font-size="36">se: 私は</text>
77 <text x="420" y="80" glyph-orientation-vertical="0" font -size="32">se: 私は</text> 78 <text x="420" y="80" glyph-orientation-vertical="0" font -size="32">se: 私は</text>
78 </g> 79 </g>
79 </g> 80 </g>
80 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="bl ack">$Revision: 1.6 $</text> 81 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="bl ack">$Revision: 1.6 $</text>
81 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" s troke="#000000"/> 82 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" s troke="#000000"/>
82 </svg> 83 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698