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

Side by Side Diff: LayoutTests/svg/text/text-vkern.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k">
2 <defs>
3 <font>
4 <font-face font-family="svgFont" units-per-em="1000"/>
5 <missing-glyph horiz-adv-x="800" d="M 0 0 L 750 0 L 750 1000 L 0 1000 Z"/>
6 <glyph unicode="1" glyph-name="gl_1" horiz-adv-x="250" d="M 0 0 L 250 0 L 25 0 250 L 0 250 Z"/>
7 <glyph unicode="2" glyph-name="gl_2" horiz-adv-x="500" d="M 0 0 L 500 0 L 50 0 500 L 0 500 Z"/>
8 <glyph unicode="3" glyph-name="gl_3" horiz-adv-x="750" d="M 0 0 L 750 0 L 75 0 750 L 0 750 Z"/>
9 <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"/>
10 <vkern g1="gl_1,gl_2,gl_3" g2="gl_2,gl_3,gl_4" k="-600"/>
11 </font>
12 <path id="textPath" d="M2.5,90 L200,90"/>
13 </defs>
14 <text font-family="svgFont" font-size="10" transform="translate(5, 45) scale(2)" >1234</text>
15 <g writing-mode="tb" glyph-orientation-vertical="0">
16 <text font-family="svgFont" font-size="10" transform="translate(20, 90) scal e(2)">1234</text>
17 <text font-family="svgFont" font-size="10" transform="translate(70, 90) scal e(2)">1<tspan>23</tspan>4</text>
18 </g>
19 </svg>
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698