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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/Images/src/smallIcons.svg

Issue 2482073002: DevTools: introduce beautiful checkmarks in navigator and editor tabs (Closed)
Patch Set: rename icons Created 4 years, 1 month 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" standalone="no"?> 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) --> 2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3 3
4 <svg 4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/" 5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#" 6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg" 8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg" 9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink" 10 xmlns:xlink="http://www.w3.org/1999/xlink"
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 id="stop3425" /> 290 id="stop3425" />
291 </linearGradient> 291 </linearGradient>
292 </defs> 292 </defs>
293 <sodipodi:namedview 293 <sodipodi:namedview
294 id="base" 294 id="base"
295 pagecolor="#ffffff" 295 pagecolor="#ffffff"
296 bordercolor="#666666" 296 bordercolor="#666666"
297 borderopacity="1.0" 297 borderopacity="1.0"
298 inkscape:pageopacity="0.0" 298 inkscape:pageopacity="0.0"
299 inkscape:pageshadow="2" 299 inkscape:pageshadow="2"
300 inkscape:zoom="5.5" 300 inkscape:zoom="22"
301 inkscape:cx="87.644148" 301 inkscape:cx="123.3077"
302 inkscape:cy="14.858115" 302 inkscape:cy="3.5051656"
303 inkscape:document-units="px" 303 inkscape:document-units="px"
304 inkscape:current-layer="layer1" 304 inkscape:current-layer="layer1"
305 showgrid="true" 305 showgrid="true"
306 inkscape:window-width="1178" 306 inkscape:window-width="1384"
307 inkscape:window-height="865" 307 inkscape:window-height="1040"
308 inkscape:window-x="2254" 308 inkscape:window-x="360"
309 inkscape:window-y="165" 309 inkscape:window-y="317"
310 inkscape:window-maximized="0"> 310 inkscape:window-maximized="0">
311 <inkscape:grid 311 <inkscape:grid
312 type="xygrid" 312 type="xygrid"
313 id="grid3258" 313 id="grid3258"
314 empspacing="2" 314 empspacing="2"
315 visible="true" 315 visible="true"
316 enabled="true" 316 enabled="true"
317 snapvisiblegridlinesonly="true" 317 snapvisiblegridlinesonly="true"
318 spacingx="10px" 318 spacingx="10px"
319 spacingy="10px" 319 spacingy="10px"
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 id="Combined-Shape-6" 533 id="Combined-Shape-6"
534 d="M 7.5,2.5 7.5,0 0,0 l 0,7.5 2.5,0 0,2.5 7.5,0 0,-7.5 -2.5,0 z M 1,1 6.5,1 6.5,6.5 1,6.5 1,1 z m 2.5,6.5 4,0 0,-4 1.5,0 0,5.5 -5.5,0 0,-1.5 z" 534 d="M 7.5,2.5 7.5,0 0,0 l 0,7.5 2.5,0 0,2.5 7.5,0 0,-7.5 -2.5,0 z M 1,1 6.5,1 6.5,6.5 1,6.5 1,1 z m 2.5,6.5 4,0 0,-4 1.5,0 0,5.5 -5.5,0 0,-1.5 z"
535 inkscape:connector-curvature="0" /> 535 inkscape:connector-curvature="0" />
536 <polygon 536 <polygon
537 points="3.5,9 3.5,7.5 7.5,7.5 7.5,3.5 9,3.5 9,9 " 537 points="3.5,9 3.5,7.5 7.5,7.5 7.5,3.5 9,3.5 9,9 "
538 id="Rectangle-6-Copy" 538 id="Rectangle-6-Copy"
539 style="fill-opacity:0.25" /> 539 style="fill-opacity:0.25" />
540 </g> 540 </g>
541 </g> 541 </g>
542 </g> 542 </g>
543 <polygon
544 transform="translate(98.275,1041.1522)"
545 id="check"
546 points="2.7855556,5.967143 1.725,7.0278573 4.9066667,10.21 11.27,3.845714 4 10.209445,2.7850001 4.9066667,8.0885717 " />
547 <polygon
548 transform="translate(118.275,1041.1522)"
549 id="check-3"
550 points="4.9066667,8.0885717 2.7855556,5.967143 1.725,7.0278573 4.9066667, 10.21 11.27,3.8457144 10.209445,2.7850001 "
551 style="stroke:none;stroke-opacity:1;fill:#009802;fill-opacity:1" />
543 </g> 552 </g>
544 </svg> 553 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698