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

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

Issue 2390783006: [DevTools] Accessibility: Show siblings and children of selected node (Closed)
Patch Set: UI feedback from Chris 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 522 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 <g
544 style="fill:none;stroke:none"
545 id="Page-1-3"
546 transform="matrix(1.25,0,0,1.25,100,1042.3622)">
547 <g
548 style="fill:#000000"
549 id="show_siblings">
550 <g
551 id="Group-6">
552 <rect
553 style="fill-opacity:0"
554 id="Rectangle-7"
555 x="0"
556 y="0"
557 width="8"
558 height="8" />
559 <path
560 inkscape:connector-curvature="0"
561 d="M 1.75,5 C 2.1642136,5 2.5,4.6642136 2.5,4.25 2.5,3.8357864 2.16 42136,3.5 1.75,3.5 1.3357864,3.5 1,3.8357864 1,4.25 1,4.6642136 1.3357864,5 1.75 ,5 z M 4,5 C 4.4142136,5 4.75,4.6642136 4.75,4.25 4.75,3.8357864 4.4142136,3.5 4 ,3.5 3.5857864,3.5 3.25,3.8357864 3.25,4.25 3.25,4.6642136 3.5857864,5 4,5 z M 6 .25,5 C 6.6642136,5 7,4.6642136 7,4.25 7,3.8357864 6.6642136,3.5 6.25,3.5 5.8357 864,3.5 5.5,3.8357864 5.5,4.25 5.5,4.6642136 5.8357864,5 6.25,5 z"
562 id="Combined-Shape-5" />
563 </g>
564 </g>
565 </g>
543 </g> 566 </g>
544 </svg> 567 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698