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

Side by Side Diff: LayoutTests/svg/paintorder/paintorder-text-expected.svg

Issue 22482004: Add support for the object-fit CSS property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase for landing Created 7 years, 4 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
(Empty)
1 <svg viewBox="-10 -10 280 220" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="h ttp://www.w3.org/1999/xlink">
2 <defs>
3 <marker id="m" refX="5" refY="5" viewBox="0 0 10 10" overflow="v isible">
4 <circle cx="5" cy="5" r="3" fill="black" stroke="black" fill-opacity="0.5"/>
5 </marker>
6 <svg id="poly" viewBox="-10 -10 420 420">
7 <text y="300" font-family="sans-serif" font-size="200" f ill="blue" stroke="lime" stroke-width="10" stroke-opacity="0.5" style="marker: u rl(#m)">test</text>
8 </svg>
9 <svg id="poly-f-m-s" viewBox="-10 -10 420 420">
10 <text y="300" font-family="sans-serif" font-size="200" f ill="blue" stroke-width="10" stroke-opacity="0.5" style="marker: url(#m)">test</ text>
11 <text y="300" font-family="sans-serif" font-size="200" f ill="none" stroke="lime" stroke-width="10" stroke-opacity="0.5">test</text>
12 </svg>
13 <svg id="poly-m-f-s" viewBox="-10 -10 420 420">
14 <text y="300" font-family="sans-serif" font-size="200" f ill="none" stroke-width="10" stroke-opacity="0.5" style="marker: url(#m)">test</ text>
15 <text y="300" font-family="sans-serif" font-size="200" f ill="blue" stroke-width="10" stroke-opacity="0.5">test</text>
16 <text y="300" font-family="sans-serif" font-size="200" f ill="none" stroke="lime" stroke-width="10" stroke-opacity="0.5">test</text>
17 </svg>
18 <svg id="poly-s-m-f" viewBox="-10 -10 420 420">
19 <text y="300" font-family="sans-serif" font-size="200" f ill="none" stroke="lime" stroke-width="10" stroke-opacity="0.5">test</text>
20 <text y="300" font-family="sans-serif" font-size="200" f ill="none" stroke-width="10" stroke-opacity="0.5" style="marker: url(#m)">test</ text>
21 <text y="300" font-family="sans-serif" font-size="200" f ill="blue" stroke-width="10" stroke-opacity="0.5">test</text>
22 </svg>
23 <svg id="poly-s-f-m" viewBox="-10 -10 420 420">
24 <text y="300" font-family="sans-serif" font-size="200" f ill="none" stroke="lime" stroke-width="10" stroke-opacity="0.5">test</text>
25 <text y="300" font-family="sans-serif" font-size="200" f ill="blue" stroke-width="10" stroke-opacity="0.5">test</text>
26 <text y="300" font-family="sans-serif" font-size="200" f ill="none" stroke-width="10" stroke-opacity="0.5" style="marker: url(#m)">test</ text>
27 </svg>
28 <svg id="poly-m-s-f" viewBox="-10 -10 420 420">
29 <text y="300" font-family="sans-serif" font-size="200" f ill="none" stroke-width="10" stroke-opacity="0.5" style="marker: url(#m)">test</ text>
30 <text y="300" font-family="sans-serif" font-size="200" f ill="none" stroke="lime" stroke-width="10" stroke-opacity="0.5">test</text>
31 <text y="300" font-family="sans-serif" font-size="200" f ill="blue" stroke-width="10" stroke-opacity="0.5">test</text>
32 </svg>
33 </defs>
34
35 <use xlink:href="#poly" width="50" height="50"/>
36 <use xlink:href="#poly" width="50" height="50" x="50"/>
37
38 <g transform="translate(0,50)">
39 <use xlink:href="#poly" width="50" height="50" x="0"/>
40 <use xlink:href="#poly" width="50" height="50" x="50"/>
41 <use xlink:href="#poly" width="50" height="50" x="100"/>
42 <use xlink:href="#poly-f-m-s" width="50" height="50" x="150"/>
43 <use xlink:href="#poly-f-m-s" width="50" height="50" x="200" />
44 </g>
45
46 <g transform="translate(0,100)">
47 <use xlink:href="#poly-s-f-m" width="50" height="50" x="0"/>
48 <use xlink:href="#poly-s-f-m" width="50" height="50" x="50"/>
49 <use xlink:href="#poly-s-f-m" width="50" height="50" x="100"/>
50 <use xlink:href="#poly-s-m-f" width="50" height="50" x="150"/>
51 <use xlink:href="#poly-s-m-f" width="50" height="50" x="200"/>
52 </g>
53
54 <g transform="translate(0,150)">
55 <use xlink:href="#poly-m-f-s" width="50" height="50" x="0"/>
56 <use xlink:href="#poly-m-s-f" width="50" height="50" x="50"/>
57 <use xlink:href="#poly-m-s-f" width="50" height="50" x="100"/>
58 <use xlink:href="#poly-m-f-s" width="50" height="50" x="150"/>
59 <use xlink:href="#poly-m-f-s" width="50" height="50" x="200"/>
60 </g>
61 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/paintorder/paintorder-text.svg ('k') | LayoutTests/svg/repaint/repaint-paintorder.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698