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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/emulated_devices/Nexus6P-landscape.svg

Issue 1650243004: [DevTools] Option to show device frames in emulation mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Trimming some dead code Created 4 years, 9 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 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <svg width="976px" height="480px" viewBox="0 0 976 480" version="1.1" xmlns="htt p://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <title>Nexus 6P</title>
4 <defs>
5 <linearGradient x1="4.2%" y1="2.1%" x2="96.6%" y2="100%" id="linearGradi ent-1">
6 <stop stop-color="#3A3A3A" offset="0%"></stop>
7 <stop stop-color="#181818" offset="100%"></stop>
8 </linearGradient>
9 <linearGradient x1="4.2%" y1="38.6349341%" x2="96.6%" y2="61.8633255%" i d="linearGradient-2">
10 <stop stop-color="#3A3A3A" offset="0%"></stop>
11 <stop stop-color="#181818" offset="100%"></stop>
12 </linearGradient>
13 </defs>
14 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd ">
15 <g id="Nexus6P" transform="translate(488.000000, 238.500000) rotate(-90. 000000) translate(-488.000000, -238.500000) translate(250.000000, -246.000000)">
16 <g id="b-link" fill="url(#linearGradient-2)">
17 <rect id="b" x="0" y="0" width="472" height="969" rx="60"></rect >
18 </g>
19 <g id="b-link">
20 <rect id="b" x="0" y="0" width="472" height="969" rx="60"></rect >
21 </g>
22 <g id="b-link">
23 <rect id="b" x="0" y="0" width="472" height="969" rx="60"></rect >
24 </g>
25 <g id="b-link" stroke="#1E1E1E" stroke-width="7">
26 <rect id="b" x="0" y="0" width="472" height="969" rx="60"></rect >
27 </g>
28 <g id="b-link" stroke="#616161" stroke-width="5">
29 <rect id="b" x="0" y="0" width="472" height="969" rx="60"></rect >
30 </g>
31 <g id="b-link" stroke="#1E1E1E" stroke-width="3">
32 <rect id="b" x="0" y="0" width="472" height="969" rx="60"></rect >
33 </g>
34 <g id="b-link" stroke="#B4B4B4" stroke-width="2">
35 <rect id="b" x="0" y="0" width="472" height="969" rx="60"></rect >
36 </g>
37 <g id="b-link" stroke="#8A8A8A">
38 <rect id="b" x="0" y="0" width="472" height="969" rx="60"></rect >
39 </g>
40 <g id="Group" transform="translate(472.000000, 319.000000)" fill="#4 44445">
41 <path d="M0,0 L2,0 C3,0 4,1 4,2 L4,58 C4,59 3,60 2,60 L0,60 L0,0 L0,0 Z" id="Shape"></path>
42 <path d="M0,97 L2,97 C3,97 4,98 4,99 L4,215 C4,216 3,217 2,217 L 0,217 L0,97 L0,97 Z" id="Shape"></path>
43 </g>
44 <path d="M18,100 L453,100 L453,873 L18,873 L18,100 Z" id="Shape" fil l="#171717"></path>
45 <rect id="Rectangle-path" stroke="#141414" stroke-width="3" fill="#1 E1E1E" opacity="0.4" x="150" y="40" width="169" height="14" rx="8"></rect>
46 <rect id="Rectangle-path" stroke="#141414" stroke-width="3" fill="#1 01010" x="150" y="921" width="169" height="14" rx="8"></rect>
47 <g id="Group" transform="translate(85.000000, 37.000000)">
48 <path d="M9.2,18 C14.2,18 18,14.2 18,9.3 C18,4.5 14,0.6 9.2,0.6 C4.4,0.6 0.5,4.6 0.5,9.3 C0.5,14.3 4.5,18.1 9.2,18.1 L9.2,18 Z" id="Shape" strok e="#2F2F2F" fill="#323232" opacity="0.6"></path>
49 <circle id="Oval" fill="#160F26" cx="9.2" cy="9.3" r="5"></circl e>
50 </g>
51 </g>
52 </g>
53 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698