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

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

Issue 2237663002: DevTools: Use png icon for bezier editor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Inline _createDOM function Created 4 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
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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 <path 493 <path
494 d="m 46.5,1047.3622 c 0,0.55 0.45,1 1,1 0.55,0 1,-0.45 1,-1 0,-0.55 -0.45 ,-1 -1,-1 -0.55,0 -1,0.45 -1,1" 494 d="m 46.5,1047.3622 c 0,0.55 0.45,1 1,1 0.55,0 1,-0.45 1,-1 0,-0.55 -0.45 ,-1 -1,-1 -0.55,0 -1,0.45 -1,1"
495 id="path3695" 495 id="path3695"
496 inkscape:connector-curvature="0" 496 inkscape:connector-curvature="0"
497 style="fill:#bababa" /> 497 style="fill:#bababa" />
498 <path 498 <path
499 d="m 45.75,1044.1122 -3.5,3.25 3.5,3.25" 499 d="m 45.75,1044.1122 -3.5,3.25 3.5,3.25"
500 id="path3697" 500 id="path3697"
501 inkscape:connector-curvature="0" 501 inkscape:connector-curvature="0"
502 style="fill:none;stroke:#bababa;stroke-width:1.5" /> 502 style="fill:none;stroke:#bababa;stroke-width:1.5" />
503 <g
504 id="Page-1"
505 transform="translate(80,1042.3622)"
506 style="fill:none;stroke:none">
507 <g
508 id="curve_swatch"
509 style="fill:#000000">
510 <path
511 id="Combined-Shape"
512 d="M 0,0.99539757 C 0,0.44565467 0.4556644,0 0.99539757,0 L 9.0046024 ,0 C 9.5543453,0 10,0.4556644 10,0.99539757 L 10,9.0046024 C 10,9.5543453 9.5443 356,10 9.0046024,10 L 0.99539757,10 C 0.44565467,10 0,9.5443356 0,9.0046024 L 0, 0.99539757 z M 5.1232992,5.7397954 C 7.6905853,5.3119144 8.75,4.5467816 8.75,2 L 7.25,2 C 7.25,3.6198851 6.8094147,3.9380856 4.8767008,4.2602046 2.3094147,4.688 0856 1.25,5.4532184 1.25,8 l 1.5,0 c 0,-1.6198851 0.4405853,-1.9380856 2.3732992 ,-2.2602046 z"
513 inkscape:connector-curvature="0" />
514 </g>
515 </g>
503 </g> 516 </g>
504 </svg> 517 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698