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

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

Issue 2661893002: DevTools: extract treeoutline triangle icons from toolbarButtonGlyphs.png (Closed)
Patch Set: rebaseline Created 3 years, 10 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 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="32"
13 height="24"
14 id="svg3620"
15 version="1.1"
16 inkscape:version="0.48.4 r9939"
17 sodipodi:docname="treeoutlineTriangles.svg">
18 <defs
19 id="defs3622" />
20 <sodipodi:namedview
21 id="base"
22 pagecolor="#ffffff"
23 bordercolor="#666666"
24 borderopacity="1.0"
25 inkscape:pageopacity="0.0"
26 inkscape:pageshadow="2"
27 inkscape:zoom="11.313708"
28 inkscape:cx="11.811861"
29 inkscape:cy="13.085725"
30 inkscape:document-units="px"
31 inkscape:current-layer="layer1"
32 showgrid="false"
33 showguides="true"
34 inkscape:guide-bbox="true"
35 inkscape:window-width="858"
36 inkscape:window-height="521"
37 inkscape:window-x="164"
38 inkscape:window-y="121"
39 inkscape:window-maximized="0" />
40 <metadata
41 id="metadata3625">
42 <rdf:RDF>
43 <cc:Work
44 rdf:about="">
45 <dc:format>image/svg+xml</dc:format>
46 <dc:type
47 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48 <dc:title></dc:title>
49 </cc:Work>
50 </rdf:RDF>
51 </metadata>
52 <g
53 inkscape:label="Layer 1"
54 inkscape:groupmode="layer"
55 id="layer1"
56 transform="translate(0,-1028.3622)">
57 <path
58 d="m 8,1034.3622 -7,-4 0,8"
59 id="path3619"
60 inkscape:connector-curvature="0" />
61 <path
62 d="m 20,1038.3622 4,-7 -8,0"
63 id="path3621"
64 inkscape:connector-curvature="0" />
65 </g>
66 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698