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

Side by Side Diff: LayoutTests/svg/paintorder/paintorder-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 <polygon points="50 50 50 350 350 350 250 200" fill="blu e" stroke="lime" stroke-width="50" style="marker: url(#m)" stroke-opacity="0.5"/ >
8 </svg>
9 <svg id="poly-f-m-s" viewBox="-10 -10 420 420">
10 <polygon points="50 50 50 350 350 350 250 200" fill="blu e" stroke-width="50" style="marker: url(#m)" stroke-opacity="0.5"/>
11 <polygon points="50 50 50 350 350 350 250 200" fill="non e" stroke="lime" stroke-width="50" stroke-opacity="0.5"/>
12 </svg>
13 <svg id="poly-m-f-s" viewBox="-10 -10 420 420">
14 <polygon points="50 50 50 350 350 350 250 200" fill="non e" stroke-width="50" style="marker: url(#m)" stroke-opacity="0.5"/>
15 <polygon points="50 50 50 350 350 350 250 200" fill="blu e" stroke-width="50" stroke-opacity="0.5"/>
16 <polygon points="50 50 50 350 350 350 250 200" fill="non e" stroke="lime" stroke-width="50" stroke-opacity="0.5"/>
17 </svg>
18 <svg id="poly-s-m-f" viewBox="-10 -10 420 420">
19 <polygon points="50 50 50 350 350 350 250 200" fill="non e" stroke="lime" stroke-width="50" stroke-opacity="0.5"/>
20 <polygon points="50 50 50 350 350 350 250 200" fill="non e" stroke-width="50" style="marker: url(#m)" stroke-opacity="0.5"/>
21 <polygon points="50 50 50 350 350 350 250 200" fill="blu e" stroke-width="50" stroke-opacity="0.5"/>
22 </svg>
23 <svg id="poly-s-f-m" viewBox="-10 -10 420 420">
24 <polygon points="50 50 50 350 350 350 250 200" fill="non e" stroke="lime" stroke-width="50" stroke-opacity="0.5"/>
25 <polygon points="50 50 50 350 350 350 250 200" fill="blu e" stroke-width="50" stroke-opacity="0.5"/>
26 <polygon points="50 50 50 350 350 350 250 200" fill="non e" stroke-width="50" style="marker: url(#m)" stroke-opacity="0.5"/>
27 </svg>
28 <svg id="poly-m-s-f" viewBox="-10 -10 420 420">
29 <polygon points="50 50 50 350 350 350 250 200" fill="non e" stroke-width="50" style="marker: url(#m)" stroke-opacity="0.5"/>
30 <polygon points="50 50 50 350 350 350 250 200" fill="non e" stroke="lime" stroke-width="50" stroke-opacity="0.5"/>
31 <polygon points="50 50 50 350 350 350 250 200" fill="blu e" stroke-width="50" stroke-opacity="0.5"/>
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.svg ('k') | LayoutTests/svg/paintorder/paintorder-text.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698